ADO
Parameterized query in Classic Asp
My db access code is like following: set recordset = Server.CReateObject(\"ADODB.Recordset\") set cmd1= Server.CreateObject(\"ADODB.Command\")[详细]
2023-04-10 11:05 分类:问答How is ConnectionString used when connecting to AD using ADsDSOObject?
I recently took over some Delphi code (This is Delphi 5, but I don\'t think that\'s important) which queries AD using LDAP. The code is quite confusing, because it containst both ConnectionString and[详细]
2023-04-10 06:13 分类:问答Access the true buffer of a record in Unicode version of Delphi - ADO
Prior to upgrading to Delphi 2010 we were able to extract data stored in a access database string field which actually contains an array of bytes.[详细]
2023-04-10 00:58 分类:问答can we declare a public variable in asp using vb
I hav开发者_如何转开发e a established connection to my database using adoCon.Open \"Driver={SQL Server}; Server=\" & host_name & \"; Database=\" & db_name & \"; Uid=\" & user_nam[详细]
2023-04-09 23:49 分类:问答Microsoft OLE DB Provider for SQL Server error '80040e14'
Stored procedure, and using ADO to connect, i\'m having problems with the quotes however.. x = \"text\'\"[详细]
2023-04-09 21:15 分类:问答Connecting to SQL Server 2008 database using asp
I tried a lot but I am not able to deal with this problem. I wasted last 2 days without any significant result. Hope I will get some help here.[详细]
2023-04-09 17:11 分类:问答Does adoCon.open in asp returns any value
I am establishing a connection to a mssql server database in asp using the co开发者_如何学JAVAmmand[详细]
2023-04-09 09:01 分类:问答Passing Optional Arguments in Classic ASP for Stored Procedure
I\'m trying to run some stored queries in an Access database from an ASP page. I\'d like to use 开发者_如何学编程an ADO Command object to run the procedure instead of simply sending a string to the da[详细]
2023-04-06 18:54 分类:问答Delphi : Globally change ADO command timeout
We have a HUGE Delphi 2005 application with LOTS of ADO components (TADODataset, TADOStoredPRoc, TADOCommand...) spread on hundreads of forms. All of them are connected to a SINGLE TADOConnection.[详细]
2023-04-06 09:39 分类:问答How to set precision for adDecimal parameter to avoid "invalid precision" error?
I have a table on my MSSQL server with a column defined as decimal(8,2). From my c++ app I define the following parameter to be passed to the sp.[详细]
2023-04-06 08:52 分类:问答