VBMySQLDirect

The pages for this project are not yet restored. In the meantime, the following archive is available:

vbmysqldirect.zip

24 Responses to “VBMySQLDirect”

  1. VBMySQL.com » Blog Archive » vbmysqldirect online Says:

    […] See http://www.vbmysql.com/projects/vbmysqldirect/ […]

  2. INHAKYEOL Says:

  3. Rio Says:

    Please send to me article mysql

  4. R_ket Says:

    Ok for vbmysqldirect

  5. Gado Says:

    Great dev!!! waiting for more tutorials and updates.

  6. harry Says:

    Hi brother,
    I use ReadBinaryFromFile & SaveBinaryToFile to save and get image in Blob field of MySQL,but the picture can not be display,after comparision,I found the binary data is changed.The code is below,could you give some good advise? thank you !
    ‘ save …..
    pRs.AddNew
    pRs.Fields(”id”) = “14″
    pRs.Fields(”img”) = pRs.ReadBinaryFromFile(App.Path & “\source.jpg”)
    pRs.Update

    ‘read….
    b = pRs.SaveBinaryToFile(pRs.Fields(”img”).Value, App.Path & “\tmp.jpg”)

  7. renga Says:

    sir, I want to join your forum.

    Help me further

    Thank you

    renga

  8. raja Says:

    Hi brother,
    I use ReadBinaryFromFile & SaveBinaryToFile to save and get image in Blob field of MySQL,but the picture can not be display,after comparision,I found the binary data is changed.The code is below,could you give some good advise? thank you !
    ‘ save …..
    pRs.AddNew
    pRs.Fields(”id”) = “14″
    pRs.Fields(”img”) = pRs.ReadBinaryFromFile(App.Path & “\source.jpg”)
    pRs.Update

    ‘read….
    b = pRs.SaveBinaryToFile(pRs.Fields(”img”).Value, App.Path & “\tmp.jpg”)

    mysql error : 40004

    when i add small photos it is ok. but when i add 1 MB (10 inchx 10 inch) photo. error show

    please reply

  9. Cesar Says:

    To raja:

    Revise your mysql parameters…

  10. Ram Says:

    Dear Sir;

    I’m having problem on connecting visual studio 2005 using vb.net to sql server 2005. Please assist me the steps that i need to follow and the codes as well.

    Thank you.

  11. Suresh Says:

    nice work. any more development?

  12. Vanni Says:

    i found this site very useful for my mysql database system… keep up the good work bro. we are waiting for more development.

  13. lordwell romero Says:

    hi,,,,, can i ask about connecting the mysql to visual basic 6.0??? thank you

  14. Ezequiel Says:

    I’m having a problem when i try to use the vbmysqldirect 1.0 library to access a mysql 5.0 database. I get a “Client does not support authentication protocol” Error, but only in my Vb6 Console, when i compile it and run it (directly from the .exe file), it runs ok. Do you have any idea of why this could be happening? Im having no problems accessing a 4.0 database.
    I’ve tried adding the –old-passwords to the my.cnf on the 5.0 server, but i get no results…

    I’m running a W2000 workstation using VB6 with all the latest patches.

    Thanks!

  15. Jorge Says:

    Update libmysql.dll in System32 to the latest adequate version. I guess you may get it from an installation of Mysql Administrator downloaded from mysql.com

  16. Stevyen Says:

    how can i join sir?

  17. Ezequiel Says:

    Hey, regarding my problem, it was because i migrated from mysql 4 to mysql 5 and the user table in the mysql server changed.
    (kinda late, but hey, someone else could pick up the same problem on google)

    Cheers.

  18. Martin Says:

    I want to know if it is safe to use this library in a comercial development.
    Actually i´m using My ODBC driver with some issues, that leads me here to be honest.
    I tried to use a datagrid to display the data in a table and for update that data but when i change a value my program explodes, Dr. watson comes to rescue and that´s the situation.
    Thanks in advance.

  19. Vanni Says:

    Martin, as far as I know and in my own experience… its safe and easy to use. I’m using it in both VB6 and VB.NET (2005 & 2008).

  20. shamir Says:

    Great project, thanks :)
    any idea how to use it with hebrew character ? I’ve got unexpected error when trying to run sql with hebrew characters.
    the same sql line with english characters works fine.

    Shamir

  21. vijaya sarathi Says:

    this project is very very super. i like that………. thkx for the publisher bye……… SaRu

  22. vijaya sarathi Says:

    bad

  23. george k Says:

    Hi,

    How do i join?

  24. Kinobe Says:

    Hi. great work. need clarity on whether vb and SQL server can be connected

Leave a Reply