I have tables collating latin1_general_ci and have turkish character values. And i can use this data on delphi 7+zeos with no problem. but i want to upgrade my delphi to 2010 version but zeos too slow
I\'m getting an inexplicable error with an ADO command in VB6 run against a SQL Server 2005 database.
I\'m trying to connect to an MS Access database linked table in VBScript. It works fine connecting the first time on one 开发者_开发百科connection but if I close that connection and open a new one in
I m getting this Exception-\"The relationship between the two objects cannot be defined because they are attached to different ObjectContext objects.\"
I´m trying to copy data from one master table and 2 more child tables. When I select one record in the master table I copy all the fields from that table for the other. (Table1 copy from ADOQuery the
Is there any way to tell, using just the ADODB.Connection object, whether or not it is currently involved in a transaction?
I am testing the speed of inserting multiple rows with a single INSERT statement. For example: INSERT INTO [MyTable] VALUES (5, \'dog\'), (6, \'cat\'), (3, \'fish)
I have 2 adoconnections and 2 datatables in each connection (Local Table1_master Table1_Detail) (Network Table1_master Table1_Detail).I show them开发者_JS百科 in a DBgrid and now I would like to updat
I want to develop windows service in Delphi that communicates with an Oracle server via ADO. Whichguidelines should I fo开发者_开发百科llow?
i used the code below to upload an excel file to the server. now i need to save it to a database. can anyone guide mehow to do that? 开发者_JAVA百科