If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > connect to a database without server (was "Sorry for the stupid newbie question")

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-05, 21:24
Kevy73 Kevy73 is offline
Registered User
 
Join Date: Jan 2005
Posts: 8
connect to a database without server (was "Sorry for the stupid newbie question")

Hi peoples...

I am a total newbie when it comes to SQL databases.

I currently work for a company developing software. We use a VB Development environment and connect to Dbase III database files using DAO... ewwwww...

We are looking to upgrade our development environment to VB.net and our database to either mySQL or MSSQL...

My question is - most of our users are on standalone machines. Our software is NOT internet based, nor do we want it that way at the moment.

Is there a way to connect to a mySQL database without having a server running? Or are we better advised to stick to an MS Access database if this is the case....

Basically the reasoning behind upgrading is better speed and record locking. Any advice would be greatly appreciated.

I am sorry to sound so dumb...

Cheers,

Kev
Reply With Quote
  #2 (permalink)  
Old 01-19-05, 21:54
J.D. J.D. is offline
Registered User
 
Join Date: May 2004
Location: NJ USA
Posts: 21
You can set up mySQL on a central server and have all the clients connect to the mySQL server. You do not need a mySQL server running on each client machine.
__________________
J.D.
Database Administrator
Reply With Quote
  #3 (permalink)  
Old 01-19-05, 22:22
Kevy73 Kevy73 is offline
Registered User
 
Join Date: Jan 2005
Posts: 8
Thanks for that J.D., but most of our clients are on a standalone machine... or only have 2 or 3 users...

Also, if we do as you say, how does the installation procedure go? Does VB automatically package the runtimes required to connect to the server? Or do we need to install something else on each machine?
Reply With Quote
  #4 (permalink)  
Old 01-19-05, 22:25
J.D. J.D. is offline
Registered User
 
Join Date: May 2004
Location: NJ USA
Posts: 21
Most likely you will need mySQL's ODBC driver.
You can download this from the mysql webpage...
__________________
J.D.
Database Administrator
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On