ADO
C++ importing and using ADO
I have two short questions involving importing and using ADO in a C++ project. I am not experienced with ADO in any form.[详细]
2023-03-16 15:48 分类:问答CPP Builder and Ado Filter
I am using C++Builder 2010. I am filtering an ADOTable, in 开发者_JAVA技巧Edit1 OnChange I have:[详细]
2023-03-16 02:59 分类:问答How do you fix this error: MySQL ODBC Access denied for user 'ODBC'@'localhost'?
I had used .mdb for my ASP applications. Since I\'ve learned and used php, I, now, want to use ASP applications with MySql databases. However, I get some errors that I cannot figure out.[详细]
2023-03-15 10:10 分类:问答How to check a number of inserted/modified records in TADOCommand?
I am using SQL Server database and after calling a simple SQL script I would like to know how many records were affected by开发者_JS百科 last (or only) executed statement in a script.[详细]
2023-03-14 05:35 分类:问答issue fetching more records using recordset
I am haveing a classic asp applicaiton thatcan fetch and display records from sql server database. I am getting \"page cannot be displayed\" error when the query returns more than 9000 records. If it[详细]
2023-03-14 03:09 分类:问答Simple query with ADO and Classic ASP
I want to simply retrieve a single record from a database in a classic ASP page.The code below basically works, but there are a couple problems I need help solving:[详细]
2023-03-13 13:04 分类:问答Delphi 6, ADO, MS database "Date" field is same as ftWideString
I want to copy elements to a remote MS-SQL database. I got conversion error on it. When I checked the ADOTable structure I saw the MS field开发者_开发问答[详细]
2023-03-12 22:48 分类:问答SideBySide error (Syst Log), executing a WindowsService devlopped with Delphi 2010, (using CoInitialize), on Windows Server 2003
I\'ve developed a Windows Service coded in Delphi 2010, using ADO component. (with CoInitialize/CoUnintialize).[详细]
2023-03-12 19:04 分类:问答Update MAS Access Table
I have a VB6 application. The back end is MS Access. I have to execute a Update query. What is the easiest way to do so? I can not use the DOCmd option somehow. I dnt know the exact refernce needed to[详细]
2023-03-12 17:09 分类:问答Cannot execute sql insert into .mdb file using ACE driver. Works with .accdb file
I am using ACE database driver. I am creating access database using ADOX and am trying to insert the data using SQL command. When the filename is using .mdb extension it doesn\'t works while it works[详细]
2023-03-12 01:35 分类:问答