I\'ve a problem using ADO and indy in Delphi 2009. My project always crashes on exit when running i开发者_Go百科n delphi 2009.
I\'ve inherited a classic asp site, which uses ADO Db Command objects for stored procedures. One of the things I\'ve noticed, in the sql profiler, is that for every call to a stored procedure there i
i am reading boolean value (value would either 1 or 0) using data reader in ADO.NET from a table and want to type cast value to SortOrder (http://msdn.microsoft.com/en-us/library/dscy145f.aspx).
I am trying to run a stored procedure on my SQL server. I think the connection type is \'ODBC\', but I am unsure, I am trying the below:
Sub GetTextFileData(strSQL As String, strFolder As String, rngTargetCell As Range) \' example: GetTextFileData \"SELECT * FROM filename.txt\", _
I have an Insert statement (Stored Procedure) that returns the SCOPE_IDENTITY() after insert, however, I am trying to figure out how to return it after I use an ADODB.Command request in Classic ASP.
TADOConnection is failing to connect 开发者_运维知识库in the application initialization section of Delphi ISAPI App (TISAPIApplication):
This is an extension to: Returning SCOPE_IDENTITY() using Adodb.Command Trying to get SCOPE_IDENTITY() using ADO.Command from a SP but get an error when I run the Ado.Command.. Here is the code examp
I need to refactor a VBS dealing with LDAP, ADODB and ActiveDirectory from VBS to C#. The part I\'m stuck is connecting (just starting and already stuck... great). This is the original source
I am trying to loop through an ADODB resultset and delete the record if a condition is true. However, when I do this only the first field of the record is deleted the rest of the record remains.