ADO
ADODB.Recordset error '800a0e78 Operation is not allowed when the object is closed: stored proc against temp table requiring SET NOCOUNT ON
I\'m exploring full text index searching using SQL Server 2008 and encounter two sets of errors. It stems from aa stored procedure I call with VBScript which generates would generate search hit list[详细]
2023-03-24 17:49 分类:问答What are the limits for ADO data types?
I\'m trying to determine the appropriate ADO Command Parameter data types to use for calling a SQL Server (2005) stored procedure. I was specifically first trying to determine the appropriate ADO data[详细]
2023-03-24 05:00 分类:问答ADO ActualSize vs DefinedSize
I am processing an incoming file with an old VB6 program that uses ADO. At some point the input fields are out-of-synch with the field definition.[详细]
2023-03-23 14:09 分类:问答ADO components in delphi
I am currently using BDE components 开发者_开发技巧to connect to a database in Delphi 5 professional version. My problem is that BDE components need BDE Administator to run the application on another[详细]
2023-03-22 16:50 分类:问答Strange code construction for ADODB.Connection Open
We\'re reviewing the code of Classic ASP application. In the code that we\'re reviewing we see the following string:[详细]
2023-03-22 13:12 分类:问答Set OriginalValue property in VB6 classic ADO fabricated recordset
In classic ADO in VB6, in a recordset that\'s come from an external source, say, Set Rs = Conn.Execute(\"SELECT * FROM Table\"), each Field has an OriginalValue property, so that after an update to a[详细]
2023-03-21 17:53 分类:问答Using ADODataset component to open an Excel Spreadsheet
I\'m using ADOdataset component to view an Excel Spre开发者_如何学运维adsheet on a Delphi form.[详细]
2023-03-21 16:22 分类:问答How do I read a MSSQL DateTimeOffset column in a Visual C++ application?
I have an Visual C++ (MFC) application using ADO to access a Microsoft SQL Server database. I\'d like to start using D开发者_如何学GoateTimeOffset columns but I\'m getting an exception.[详细]
2023-03-21 03:49 分类:问答How could i limit and slow down my local SQL Express for test purpose?
I\'m making a query in c# with ADO to select one record from Microsoft SQL Express database. for some test purpose I need to make a delay about 300ms with in SQL Express so that I could simulate my re[详细]
2023-03-21 01:21 分类:问答classic asp connect to sql server 2005 express
I have been unsuccessful connecting to SQL server 2005 Express database from a Classic ASP site. In an attempt to locate error, I created an ASP.NET application and was able to connect and pull data u[详细]
2023-03-20 15:08 分类:问答