I'm trying to connect to a .xls file on Windows 7. I will also need to connect to an Access database. My application database is SQLite3.
Gofer it ��
�� �� �� �� smalltalkhubUser: 'TorstenBergmann' project: 'UDBC';
�� �� �� �� configuration;
�� �� �� �� load.
�� �� �� �� (Smalltalk at: #ConfigurationOfUDBC) loadBleedingEdge.
�� ����
�� �� Gofer it
�� �� �� �� smalltalkhubUser: 'DBXTalk' project: 'Garage';
�� �� �� �� configurationOf: 'GarageGlorp';
�� �� �� �� load.
�� �� �� �� #ConfigurationOfGarageGlorp asClass project stableVersion load.
�� ����
�� �� Gofer it
�� �� �� �� smalltalkhubUser: 'DBXTalk' project: 'Glorp';
�� �� �� �� package: 'Glorp-SQLite3';
�� �� �� �� load.
�� ����
�� �� GlorpSQLite3CIConfiguration new configureSqlite3.
�� �� GlorpDemoTablePopulatorResource invalidateSetup.