Good Morning,
A number of the issues concerning failures as set out in recent posts have been covered by CodeGear updates.
Download Update3/4 from http://cc.embarcadero.com/item/26921
A list of items for Update 3 is in http://edn.embarcadero.com/article/39387
If you have Delphi...
Runtime Error from TADOQuery and TADOCommand
Error message:
'Arguments of the wrong type, out of range, or in conflict with one another.'
The following may help to explain some of our questions in previous posts.
The whole of these TADO aspects have arisen because we wish to take the...
Delphi 2009: why some TADO Parameter operations fail.
TADOQuery: ParamByName not available - a little note in parentheses tucked away in the on-line help; nothing obvious about it.
As a result you cannot create a collection of ADOQuery parameters: thus Parameters.AddParameter, CreateParameter...
Hi All,
This isolates an explicit failure from my previous TADO posts.
Reminder: Delphi 2009, Firebird 1.5, Win32, driver MSDASQL, Firebird driver ODBC 2.0.0.148.
What is successful:
1. Retrieve from Server system tables SP parameter details via ADOQry1
2. Retrieve USERdata from Server SP...
Delphi 2009, Win32, Firebird 1.5
TADO parameters do not perform as stated in the on-line Help.
All 3 examples are based on the same query with SQL on the fly, and Prepared
1. Parameters.AddParameter followed by Refresh clears the Parameters - thus, none in the Collection
2...
Hi
Delphi 2009, Firebird 1.5, ODBC Driver Firebird 2.0.0 on win32.
I have the following TADOCommand set as
cmdType = cmdStoredProc
cmdText ='StoredProcName'
ConnectionString or Connection == Firebird/Interbase(r) Driver..... etc
Provider = MSDASQL
Connection works fine and the results...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.