hi...
am using access 2003 databse in my application. i want my databse to be on the 1 pc in the LAN. and my application created in c# will be on the all machines in the LAN. So in that application i have made connection string as
" Provider = Microsoft.OLEDB.JET.4.0; server=IPAddressOfTheServer;Data Source= \\ServerName\path of .mdb database file"
if i run my apllication it gives me exception as "Could not find Installable ISAM "
but if i change path to localhost then above string is working.
so can you please tell me above problem or how to access databse on the server from client in above case???????
thanx in advaced.
regards
chaitanya.