Migration from ADODB: Connection.State (TObjectState) equivalent available?
Posted: Fri 21 Feb 2014 12:47
hello,
I´m in the process of evaluating UniDac as replacement for ADODB
and I can´t find any equivalent to "TADOConnection.State"
ADODB.TObjectState = (stClosed, stOpen, stConnecting, stExecuting, stFetching);
- is there any equivalent to that in TUniConnection?
The Migration Wizard did a nice job on the forms,
but it seems I need to change a lot of source code...
- Is there any infomation collection available to speed up the migration,
like a replacement table ADODB -> UniDac properties/methods/...
(eg. ADOConn.ConnectionString -> UniConn.ConnectString (that one was easy
, ...)
thanks,
h
I´m in the process of evaluating UniDac as replacement for ADODB
and I can´t find any equivalent to "TADOConnection.State"
ADODB.TObjectState = (stClosed, stOpen, stConnecting, stExecuting, stFetching);
- is there any equivalent to that in TUniConnection?
The Migration Wizard did a nice job on the forms,
but it seems I need to change a lot of source code...
- Is there any infomation collection available to speed up the migration,
like a replacement table ADODB -> UniDac properties/methods/...
(eg. ADOConn.ConnectionString -> UniConn.ConnectString (that one was easy
thanks,
h