home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / MyConnecti2048092162007.psc / @PSC_ReadMe_67874_1.txt next >
Text File  |  2007-06-08  |  1KB  |  33 lines

  1. Title: MyConnection: MySQL Library v2.0
  2. Description: No ADO Library. Direct connect to MySQL Server 5.0 or above. Use libmysql.dll(written by MySQL AB in C++) One dependecies libmysql.dll Download link:http://www.gurevin.net/dll_libmysql.rar
  3. Optional return table convert to ADO Recordset object. (in use grid ocx's)
  4. Full Speed Connection, pure visual basic 6.0 and libmysql.dll.
  5. I'm sorry. My English is not good. :(
  6. Function List:
  7. BathRealQuery, 
  8. BathRealQueryFromFile, 
  9. BathRealQueryFromResource, 
  10. BathRealQueryFromResource, 
  11. Connect, 
  12. ConvertADORS, 
  13. DatabaseExists, 
  14. Disconnect, 
  15. EscapeString, 
  16. Execute, 
  17. ExecuteNonQuery, 
  18. ExecuteReader, 
  19. FieldExists, 
  20. FreeResult, 
  21. ListDatabases, 
  22. ListFields, 
  23. ListTables, 
  24. Ptr2Str, 
  25. SelectDatabase, 
  26. SendQuery, 
  27. TableExists.
  28.  
  29. This file came from Planet-Source-Code.com...the home millions of lines of source code
  30. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67874&lngWId=1
  31.  
  32. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  33.