Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Running Program(on VB .NET) Without SQL

Running Program(on VB .NET) Without SQL

Scheduled Pinned Locked Moved Visual Basic
questioncsharpdatabase
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FriendlySoluations
    wrote on last edited by
    #1

    How can i use the project(Windows Application) made by vb.net(use Ado.Net) depend on SQL Server2000 in client pc without install SQL Server2000 in the client pc? 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?

    R D 2 Replies Last reply
    0
    • F FriendlySoluations

      How can i use the project(Windows Application) made by vb.net(use Ado.Net) depend on SQL Server2000 in client pc without install SQL Server2000 in the client pc? 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?

      R Offline
      R Offline
      Rizwan Bashir
      wrote on last edited by
      #2

      you just need to change the connection string for the server. So save your connection string in app.config file and use that. or read it from any XML or text file from client machine

      Rizwan Bashir ALM Soft[^]

      1 Reply Last reply
      0
      • F FriendlySoluations

        How can i use the project(Windows Application) made by vb.net(use Ado.Net) depend on SQL Server2000 in client pc without install SQL Server2000 in the client pc? 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?

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups