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 Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
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 <pdigonzelli@gmail.com>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 Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
Thanks Guille, It is working now. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Guillermo Polito" <guillermopolito@gmail.com> Para: "Pharo Development List" <pharo-dev@lists.pharo.org> Enviados: Lunes, 26 de Mayo 2014 11:00:40 Asunto: 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 < pdigonzelli@gmail.com > 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 Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
participants (3)
-
Guillermo Polito -
Pablo R. Digonzelli -
Torsten Bergmann