Hello, i need some help to install Glorp on Pharo 1.4!
Thanks!
-- You received this message because you are subscribed to the Google Groups "glorp-group" group. To view this discussion on the web visit https://groups.google.com/d/msg/glorp-group/-/kDEqigEKzcQJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
There may be people here who can help but I'd guess a post on the Pharo list is at least as likely to find them.
On Tue, Nov 27, 2012 at 4:40 AM, Alex Humar <[hidden email]> wrote: Hello, i need some help to install Glorp on Pharo 1.4! You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGlorp';
load. ((Smalltalk at: #ConfigurationOfGlorp) project version: #stable) load. or if you want to use Glorp with the OpenDBX driver, then replace ConfigurationOfGlorp with ConfigurationOfGlorpDBX.
For more information about DBX: http://dbxtalk.smallworks.com.ar/ Cheers, On Wed, Nov 28, 2012 at 8:39 PM, Alan Knight <[hidden email]> wrote: There may be people here who can help but I'd guess a post on the Pharo list is at least as likely to find them.
Mariano http://marianopeck.wordpress.com -- You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
In reply to this post by Alan Knight-2
Hi.. you can find documentation in http://dbxtalk.smallworks.com.ar/
and send you cuestions to [hidden email].
Actually, Glorpdbx is a fork but it can be help you. Best D. http://about.me/diogenes.moreira 2012/11/28 Alan Knight <[hidden email]> There may be people here who can help but I'd guess a post on the Pharo list is at least as likely to find them. You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
In reply to this post by Mariano Martinez Peck
Hi Mariano, Diogenes,
I would like to see a bit clearer on this topic. Does that mean that Glorp is being maintained seperately from openDBX, in case someone would like to use Glorp with other DB drivers than openDBX? Then the next question is whether these nice add-ons that can be found on the dbxtalk site could be used together with Glorp but on top of different db drivers? I've been asking myself these questions several times, but now I dare to ask somebody else ;-) Why do I ask? Because I guess it would be easier to get Pharo/Glorp up and running on Windows and ODBC without openDBX drivers. Or am I wrong? Joachim Am Mittwoch, 28. November 2012 20:48:24 UTC+1 schrieb Mariano Martinez Peck:
You received this message because you are subscribed to the Google Groups "glorp-group" group. To view this discussion on the web visit https://groups.google.com/d/msg/glorp-group/-/gHYjmm9C_B8J. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
Hi!
Regarding the Pharo Glorp port, see below :) On Fri, Dec 7, 2012 at 1:57 PM, jtuchel <[hidden email]> wrote: Hi Mariano, Diogenes, Yes, OpenDBX is a C driver that works as an adapter for many database vendors. The OpenDBX package is a Pharo binding to this library. Then, there are what we call the Native drivers. Native drivers are drivers written entirely in Pharo Smalltalk. Right now, Glorp can work with both OpenDBX and NativePGSql drivers ;.
They should work independently of the database :)
OpenDBX has a binding for ODBC, you can try that... But It should not be difficult to set up any of them...
-- You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
Best D from my phone http://about.me/diogenes.moreira
-- 2012/12/7 Guillermo Polito <[hidden email]> Hi! You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
In reply to this post by jtuchel
On Fri, Dec 7, 2012 at 9:57 AM, jtuchel <[hidden email]> wrote: Hi Mariano, Diogenes, If you want glorp, then I think using OpenDBX with the ODBC backend is much easier. Otherwise, you would need to write a database driver for Glorp (subclass of DatabaseDriver) for the ODBC driver.
Mariano http://marianopeck.wordpress.com -- You received this message because you are subscribed to the Google Groups "glorp-group" group. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/glorp-group?hl=en. |
Free forum by Nabble | Edit this page |