Running Program(on VB .NET) Without SQL
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
-
-
If your application is written dependant on an SQL Server backend, you'll still need an instance of SQL Server running somewhere, either one on the client PC or one on another server. On the local machine, you can install the desktop version of SQL Server. For SQL Server 2000 it's called MS Desktop Engine, or MSDE[^]. For SQL Server 2005, its called SQL Server Express[^].
Dave Kreskowiak Microsoft MVP - Visual Basic