Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing mySQL without ODBC, is it possible?

Status
Not open for further replies.

iliasKBS

Programmer
Apr 17, 2003
4
GB
As a new programmer, I am forced to the ODBC & ADO route of abstaining a physical connection with my database. So far it's proven SLOW and unreliable. However, I've seen incredibly lightweight mySQL admin programs connecting to mySQL databases blazingly fast. A first research I've done leads to the usage of "mySQL client libraries" for connection purposes, instead of ODBC. What are they? How can one use them in VB6? Any help will be greatly appreciated!
Thanks in advance…
 
Thanks for your time to see my question...[thumbsup]
Well, I am not very familiar with the API in general. The only piece of information I could practically use so far is here: (look halfway the page, for the libmySQL.dll reference)

I think it's simple this way, however the general object manipulation under this approach remains an undocumented mystery (at least for me!). Do you know any other resources of this type of information?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top