Rolf Bjarne Kvinge wrote > > > This is because the sqlite library included in iOS don't have support for > querying column metadata. You can still build your own libcustomsqlite.a > and use that instead (how to: http://stackoverflow.com/a/5602717/183422) > >
It's perfectly possible to get all the key information in MonoTouch using *pragma table_info()* (I do it in the MonoTouch SQLite driver for CoolStorage). So it's odd that the MonoTouch's GetSchemaTable() isn't able to return that information. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Key-information-not-returned-in-GetSchemaTable-tp4649539p4649682.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
