Yea but with that dll it will handle the queries 1 by 1 , in order not all at once this is wat it says on the file i found came with .dll and module's text
Code Select
' MySQL Module for Visual Basic written in Delphi
'
' Introduction: The dll this module links to is in fact a wrapper for libmySQL.dll,
' which, because of the complicated data structures would be harder to implement in VB.
' libmySQL.dll is part of the mySQL package and can be freely distributed as such.