--- Begin Message ---You have to #connect before executing SQL statements! Something like (in your code): conn connect. ----------------- Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero". (A. Einstein)From: Dimitris Chloupis <kilon.al...@gmail.com> To: Benoit St-Jean <bstj...@yahoo.com>; Any question about pharo is welcome <pharo-users@lists.pharo.org> Sent: Monday, April 17, 2017 3:54 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Installing from Catalog Browser fails I installed it via the the website instructions, it installs fine But if I use it this way conn := GAConnection new. ca := GAConnectionArgs hostname: 'ec2-**-***-***-185.eu-west-1.compute.amazonaws.com' portno: '****'databaseName:'*******' userName: '*****' password:''***'. conn connectionArgs: ca. conn execute: 'select * from search_terms'. it fails with no connection, is there anything else i need to do ?is there a guide for how to use this ? On Mon, Apr 17, 2017 at 7:30 PM Dimitris Chloupis <kilon.al...@gmail.com> wrote: thank you Benoit On Mon, Apr 17, 2017 at 4:23 AM Benoit St-Jean via Pharo-users <pharo-users@lists.pharo.org> wrote: ODBC worked fine as well if you don't need native driver access ----------------- Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero". (A. Einstein) From: Dimitris Chloupis <kilon.al...@gmail.com> To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Sent: Sunday, April 16, 2017 4:37 AM Subject: [Pharo-users] PostgreSQL and Pharo 6 Hey guys , I play with PostgreSQL and I really like it, sorry Esteban :D I am using Python for it but I would like to give access also to Pharo to my database. I was informed that Garage has a driver for PostgreSQL , is there any other candidate ? Any advice ?
--- End Message ---
Re: [Pharo-users] PostgreSQL and Pharo 6
Benoit St-Jean via Pharo-users Mon, 17 Apr 2017 13:19:59 -0700
- [Pharo-users] PostgreSQL and Pharo 6 Dimitris Chloupis
- Re: [Pharo-users] PostgreSQL and Pharo... Sven Van Caekenberghe
- Re: [Pharo-users] PostgreSQL and P... Dimitris Chloupis
- Re: [Pharo-users] PostgreSQL and Pharo... Benoit St-Jean via Pharo-users
- Re: [Pharo-users] PostgreSQL and P... Dimitris Chloupis
- Re: [Pharo-users] PostgreSQL a... Dimitris Chloupis
- Re: [Pharo-users] PostgreS... Benoit St-Jean via Pharo-users
- Re: [Pharo-users] PostgreS... Dimitris Chloupis
- Re: [Pharo-users] Pos... Benoit St-Jean via Pharo-users
- Re: [Pharo-users] Pos... Dimitris Chloupis
- Re: [Pharo-users]... Benoit St-Jean via Pharo-users
- Re: [Pharo-users]... Dimitris Chloupis
- Re: [Pharo-us... Dimitris Chloupis
- Re: [Pharo-us... Esteban A. Maringolo
- Re: [Pharo-us... Dimitris Chloupis
- Re: [Pharo-us... Esteban A. Maringolo
- Re: [Pharo-us... Dimitris Chloupis