Re: ADO recordset doesn't see DB changes
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Fri, 11 May 2007 15:21:39 -0400
Neil B wrote:
This is the call to the method in my CDataBase class that opens the
database:
bDB.Open("Microsoft.Jet.OLEDB.4.0", m_newBooks, "935290346", "Books");
OK, you are probably running into the Jet delayed-write optimization.
See here for how to deal with it:
http://support.microsoft.com/?kbid=240317
http://support.microsoft.com/kb/200300
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- References:
- Re: ADO recordset doesn't see DB changes
- From: Bob Barrows [MVP]
- Re: ADO recordset doesn't see DB changes
- Prev by Date: Re: ADO recordset doesn't see DB changes
- Next by Date: Re: ADO OpenSchema( adSchemaPrimaryKeys , ...)
- Previous by thread: Re: ADO recordset doesn't see DB changes
- Next by thread: Re: ADO recordset doesn't see DB changes
- Index(es):
Relevant Pages
|
|