Forgot to mention...

I tried a few different strings for the connectFromString, but here are a couple of examples I tried, with the same error:

connection := GADriver fromConnectionString:
'SQLite3:///home/mark/Desktop/pharo5.0/projects/test_data.db'.

connection := GADriver fromConnectionString:
'SQLite3://home/mark/Desktop/pharo5.0/projects/test_data.db'.

connection := GADriver fromConnectionString:
'SQLite3://filename:/home/mark/Desktop/pharo5.0/projects/test_data.db'.

Then the error would occur on an attempt to connect:

connection connect

On 6/19/2016 6:35 AM, Mark Bratcher wrote:
Hello.

When I try to connect to an SQLite database using the DBXTalk/Garage SQLite3 driver, I made sure I had the SQLite driver .so file in the proper location and everything. Ultimately, the error I'm getting now is: "KeyNotFound: key #filename not found in Dictionary".

I also tried using NBSQLite3, but have not been able to successfully load it with the instructions given on smalltalkhub.com for the stable version. The Gofer load results in the error, "MessageNotUnderstood: receiver of "forCurrentPlatform" is nil".

I did quite a bit of investigating of each of these errors and can't seem to find my way around them. Has anyone else encountered them or are these a sign of something obvious I'm doing incorrectly? I know I've haven't given much information here, so if there's something specific you need to know, please ask. :)

Mark



Reply via email to