Previous Topic

Next Topic

Database name

Once the database object connects, retrieve the database name with CTDatabase::GetName().

// display the database name
printf(“Database: %s\n”, ADatabase.GetName().c_str());