My code is trying to go through all the database on card 0 and determin if it is ROM based.
I first use DmNumDatabases(0) to get the number of the database on card 0. Then I get the LocalID by DmGetDatabase(0, i). I thought I can use DmDatabaseInfo to check the readonly bit to determin if a database is ROM based. But I discovered that I can set non-ROM based database to readonly. So I cannot determin if a database is ROM based by checking the readonly bit in the attributes. How can I do it then? I am not sure I see anything useful in the Dm* functions. Thanks. Max ===== -=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=- Got Palm? Get ExBox at http://www.weirdwww.com/ExBox to beam anything! __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
