Hi all- I know this is slightly off topic but I am using technology that works with mingw.
I am trying to insert variables in a string with a SOCI 4.0 connect statement. session sql(firebird, "service=127.0.0.1:db user=robo_chicken password=bomb-cyclone"); I can't seem to insert variables from a parameter list into that connect string. No matter what I do I can't do: session sql(firebird "service=myvar1 user=myvar2 password=myvar3"); Any idea how I can trick C++ into accepting this? thnx. roboloki _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
