How do I specify that I want my connection and ibec_comparetables to use a ready-only read committed transaction?
Alan
...
dbc1 = ibec_CreateConnection(...);
ibec_SetConnectionProp(dbc1, 'TRPARAMS', 'isc_tpb_read, isc_tpb_consistency');
dbc2 = ibec_CreateConnection(...);
ibec_SetConnectionProp(dbc2, 'TRPARAMS', 'isc_tpb_read, isc_tpb_consistency');
ibec_CompareTables(...);
...
Users browsing this forum: No registered users and 1 guest