Is it possible to use Virtual table in Lazarus?

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Is it possible to use Virtual table in Lazarus?

Post by snorkel » Mon 26 Nov 2012 16:52

Hi,
I am porting a delphi app to Lazarus and it uses tvirtualtable, is this
available for Lazarus? I didn't see it in the source code download.

Thanks,

Snorkel

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Is it possible to use Virtual table in Lazarus?

Post by AlexP » Tue 27 Nov 2012 11:23

Hello,

We have already added Lazarus support in VirtualTable edition with source code. The new version of VirtualTable with support for Lazarus will be released next month.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Re: Is it possible to use Virtual table in Lazarus?

Post by snorkel » Mon 17 Dec 2012 16:43

Thanks,

I found it on the same tab as the stock mem datasets.

I did notice that there is a unit name conflict with the stock memory dataset that ships with
lazarus, memds I believe.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Is it possible to use Virtual table in Lazarus?

Post by AlexP » Tue 18 Dec 2012 10:05

Hello,

The MemDataSet module should be used in Lazarus instead of MemDS

Post Reply