Menu

Modular Database

I've updated the databse code to make it more modular. I've reduced all the functions down to 5 essentials: db_Connect, db_Query, db_Array, db_Error, and db_Close. Now partyfish will be able to use any SQL server with the right modules. I also added an ADO db module to test things, but this will only work on Windows as it uses COM objects.

Posted by Matt Hackmann 2003-12-03

Log in to post a comment.