Re: [Cppcms-users] Bizarre prepared statement problem
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-05-21 13:24:31
|
> Few points: > > 1. What DB (mysql/sqlite/posgressql/mssql) ? > 2. Can you enable logging (at DB level to see what exactly passed)? > 3. What is the column type? > 4. Does it work from direct SQL access? > 5. How do you count rows? > 1) Sqlite 2) How do you do that? 3) The column type is NUMERIC 4) Yes 5) Counted rows by inserting them into a vector and then size() Petr |