Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BrianGooch
  • Content: Threads
  • Order by date
  1. BrianGooch

    Feedback on TADO ... Delphi 2009

    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...
  2. BrianGooch

    Runtime error TADOQuery, TADOCommand

    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...
  3. BrianGooch

    Feedback: TADO Parameter failures

    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...
  4. BrianGooch

    Assigning TADO Parameter Values

    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...
  5. BrianGooch

    TADO Parameters behaving badly

    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...
  6. BrianGooch

    TADOCommand.Parameters.GetParamList returns empty

    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...

Part and Inventory Search

Back
Top