hi to all,
i have a very strange error:
the ado provider works fine till i add a filedialog to my form.
i have a form with textboxes. i bind these to dataset.
But after i add a filedialog to my form, start the app, select a file with the dialog
press save to commit to sqlite3, i got
"SQLite error no such table: foo SQLiteException caught.
System.Data.SQLite.SQLiteException is in System.Data.dll"
after this exception i cant open a connection any more. i need to start the app again.
the table exist of course. but this happens only when i select a file with a filedialog.
this behaviour happens only in a mdi-child form.
thanks for any feedback.
thuy