What kind of database is it? MS SQL Server, MS Access, Oracle...? Do you have permissions to do the connection? Have you tried looking at different connection strings, and how to obtain the correct info?
I'm using an Access 2003 database. The frontend are running on local computers the tables are in a backend database residing on a server. Using Windows XP... I map each frontend computer to the server where the tables are residing. Then in Access I link the front end to the tables on the server. In the front end I run a fileexist function "S:\EmployeeTablesFolder\EmpTables.mdb"...etc..
I am wondering if I can use the IP address of the server instead of the Drive letter... which can change from computer to computer.
thanks
or alternatively implement a login script for the network that forces everybody using your app to have the same drive letters. You can use such facilities for other applications as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.