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 in advance…