Search found 2099 matches

by Antaeus
Tue 22 Jul 2008 07:23
Forum: SQL Server Data Access Components
Topic: CRThread Wrapper access violation.
Replies: 2
Views: 2175

I cannot reproduce the problem. Could you send us a complete small sample at sdac*devart*com including script to create server objects? Also specify the following information:
- the exact version of SDAC. You can see it in the About sheet of TMSConnection Editor;
- the exact version of your IDE;
- the exact version of SQL server and client. You can see it in the Info sheet of TMSConnection Editor.
by Antaeus
Tue 22 Jul 2008 06:48
Forum: SQL Server Data Access Components
Topic: How to add a column to dataset?
Replies: 8
Views: 4883

Values of calculated fields can be edited only in the OnCalcFields event handler.
Why the second method does not work for MySQL? What happens when you try to edit that field? What is the exact version of MyDAC (x.xx.x.xx)?
by Antaeus
Mon 21 Jul 2008 07:59
Forum: SQL Server Data Access Components
Topic: Existing connection was forcibly closed
Replies: 6
Views: 7144

Try to install the latest version of SQL Server Native Client on the client computer. You can download it by this link.
by Antaeus
Mon 21 Jul 2008 07:42
Forum: VirtualDAC
Topic: Index a Virtual table
Replies: 2
Views: 5039

You should use the IndexFieldNames property for that.
by Antaeus
Fri 18 Jul 2008 06:40
Forum: dbExpress driver for MySQL
Topic: can't exec linux mysql procedure
Replies: 5
Views: 5490

Thank you for information. I could not reproduce the problem. Please, send me a complete small sample to reproduce it at dbxmda*devart*com. If you have a possibility, check this problem with the Windows version of MySQL and with the application built with Kylix, and with MySQL released prior to MySQL 5.0.51a.
by Antaeus
Fri 18 Jul 2008 05:52
Forum: SQL Server Data Access Components
Topic: Strange behavior of FieldByName.
Replies: 2
Views: 1665

Please check whether this problem is reproduced with the latest versions of SDAC.
If it is, specify the exact version of SQL Server and client on the computer where the problem appears.
by Antaeus
Fri 18 Jul 2008 05:38
Forum: MySQL Data Access Components
Topic: Lock wait timeout error
Replies: 1
Views: 1642

Please resend the sample to mydac *crlab*com.
by Antaeus
Wed 16 Jul 2008 12:12
Forum: dbExpress driver for MySQL
Topic: can't exec linux mysql procedure
Replies: 5
Views: 5490

Please specify the versions of DbxMda, MySQL server, and Kylix you are using.
Do you use the same MySQL server from both Delphi and Kylix applications?
by Antaeus
Wed 16 Jul 2008 11:26
Forum: dbExpress driver for SQL Server
Topic: Error Connecting SqlServer on Multithread Environment
Replies: 5
Views: 5909

There is no way to do it automatically. You should call CoInitialize/CoUnInitialize manually in additional threads that use the driver.
by Antaeus
Wed 16 Jul 2008 11:12
Forum: SQL Server Data Access Components
Topic: Please make protect against AddWhere
Replies: 1
Views: 2029

The AddWhere method can add conditions only to SELECT statements. Other statement kinds are ignored.
by Antaeus
Wed 16 Jul 2008 08:21
Forum: MySQL Data Access Components
Topic: show processlist trucates User column
Replies: 1
Views: 1938

This is a bug of MySQL 5.0.51a. It returns wrong field length. We will try to avoid this problem in the next build of MyDAC.
by Antaeus
Wed 16 Jul 2008 06:57
Forum: dbExpress driver for SQL Server
Topic: Stored Proc not returning empty strings in new v4.25.9
Replies: 3
Views: 3855

We have already fixed this problem. This fix will be included in the next build of DbxSda. Thank you for your help.
by Antaeus
Tue 15 Jul 2008 09:40
Forum: MySQL Data Access Components
Topic: Sort with TCRDBGrid
Replies: 4
Views: 2408

Try to download and install the latest build of MyDAC (5.50.0.36). This problem should be fixed in it.
by Antaeus
Tue 15 Jul 2008 06:11
Forum: SQL Server Data Access Components
Topic: Deleting records in a master detail relation
Replies: 1
Views: 1620

There are two ways to implement this. The first way is to define the foreign key in the table with the ON DELETE CASCADE option. The second one is to delete correspondent records in the detail table in the BeforeDelete event handler of the master dataset.
by Antaeus
Tue 15 Jul 2008 05:58
Forum: MySQL Data Access Components
Topic: Sort with TCRDBGrid
Replies: 4
Views: 2408

I could not reproduce the problem.
Please send me a complete small sample at mydac*crlab*com to demonstrate it, including script to create and fill table.

Also supply the following information:
- the exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- the exact version of your IDE;
- the exact version of MySQL server and client. You can see it in the Info sheet of TMyConnection Editor.