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 > Which way is the best way to connect?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-14-06, 21:53
trent101 trent101 is offline
Registered User
 
Join Date: Aug 2006
Posts: 6
Which way is the best way to connect?

Hey,

Im new to databases, and mysql in fact, and I have been a bit confused by the number of ways to connect.

Alot of different tuorials show different ways to connect. But what I want to know is what is the best way to connect to my mysql database?

Im using odbc at the moment, and it works fine, however I read an article that saying connecting staright to oledb is way better. But my host does not have oledb drivers so im sure I cant do it that way.

any help is appreciated.
Reply With Quote
  #2 (permalink)  
Old 08-29-06, 17:05
jstephens jstephens is offline
Registered User
 
Join Date: Jan 2006
Posts: 28
Depends on the application you are using. If it is web based program then you could use a socket which I am told is more secure. If it is a c,java,c++ program then I would use an oledb connection.
Reply With Quote
  #3 (permalink)  
Old 08-30-06, 04:13
HSN HSN is offline
Registered User
 
Join Date: May 2006
Posts: 24
I think it doesn't make a really big difference between the ways as far as your program will keep going smooth with all the ways.
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