Ok...now that Ive solved all my browse issues (thanks James!!!), Im ready to tackle re-using deleted records to avoid that pesky downtime for packing.
Ive read a few posts but not sure I completely understand....
Right now im just doing the standard oDbf:append()....load()....save()
Can I get some code examples on how to implement finding deleted record, blanking, using Database object?
Thanks!
Greg
Reuse Deleted Records
- Greg Gammon
- Posts: 105
- Joined: Fri Jun 09, 2006 3:27 pm
- Location: Bryan, Texas
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Greg,
Already sent to your email.
Everyone, this is code for selected TData registered users only. The new code is beta-test code right now.
There are actually two new features, 1) automatic deleted record reuse (no more PACKing!) and 2) auto-incrementing primary-key fields. Almost no code changes will be required to implement these new features.
TData is an enhanced database class. For more information about TData go here:
http://ourworld.compuserve.com/homepage ... rogram.htm
Be sure to read the OOP articles too. They show how using database classes can really reduce your code and increase your programming power.
James
Already sent to your email.
Everyone, this is code for selected TData registered users only. The new code is beta-test code right now.
There are actually two new features, 1) automatic deleted record reuse (no more PACKing!) and 2) auto-incrementing primary-key fields. Almost no code changes will be required to implement these new features.
TData is an enhanced database class. For more information about TData go here:
http://ourworld.compuserve.com/homepage ... rogram.htm
Be sure to read the OOP articles too. They show how using database classes can really reduce your code and increase your programming power.
James
- Greg Gammon
- Posts: 105
- Joined: Fri Jun 09, 2006 3:27 pm
- Location: Bryan, Texas
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact: