MySQL Forums
Forum List  »  Microsoft Access

Re: Not able to update data
Posted by: Larry Kinney
Date: March 02, 2006 10:29PM

You don't have a database specified and you have to use DAO recordsets for Access 2000 and above, setting the "Microsoft DAO 3.6 Object Library" reference.

Dim DB as DAO.Database
dim rstGI as DAO.Recordset

set db=currentdb ' if the current database

Options: ReplyQuote


Subject
Views
Written By
Posted
2343
March 06, 2005 03:04AM
Re: Not able to update data
1453
March 02, 2006 10:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.