Hi everybody, can anybody help me about simple problem ? var conn_str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=DATABASE.mdb;Persist Security Info=False"; this code can run in my PC. but when I send it into my host, it cannot run. what should I do ? I think I have to write more thing before DATABASE.mdb... does anybody know what I should write ?
this is not code, it is a string. i assume you load some library to achieve DB access - which one is it, how do you include it, how does it interface with it? additionally, most hosts won't have a ms sql server but a mysql one, so i wouldn't expect it to work.