peter
2004-07-25, 12:23 PM
First Has anyone ever done this?
I have the DBEngine loaded I am having trouble getting to the field objects from the recordset objects.
In VBA you use a "!" to delimit the field name to access the field information.
I guess I haven't found a method that is exposed to LISP.
The item property isn't avaiable using DAO like it is using ADO. I like the DAO methods because it accesses the file directly instead of having to use a link file (.udl) to access the database.
I have Scott Mcfarlanes book which has an example of accessing databases using ADO.
I was wondering if any of you had any other example.
Peter Jamtgaard
I have the DBEngine loaded I am having trouble getting to the field objects from the recordset objects.
In VBA you use a "!" to delimit the field name to access the field information.
I guess I haven't found a method that is exposed to LISP.
The item property isn't avaiable using DAO like it is using ADO. I like the DAO methods because it accesses the file directly instead of having to use a link file (.udl) to access the database.
I have Scott Mcfarlanes book which has an example of accessing databases using ADO.
I was wondering if any of you had any other example.
Peter Jamtgaard