Page 1 of 1

Virtual table for Lazarus

Posted: Sat 02 Apr 2011 10:45
by amoroder
Hello,

at work my personell uses delphi and ODAC. I would like to learn delphi and DB access at home so I installed lazarus. For DB access I would like to practice using Virtualtable. Is Virtualtable available for Lazarus ? I did not find it at the download page.

Bye
Andreas

Posted: Tue 05 Apr 2011 11:00
by AndreyZ
Hello,

We don't have a standalone TVirtualTable component for Lazarus - it's installed with any DAC product. Note that the TVirtualTable component doesn't allow getting access to a database. You can use the TVirtualTable component for working with virtual (in-memory) tables.