Antonio Coralles said: > how can i get the output which will be produced by sqlite>.tables from a > sqlite_exec call inside my programm ? > (i'm using sqlite 2.8.14)
It won't get you the same output as .tables, but take a look at the pragma commands, which will get you all the metadata that you could need. Clay -- Lazarus Notes from Lazarus Internet Development http://www.lazarusid.com/notes/ Articles, Reviews and Commentary on web development