|
|||||||||||
|
Using a template query does not work
From: Maarten Schrijvers <maarten.schrijvers(at)gmail.com>
Date: Thu Sep 27 2007 - 10:23:29 EDT
static std::string vNaam;
mysqlpp::Query qInsRel = con.query();
MessageBox::Show(ToUCS2(vNaam.c_str()),"En nu?"); //want to see if my variable still has the correct value (it does) mysqlpp::ResNSel InsRelRes = qInsRel.execute(vNaam, vVoornamen, vRoepnaam, vGeslacht, vSofi, vddGeboorte, vGebpl, vNationaliteit, vTitelID, vRelatiesrtID, vVoorvoegsel, vPartnerID); String^ prev = ToUCS2(qInsRel.preview().c_str()); //using this in a messagebox to see what the query looks like...This is my last breakpoint before things go wrong
It compiles just fine. But then at run time it does this:
This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:03:23 EDT |
||||||||||
|
|||||||||||