On 1/6/11 9:04 PM, "Bob Sneidar" <b...@twft.com> wrote:

> For sqLite I do something like this (keeping in mind I use sqlYoga):
> 
>     put dbconn_get("connection id", "secconn", "secondary") into theSecID --
> sqlYoga
>     put "SELECT tbl_name,sql FROM sqlite_master WHERE type = table" \
>             into theSQL
>     replace "tbl_name" with quote & "tbl_name" & quote in theSQL
>     replace "sql " with quote & "sql" & quote & space in theSQL
>     replace "table" with quote & "table" & quote in theSQL
>     put revDataFromQuery(comma, return, theSecID, theSQL) into theSQLData
> 
> This will give me all the Create Table syntax for every table in the sqLite
> database I access.

I see, Bob,

You are using sqlite_master  system table to extract original
    create table ... command

Interesting, if this is changed on any ALTERs ...
Although it seems there is no alters ...


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to