more clearly

in my c++ program:

int value = sql.exe("select counter form tbl1 where name = 'accept'");
in this sql.exe is my function which invokes the "sqlite3_exec" function

i want that counter value into the "value" variable .


kriscbe wrote:
> 
> hi everyone,
> 
> i am using linux.
> i want return the value from sqlite database to a variable in my c++
> application.
> how can i achieve this ??
> 
> thanks 
> krish
> 

-- 
View this message in context: 
http://www.nabble.com/how-can-i-get-values-from-sqlite-db--tp18522381p18522423.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