Wrox Home  
Search P2P Archive for: Go

  Return to Index  

activex_data_objects thread: Need help with pMyRecordset.CreateInstance(__uuidof(Recordset));


Message #1 by elisabeth_doreste@h... on Fri, 29 Nov 2002 10:18:54
Hi!

I have a project developed in VC++ that uses ADO and ADOX to communicate 
with an Access database. Everything works fine except when I run the 
program on an Windows98 machine that doesn´t have Access installed. 
All other cases works, that is, all operating systems with or without 
access installed. (I am using the MDAC 2.1.1 and Jet 4.0)

When running on the Win98 machine 
pMyRecordset.CreateInstance(__uuidof(Recordset)); does not work. 
It returns 0.....????

Does anybody know what can cause this problem? Is it some other component 
that is lacking for the windows 98 system? Would be great with some help!

Thanks
/ Elisabeth

  Return to Index