Running Program(on VB .NET) Without SQL
Database
3
Posts
3
Posters
0
Views
1
Watching
-
-
FriendlySoluations wrote:
In other words I want ask if there is any way in which we will not install SQL Server2000 on client pc and the program will run properly?
So long as there is a network path to the SQL Server that you want to use you can run the client application anywhere. SQL Server is designed to run as a central server with many client processes using it across a network.
Upcoming Scottish Developers events: * UK Security Evangelists On Tour (2nd November, Edinburgh) * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
I'm not sure if I understand your question correctly, but have you heard of the Micrsofoft SQL Desktop Engine (MSDE)? Steve