Wednesday, May 16, 2012

sqlite via c++, opening multiple sqlite files

How do I connect multiple sqlite files into a single sqlite3* handle, in C/C++? I'm thinking it's possible considering there's a command called ATTACH, but do not know how to do so in C++. Thanks in advance.





No comments:

Post a Comment