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.
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.