|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Deployment Problems
I developed a .NET project in VB which requires dynamic input from a SQL table. Infact I used ADO.NET
to set up a connection with a database. When I deploy the application on a target computer ( the target computer has no SQL server ) the application gives an error prompting me to start the server. How can I include the SQL table in my application, so that the application may take data from the table and not from the SQL Server? |
|
#2
|
||||
|
||||
|
The only way to do that would be to export your data from your sql server records to a typed dataset and distribute it with the project. However, this isn't a very good idea, your DB should accessable from anywhere if your looking for scalability.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Deployment Problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|