The company I work for is using PHP and MS Access due to the small size of the databases.
Any previous work was done creating all of the SQL statement dynamically. Due to speed considerations I am using stored queries.
I am using the ADOdb5 database class to generically work with the databases so they can be moved easily to any other database.
The problem is I have parameter queries. I can't find any real documentation on using these with ADOdb5.
I would prefer to continue using ADOdb5 instead of hard coding any database specific code.
Can anyone help me?