It should work. I couldn't spend time on it since the last months, but it should be working.
The original squeak version of Glorp was coupled and hardcoded to the PostgreSQL driver. I don't know what database you want to use. We did such change under the GlorpDBX project.
In summary, it lets the SqueakDatabaseAccessor to talk to a general DatabaseDriver class. THen you can implement any kind of Glorp database driver. We created one for SqueakDBX and one for the native postgreSQL driver.
Now, for example, Diogenes Moreira build one for the Squeak ODBC driver.
More information can be found in
http://www.squeakdbx.org/GLORP%20integration
Search for GlorpDBX or Glorp in the mailng list and you will some useful mails.
Cheers
Mariano
�