I need to store more info on the database tables.
So I will need to add new fields to the table, in this case tblAuthor.
and Amend asp code to cater for the new fields.
I am about to start but I want to have a better idea of the addnew/update process.
For starters, where is the table specified?
I can see rscommon being created and the methods, addnew and update being invoked but I can't see where the table relating to rscommon is specified.
I mean, how does SQL OLE DB know which table is being processed?
Your help would be appreciated