Note: on Windows '/' is not appropriate as the path might have '\' in it and you
may end up with "C:\foo\pharo\images\30848/"
So
(Login new)
database: SQLite3Platform new;
host: SmalltalkImage current imagePath asFileReference parent fullName, FileSystem disk delimiter asString;
port: '';
username: '';
password: '';
databaseName: 'sodbxtest.db'.
database: SQLite3Platform new;
host: SmalltalkImage current imagePath asFileReference parent fullName, FileSystem disk delimiter asString;
port: '';
username: '';
password: '';
databaseName: 'sodbxtest.db'.
would be better.
Thx
T.
Gesendet: Montag, 26. Mai 2014 um 16:00 Uhr
Von: "Guillermo Polito" <[email protected]>
An: "Pharo Development List" <[email protected]>
Betreff: Re: [Pharo-dev] GLORPDBX with sqlite3
Von: "Guillermo Polito" <[email protected]>
An: "Pharo Development List" <[email protected]>
Betreff: Re: [Pharo-dev] GLORPDBX with sqlite3
Hi!
do you have everything else already installed? Which Postgresql driver are you using, which platform? You need to install sqlite3 the opendbx driver on the Pharo side and the opendbx library for sqlite3.
Once there, it should be enough to create your login like this (I just copypasted from the tests):
^(Login new)
database: SQLite3Platform new;
host: SmalltalkImage current imagePath asFileReference parent fullName, '/';
port: '';
username: '';
password: '';
databaseName: 'sodbxtest.db'.
Saludos!
Guille
On Sun, May 25, 2014 at 4:45 AM, Pablo R. Digonzelli <[email protected]> wrote:
Hi, can someone help me about how to configure GlorpDbx with Sqlite3?.Now , i have Glorp working with Postgresql and all is OK.Tia,Pablo
Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
