Re: [sqlite] FW: Security Problem C/C++

2007-08-06 Thread Trevor Talbot
On 8/6/07, Severin Müller <[EMAIL PROTECTED]> wrote: > I'm trying to use SQLite3 for my File, because I thinks it's a great API and > easy to use. But I'm having trouble to use the library properly. > When i run the Program, I get get the following Error: > Unhandled exception… so its some kind

[sqlite] FW: Security Problem C/C++

2007-08-06 Thread Severin Müller
Hello I’m trying to use SQLite3 for my File, because I thinks it’s a great API and easy to use. But I’m having trouble to use the library properly. I Have to following Code: void Nickserv::write_nickname(std::string nick,std::string pass,std::string email,User user) { #ifdef _WIN32