Click to See Complete Forum and Search --> : DBase connectivity


vbasp
July 17th, 2003, 05:23 AM
I want to update and insert few records in a dbase file placed remotely on my server. How can I do it. I tried as:

Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\192.0.0.1\D ;Extended Properties=""DBASE IV;"";

if this IP is of a local m/c then it works fine but if this IP is of a remote m/c then it gives me an error "Invalid Path. Make sure you are connected to the server". What mistake am I doing. suppose the username of the server is :- srv and password is pwd. PLease help.

lai
August 4th, 2003, 02:22 AM
if u r using sql server, it must be installed in ur remote computer. if u r using Oracle, u must also install Oracle client in ur remote computer.