G
Guest
Hi
I am new at using .net and am having trouble connecting to a SQL database from different PC than the application was developed on. I am using vb.net. Both the development pc and pc that will run the application have connections via ODBC to the appropriate database using SQL drivers.
I have developed an application that checks and updates a SQL database. The SQL database is held on a separate server that the application will not be deployed on. This application works fine on the pc it was develped on but when I try to deploy it to a different PC that connection appears to fail.
Both the development machine and the machine that I try to deploy on are running windows 2000. The installation of the application works and the application starts correctly. When I enter a value and then select update/cancel/report I get an error message that I built in indicating an error
Any advice on how to maintain/make connections to SQL database from the non-development pc would be appreciated
Thanks in advance.
I am new at using .net and am having trouble connecting to a SQL database from different PC than the application was developed on. I am using vb.net. Both the development pc and pc that will run the application have connections via ODBC to the appropriate database using SQL drivers.
I have developed an application that checks and updates a SQL database. The SQL database is held on a separate server that the application will not be deployed on. This application works fine on the pc it was develped on but when I try to deploy it to a different PC that connection appears to fail.
Both the development machine and the machine that I try to deploy on are running windows 2000. The installation of the application works and the application starts correctly. When I enter a value and then select update/cancel/report I get an error message that I built in indicating an error
Any advice on how to maintain/make connections to SQL database from the non-development pc would be appreciated
Thanks in advance.