On 08/09/2013 04:39 PM, techi eth wrote:
Is it possible to read default value of any Colum? Ex : Create table by adding default constraint to Colum & then read back the default constraint value before doing INSERT,UPDATE.
"PRAGMA table_info" provides access to this information:
http://www.sqlite.org/pragma.html#pragma_table_info Dan. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users