TMSDataSource and TVirtualTable

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Rafko
Posts: 1
Joined: Sat 02 Jun 2007 08:57

TMSDataSource and TVirtualTable

Post by Rafko » Sat 02 Jun 2007 09:02

Hello

How to set the TVirtualTable as DataSet for TMSDataSource in design time?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 04 Jun 2007 09:10

Unfortunately now you cannot assign TVirtualTable to TMSDataSource.Dataset because of the TMSDataSource restriction. This restriction will be removed in the next build of SDAC.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 04 Jun 2007 09:14

As a temporary solution I can suggest you to use TDataSource instead of TMSDataSource.

Post Reply