-- against Oracle, it tries to use Postgres style connect strings
-- against Postgres (8.4) it looks for DLLS I don't have.
Any suggestions?
James Robertson
http://www.jarober.com
jar...@gmail.com
--
You received this message because you are subscribed to the Google Groups "glorp-group" group.
To post to this group, send email to glorp...@googlegroups.com.
To unsubscribe from this group, send email to glorp-group...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en.
I can get Glorp installed (at least in Pharo 1.2.1) now, but when I attempt to use it:
-- against Oracle, it tries to use Postgres style connect strings
-- against Postgres (8.4) it looks for DLLS I don't have.
Any suggestions?
James Robertson
http://www.jarober.com
jar...@gmail.com
--
You received this message because you are subscribed to the Google Groups "glorp-group" group.
To post to this group, send email to glorp...@googlegroups.com.
To unsubscribe from this group, send email to glorp-group...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en.
This is what I used to try and connect. This code works in VW and VA:"set up connection"login := Login newdatabase: OracleODBCPlatform new;username: username;password: password;connectString: 'orcl11g';yourself.accessor := DatabaseAccessor forLogin: login.accessor login.In Pharo, it attempts to use the Native postgres driver. Why, I have no idea....