|
-
May 22nd, 1999, 04:47 PM
#1
Problem with AddNew
Hi
Here is my code
if(m_db->CanUpdate() == TRUE)
{
try
{
m_rs.AddNew();
}
catch (CDaoException* e)
{
AfxMessageBox(e->m_pErrorInfo->m_strDescription);
e->Delete();
}
The exception tells me that my database is read-only.
What's the problem?
Thanks
Sydney from France
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|