|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
data control problem
I have a data control problem......
In my application i am using a data control for displaying data from a sql server database into some text boxes this is working fine on my system.... but when i am creating a exe file and putting in other systems it is not fetching from the database....... to be precise the DATA CONTROL IS NOT WORKING IN OTHER SYSTEMS...... they dont have VB installed on them also PLEASE SOLVE MY PROBLEM AVANCE THANKS AND ADVANCE HAPPY NEW YEAR |
|
#2
|
||||
|
||||
|
How are you connecting to your database? Is it through a dsn? If you are connecting to the sql server via a dsn, then this dsn must be made at the computer where your program's executable is being run. When visual studio creates an executable, this information is not added by the exe wizard.
|
|
#3
|
|||
|
|||
|
Quote:
i connected threw with out dsn connection to the sql server |
|
#4
|
||||
|
||||
|
Try connecting to the SQL server with a dsn on you application. This will allow you to port your application's exe to other computers as long as you have the dsn to the SQL server.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > data control problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|