I've got a problem in a access/excel (both 97) solution.
The problem needs to use more columns/fields (ie 255) than access or excel can cope with.
Now ADO 2.5 can (if i've read the right www pages
) cope with a far greater number of fields.
I can't just use ado can i? as the 255 limit will also be in the access 97 program.
So can I create a virtual recordset? and also query that recordset?
Or would I have to 'create' a db via ado code?
The problem needs to use more columns/fields (ie 255) than access or excel can cope with.
Now ADO 2.5 can (if i've read the right www pages

I can't just use ado can i? as the 255 limit will also be in the access 97 program.
So can I create a virtual recordset? and also query that recordset?
Or would I have to 'create' a db via ado code?