On Mon, Oct 4, 2010 at 10:23 PM, nullPointer
<epicfan@gmail.com> wrote:
Is a project on SqueakSource for connect to Sqlite DBs. Excuse me for the
bad link.
http://www.squeaksource.com/SQLite.html
That libs work without SqueakDBX, but obviously needs FFI. Works on Windows
without problems, but in MACOSX don�t found any table on DB... �:(
I will try a nice shoot:
In sqlite, the database is a "file". So, in windows, you database can be� "c:/windows/mariano/sqlite.db".
However, if sqlite doesn't find the database, sometime (I think that depending which funcion the driver is calling) Sqlite creates a database IN MEMORY.
So...MAYBE, you are using in Mac the same PATH you used in Windows, which fails, then creates an in memory database, and that explains why you don't see your tables.
ok....if it were that, you own me a beer :)
cheers
mariano
�
Many thanks for the help.
--
View this message in context: http://forum.world.st/Newbie-question-Connection-to-SQLite-DB-tp2954195p2954994.html