mIRC Homepage
Posted By: ATMA mysql.dll - 05/04/04 10:39 PM
i found mysql.dll but i am haveing a prob w/ it i cant seem to find the file libmySQL.dll but it has to be vr 4.0.4-Beta and its driving me nuts searching for it

thank you for any help =/
Posted By: Mentality Re: mysql.dll - 05/04/04 10:53 PM
Is this it?

If it is, I used Google smile

Hope this helps!

Regards,
Posted By: ATMA Re: mysql.dll - 05/04/04 11:19 PM
Thank you that is the right file :]
Posted By: Hammer Re: mysql.dll - 05/04/04 11:40 PM
What does that dll do that you can't do through $com without it?
Posted By: ATMA Re: mysql.dll - 05/04/04 11:56 PM
?
Posted By: tidy_trax Re: mysql.dll - 06/04/04 12:08 AM
click
Posted By: Hammer Re: mysql.dll - 06/04/04 01:35 AM
I just wondered what that dll you are looking for did that cannot already be done. $com with ADODB can use MySQL already, like this (you just need to replace the [color:400080]purple[/color] bits with your specific info):

var %ConnectionString = "Provider=MySQLProv;Data Source=[color:400080]mySQLDB[/color];User Id=[color:400080]myUsername[/color];Password=[color:400080]myPassword[/color]"
comopen objConnection ADODB.Connection
!.echo -q $com(objConnection, Open, 1, *bstr, %ConnectionString)

var %SQL = SELECT [color:400080]Field1[/color], [color:400080]Field2[/color], [color:400080]Field3[/color] FROM [color:400080]MyTable[/color]
comopen objRecordset ADODB.Recordset
!.echo -q $com(objRecordset, CursorLocation, 4, i4, 3)
!.echo -q $com(objRecordset, Open, 1, *bstr, %SQL, dispatch, objConnection)
Posted By: ATMA Re: mysql.dll - 06/04/04 03:08 AM
heh i was unaware of this well thank you all for your help
© mIRC Discussion Forums