Does anyone know if there is a way of getting a list of primary key fields of a table using JavaScript?
I know that there is a SQLITE_MASTER table which lists the original SQL used to create a table but I would prefer not to parse if I can avoid it. Interestingly enough this table also lists any indexes on that table but what I can seem to find is how to read the definition of those indexes. Any ideas? Regards, Alon Raskin e: [email protected]<mailto:[email protected]> -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
