Log in

View Full Version : Best way to query MySQL


VBCoder
06-19-2005, 04:53 AM
I'd like to be able to run a query against a MySQL server. I'd like to be able to leverage the functionality of the new classes - specifically, to be able to automatically use mysqli when config'd.

How do I do this? The database that I need to query is different from the vB forum one - it's a separate db used for other things - is there anyway I can use the vB classes to handle all this?