Can somebody tell me what is the difference between the 2? I always
thought that they are the same thing but when I install Jet Engine 3.5
on my system, I did not see a DAO 3.5 as a reference in my VB 4.0.
Pan
Can somebody tell me what is the difference between the 2? I always
thought that they are the same thing but when I install Jet Engine 3.5
on my system, I did not see a DAO 3.5 as a reference in my VB 4.0.
Pan
1. Unable to initilalize DAO/Jet db engine
I trying to open a recordset using the following code:
CDaoRecordset record;
record.m_pDatabase = database;
// database is a pointer to a database
Query = "SELECT ID FROM table WHERE name = 'value'";
record.Open(dbOpenDynaset,Query,dbReadOnly);
I get the following error:
Unable to initilalize DAO/Jet db engine
What Am I doing wrong?
Thanks in advance
Jan Snelders
2. SQLSERVER "Link Tables" Possible??
4. Recompiling Stored procedures
5. Using the DAO Jet Engine Object?
7. Excel Access using DAO Jet Engine?
8. DAO/Jet engine redistributable files
9. Diference between DAO, Jet Engine and ODBC
10. Unable to initialise Jet DAO Database engine
11. Microsoft Jet Engine and DAO (what are they..?)