Search found 512 matches

by Jackson
Tue 24 Jul 2007 08:34
Forum: MySQL Data Access Components
Topic: RefreshQuick bug #2
Replies: 4
Views: 2584

Thank you for information.
We have reproduced the problem and fixed it.
This fix will be included in the next build of MyDAC 5.
by Jackson
Tue 24 Jul 2007 08:31
Forum: dbExpress driver for SQL Server
Topic: Duplicated SQL instructions getting to the server! (3.10.8.0)
Replies: 11
Views: 6703

Preparing the query also takes some time on the server if you use the standard driver.
There is no way to get the fields description without executing or preparing the query.
We sure that executing the query without fetching the data to get its fields description is much better way rather than preparing it.
We will try to make some performance optimization but it can't be significant.
by Jackson
Wed 27 Jun 2007 14:52
Forum: SQL Server Data Access Components
Topic: performance of calculated fields
Replies: 4
Views: 2753

Most likely the new build of SDAC 4 won't be available within next week.
by Jackson
Wed 27 Jun 2007 11:04
Forum: SQL Server Data Access Components
Topic: performance of calculated fields
Replies: 4
Views: 2753

We have found a performance issue of calculated and lookup fields and fixed it.
This fix will be available in the next build of SDAC 4.
by Jackson
Wed 27 Jun 2007 10:15
Forum: dbExpress driver for SQL Server
Topic: Unknown data type on 3.20.1 driver that is not present on 3.0.4.0 driver
Replies: 1
Views: 2959

Thank you for information.
We have reproduced the problem and fixed it.
This fix will be included in the next build of DbxSda.
Please watch for announcements at the forum.
by Jackson
Fri 15 Jun 2007 14:54
Forum: MySQL Data Access Components
Topic: Error compiling with mydac 5.10
Replies: 2
Views: 2587

You can also specify unit output directory to another folder.
Use the "Project->Options->Directories/Conditionals->Unit output directory" editor for this.
by Jackson
Fri 15 Jun 2007 13:22
Forum: SQL Server Data Access Components
Topic: Delphi 2007 and Delphi 7 on same PC
Replies: 2
Views: 2800

We couldn't reproduce the problem.
Please make sure that you use valid installation packages for Delphi 7 and Delphi 2007.
Use the sdac410d7xxx.exe file to install SDAC for Delphi 7 and the sdac410d11xxx.exe file to install SDAC for Delphi 2007.
by Jackson
Fri 15 Jun 2007 13:09
Forum: MySQL Data Access Components
Topic: Error compiling with mydac 5.10
Replies: 2
Views: 2587

It seems that this folder is read-only.
Try to uncheck the Read-only property in the folder properties window.
by Jackson
Fri 15 Jun 2007 13:07
Forum: SQL Server Data Access Components
Topic: Blob field problems
Replies: 4
Views: 3028

You should specify the ParamType and DataType for all parameters in the query only if you use the Prepare method. That is why it works in design time. Do not use the Prepare method if you can.
by Jackson
Fri 15 Jun 2007 13:06
Forum: dbExpress driver for SQL Server
Topic: dbExpress in dll
Replies: 1
Views: 3108

DbxSda has no such restriction. Error message is defined in a unit from Borland. We think Borland uses it for commercial purposes. Try to delete the default.bpr file in the borland\bin folder. Backup it previously.
by Jackson
Wed 13 Jun 2007 08:14
Forum: dbExpress driver for SQL Server
Topic: Multiple Transactions ...
Replies: 1
Views: 3174

SQL Server doesn't support overlapped transactions.
Nested transactions are not supported by OLE DB providers for SQL Server.
So you can use only a single transaction at a time using DbxSda.
by Jackson
Wed 13 Jun 2007 08:13
Forum: dbExpress driver for SQL Server
Topic: SQL Server Error: Unclosed quotation mark
Replies: 2
Views: 4593

This is a dbExpress bug with parsing parameters in queries.
Modify your query, or use parameters instead.
by Jackson
Fri 08 Jun 2007 13:49
Forum: SQL Server Data Access Components
Topic: SDAC 4 - Error in First/Last method
Replies: 12
Views: 5448

Thank you for your sample. It did help us very much.
We have reproduced the problem and fixed it.
This fix will be included in the next build of SDAC 4.
by Jackson
Fri 08 Jun 2007 09:29
Forum: dbExpress driver for SQL Server
Topic: Longhorn Problems ?
Replies: 2
Views: 3312

If you are registred user of DbxSda, please send us (evgeniym*crlab*com) your licence number.
If you use DbxSda Trial edition, please send us the e-mail address you want to recieve DbxSda for further testing.
by Jackson
Tue 05 Jun 2007 08:06
Forum: SQL Server Data Access Components
Topic: SQL Server 2005 SP2
Replies: 12
Views: 6663

Please set the TMSConnection.Options.AutoTranslate property to False and try again.
In such case SQL Native Client does not use Unicode to convert data transferred between the client side and CHAR, VARCHAR, or TEXT columns, variables, or parameters in a SQL Server database. Please see MSDN and the SDAC help for more information about this property.