Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread D2007
Tue, May 29 2007 8:01 PMPermanent Link

Jerry Blumenthal
It used to be that I'd drop a tTable or a tQuery onto a form and just
change the directory property and the tablename, and get connected to a
dbIsam table.  Now with Delphi 2007 I'm bewildered and I dont know what
to do.

I did find the TTable.  The tTable seems to require that it be a BDE
file.  What do I use to connect to a dbIsam table?  (at this point,
either dbisam 2 or 3)

Jerry
Wed, May 30 2007 4:30 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Jerry


I don't think DBISAM 2 or DBISAM 3 have support for D2007 do they? If so you'll need to drop a TDBISAMTable or TDBISAMQuery on the form.

Roy Lambert
Wed, May 30 2007 12:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jerry,

<< I did find the TTable.  The tTable seems to require that it be a BDE
file.  What do I use to connect to a dbIsam table?  (at this point, either
dbisam 2 or 3) >>

DBISAM 2 or 3 do not have support for Delphi 2007 because they've been
frozen for some time now.  The only way to make it work with Delphi 2007 is
to purchase the source code and modify it accordingly.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image