Search:

Type: Posts; User: davidc538

Search: Search took 0.00 seconds.

  1. Param * p = static_cast (Parameters);...

    Param * p = static_cast<Param *>(Parameters);
    string Achievement = p->Achievement;
    string DBName = p->DBName;
    string Hostname = p->Hostname;
    string Password = p->Password;
    string...
  2. Interacting with SQL databases from a win32 client

    Hey everyone, I've been trying to make my application fire inserts to a mysql database and have been having a pretty hard time, I've tried to use the connector from mysql's website but so far its...
Results 1 to 2 of 2