Carl, > it states that the db is not limited to 64k after 3.0. I know the > record size is limited to 64k but not the db itself.
This is correct, but ... > So does that mean that the db could be unlimited in size, as long as each > record is less than 64k, and that the application is less than 64k, there > should be no memory issues or problems with the application running once the > 64K+ db has been synched to the palm? This isn't quite. I believe that you can only have 64k records, so the database is limited to 65536 records each a max of 65536 bytes long. As I say, there is also file streaming, which you may want to consider if you have really large chunks of data. As you say, you're better off keeping your app small. Cheers, Jim Cooper _____________________________________________ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.uk TurboSync - Writing Palm conduits with Delphi _____________________________________________ Learn how to program Palms in Pascal with the Pocket Studio Early Experience Program! http://www.middlecloud.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
