You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dbx...@googlegroups.com
Hello,
I am trying to use Roger Whitney's tutorial on GLORP. I have the stable versions of Glorp, GlorpDBX and OpenDBXDriver. I am trying to connect to a local mysql database.
One of the first things that the tutorial does is the following code which in my case gives me a MNU on MySQLPlatform because of #connect:
Should I use a different class instead of MySQLPlatform? I was able to connect to the database with DBXConnection and the DBXMySQLBackend... but I am not sure how these classes are related to GLORP.
Thanks! Federico
Federico Balaguer
unread,
Sep 22, 2014, 12:14:47 PM9/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dbx...@googlegroups.com
Hello,
I made it work as expected.
I initialized the PharoDatabaseAccessor's DefaultDriver to be GlorpOpenDBXDriver. Somehow I (previously) initialized the DefaultDriver to something else.