Hi,

see http://www.sqlite.org/lang_attach.html.

You will have to call sqlite3_exec(<your handle>, "attach database <your 
filename> as <your alias>", 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
> database using a c/c++ API function
>
>  
>
> Regards
>
> Satish.G 
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

-- 

* Codeswift GmbH *
Traunstr. 30
A-5026 Salzburg-Aigen
Tel: +49 (0) 8662 / 494330
Mob: +49 (0) 171 / 4487687
Fax: +49 (0) 12120 / 204645
[EMAIL PROTECTED]
www.codeswift.com / www.swiftcash.at

Codeswift Professional IT Services GmbH
Firmenbuch-Nr. FN 202820s
UID-Nr. ATU 50576309

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to