Search found 1119 matches

by azyk
Thu 17 Apr 2014 13:50
Forum: SQL Server Data Access Components
Topic: Cannot add components at design time
Replies: 10
Views: 2283

Re: Cannot add components at design time

Hello,

When using built-in IntraWeb components, SDAC works correctly, therefore the error is due to the IntraWeb XIV version you are using.

Best regards,
Andrey
Devart Team
www.devart.com
by azyk
Thu 17 Apr 2014 13:15
Forum: Universal Data Access Components
Topic: Uniquery Error
Replies: 6
Views: 1929

Re: Uniquery Error

Hello, Flavio

If any other questions come up, please contact us.

Best regards,
Andrey
Devart Team
www.devart.com
by azyk
Wed 16 Apr 2014 14:16
Forum: Universal Data Access Components
Topic: Uniquery Error
Replies: 6
Views: 1929

Re: Uniquery Error

Hello, Flavio.

The 'Update failed. Found 0 records' error occurs, because no record matched the WHERE condition.
Please analyze the SQL query, that is executed while calling Post. It can be seen using the dbMonitor tool. You can find out from the SQL query how many records match the WHERE condition.

Best regards,
Andrey
Devart Team
www.devart.com
by azyk
Wed 16 Apr 2014 11:55
Forum: SQL Server Data Access Components
Topic: Cannot add components at design time
Replies: 10
Views: 2283

Re: Cannot add components at design time

We have no access to IntraWeb XIV components, therefore we can't reproduce the problem.
by azyk
Tue 15 Apr 2014 15:13
Forum: SQL Server Data Access Components
Topic: Cannot add components at design time
Replies: 10
Views: 2283

Re: Cannot add components at design time

Hello,

This problem is due to behavior of IntraWeb XIV. Please forward your question to IntraWeb developers.
by azyk
Tue 15 Apr 2014 13:13
Forum: SQL Server Data Access Components
Topic: dxe6 support?
Replies: 10
Views: 2268

Re: dxe6 support?

Hello,

Release of the new SDAC version with support for Delphi XE6 is planned for the next week.
by azyk
Mon 14 Apr 2014 09:37
Forum: SQL Server Data Access Components
Topic: SQL SERVER 2014
Replies: 1
Views: 1371

Re: SQL SERVER 2014

Hello,

SDAC 6.9.17 supports MS SQL Server 2014.
by azyk
Mon 14 Apr 2014 08:33
Forum: SQL Server Data Access Components
Topic: Cannot add components at design time
Replies: 10
Views: 2283

Re: Cannot add components at design time

Hello,

We couldn't reproduce the problem. Try to reset the components palette settings to default. For this, call the popup menu on the components palette and select the "Reset Palette..." menu item, and click "Yes" in the appeared dialog.
by azyk
Fri 11 Apr 2014 13:17
Forum: Universal Data Access Components
Topic: SQL Server NativClient
Replies: 1
Views: 1438

Re: SQL Server NativClient

When SpecificOptions.Values['OLEDBProvider'] is set to prNativeClient, you can be sure that you are working with the SQL Native Client provider. If the provider is not installed, you will get a corresponding exception.
UniDAC works with the SQL Native Client provider via the OLE DB interface, therefore you will get an OLE DB error.