Re: [sqlite] Function Name

2008-11-25 Thread Martin Engelschalk
Hi, see http://www.sqlite.org/lang_attach.html. You will have to call sqlite3_exec(, "attach database as ", 0, 0, 0) Martin Satish wrote: > HI! > >What is the c/c++ API function given by SQLite to attach a database to > another database or tell me how to get access the tables in the other

[sqlite] Function Name

2008-11-25 Thread Satish
HI! What is the c/c++ API function given by SQLite to attach a database to another database or tell me how to get access the tables in the other database using a c/c++ API function Regards Satish.G ___ sqlite-users mailing list