[Mono-list] Mono.Data.SqliteClient
wyfrn
mailinglist at wyfrn.syn-com.de
Fri Jul 9 08:22:02 EDT 2010
Am Freitag, den 09.07.2010, 13:45 +0200 schrieb Robert Jordan:
> Well, the assembly is called Mono.Data.Sqlite (read the docs you've
> posted a link to). You're probably referencing the old deprecated
> Mono.Data.SqliteClient...
>
> Robert
Oh what a terrible mistake. But there is another problem now:
When i call the Open - method for the connection object i got the
following exception:
Unhandled Exception: Mono.Data.Sqlite.SqliteException: Unable to open
the database file
unable to open database file
at Mono.Data.Sqlite.Sqlite3.Open (System.String strFilename)
[0x00000]
at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000]
I doesn't matter whether the file exists or not but i should work in any
case. What can cause that error?
More information about the Mono-list
mailing list