Searched refs:DBMSName (Results 1 – 1 of 1) sorted by relevance
388 char DBMSName[ 32 ]; in backsql_open_db_handle() local435 DBMSName[ 0 ] = '\0'; in backsql_open_db_handle()436 rc = SQLGetInfo( *dbhp, SQL_DBMS_NAME, (PTR)&DBMSName, in backsql_open_db_handle()437 sizeof( DBMSName ), NULL ); in backsql_open_db_handle()439 if ( strcmp( DBMSName, "TimesTen" ) == 0 || in backsql_open_db_handle()440 strcmp( DBMSName, "Front-Tier" ) == 0 ) in backsql_open_db_handle()