[sqlite] Bug in sqlite3_bind_parameter_name

2011-05-30 Thread Patrick Earl
Greetings! I have the following query: SELECT this_.studentId as studentId143_0_, this_.Name as Name143_0_, this_.address_city as address3_143_0_, this_.address_state as address4_143_0_, this_.preferredCourseCode as preferre5_143_0_ FROM Student this_ WHERE this_.Name = (SELECT this_0_.Name as

[sqlite] Using Sqlite commands within braces in Tcl

2011-05-30 Thread Matthew Smith
When working with attached databases -- and also when using variables, in which the namespace is specified (e.g. $::harryNameSpace::myVariable) -- Tcl or the Sqlite package seems to baulk at interpreting the fullstop (period) separating the database name from the table name, and also at the colons

Re: [sqlite] Cannot load SQLite.Interop.dll but file is in the folder

2011-05-30 Thread Cyrille
Dear Michael, Thank you very much for your link. What is strange is that, whatever the SafeDllSearchMode is enable or not, the first location searched is the application one. ANd, as mentioned in my first message, the DLL is in the same folder as the EXE file. I do not know if there is a link