[Mono-bugs] [Bug 661189] Applications crashes when I call SQLiteDataAdapter.Fill(Datatable)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 23 07:13:37 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=661189

https://bugzilla.novell.com/show_bug.cgi?id=661189#c1


--- Comment #1 from Jan Ruhlaender <jan.ruhlaender at batronix.com> 2010-12-23 12:13:37 UTC ---
Meanwhile I found a Solution by replacing the installed SQLite Library.

This is what I did:
1. Downloaded the SQLite autoconf source package from
http://www.sqlite.org/download.html
2. I configured, compiled and installed it with following commands:

CFLAGS="-Os -DSQLITE_ENABLE_COLUMN_METADATA" ./configure --prefix=/usr/
make 
sudo make install

The needed substantial change is the DSQLITE_ENABLE_COLUMN_METADATA Compiler
flag.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list