Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Codebase > Exception throw...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 280 of 306
Post > Topic >>

Exception thrown in pack method.

by =?iso-8859-1?q?Fernando_G=F3mez?= <fernando.a.gomez.f@[EMAIL PROTECTED] > May 30, 2007 at 09:17 AM

Hello all. I'm using CodeBase's C++ API for Windows CE 4.2.

When I enter data into a table, I do something like the following:

Code4 cb;
Data4  table(cb,"my_table"));

..=2E. fill the table ...

Index4 index;
index.open(table, "my_table");
if (index.isValid())
{
    table.pack();  //   <---------
    index.close();
}
table.close();
cb.initUndo();

That is, I fill my table, call the index and so on. Yet _sometimes_
the call to the table's pack method fails. Not only fails, but it
throws an exception (since I'm in Windows CE 4.2, an unhandled
exception results in a blocked terminal, so I have to perform a [soft
| warm] reset.

Does anybody have a clue why is this happening? Any help will be
really appreciated.

Regards,
Fernando G=F3mez.
 




 1 Posts in Topic:
Exception thrown in pack method.
=?iso-8859-1?q?Fernando_G  2007-05-30 09:17:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Thu Jul 24 14:18:25 CDT 2008.