Heyas,
I have a strange problem, which I hope you can help me with. Here we go:

I am building a C# wrapper for SQLite. I just want to make a simple query
like: SELECT * FROM TableA and this is what I do:
1. sqlite3_open
2. sqlite3_prepare_v2
3. sqlite3_column_name (to get the names of the columns of the query)

and I dont get no further. This is the point where SQLite crashes. The same
thing happens when I try to call sqlite3_sql.  However,
sqlite3_column_count, sqlite3_step and sqlite3_column_type seem to be
working just fine (if those were the commands at point 3).

To make this problem even a little harder:
I have to projects, that access the very same wrapper!! One project is a
simple form application, and the other is a Visual Studio Add-In Project.
When I call my wrapper with my from application everything works exactly how
it is supposed to. Only the Add-In project crashes as described above!

Does any of you have an idea, or guess what might be going wrong?
Any tipp, suggestion..., is also deeply appreciated!!

thx in advance
cherio Woltan
(sorry for my bad english!^^)
-- 
View this message in context: 
http://www.nabble.com/Strange-crashes-tp24417739p24417739.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to