Hi,

Let's assume I am writing a c code which directly invokes the sqlite_step
statement.
After the execution of the statement, I would like to access the pResultRow
of Vdbe (which obtained by pVbe = (Vdbe*) pStmt ).

How can I expose the struct Vdbe,Mem and the likes to external applications.
Including them in the header file gave me the error "incomplete defintion
of struct"

Can you kindly help me?

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

Reply via email to