Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread DBISAM to ElevateDB TableName
Tue, Aug 6 2013 9:43 PMPermanent Link

Peter Evans

I used the wonderful GExperts third party tool to replace DBISAM
components with ElevateDB ones.

Looking at the TEDBTable component. I have like :-
  TableName = TableA.dat

Is that right?

Do I need to change the TableName to TableA?  ie. without the suffix.

To TableA.EDBTbl?

Note - in the TEDBSession I have the property :-
  LocalTableExtension = .EDBTbl

Regards,
  Peter Evans
Wed, Aug 7 2013 3:37 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Peter

>I used the wonderful GExperts third party tool to replace DBISAM
>components with ElevateDB ones.
>
>Looking at the TEDBTable component. I have like :-
> TableName = TableA.dat
>
>Is that right?
>
>Do I need to change the TableName to TableA? ie. without the suffix.
>
>To TableA.EDBTbl?
>
>Note - in the TEDBSession I have the property :-
> LocalTableExtension = .EDBTbl


Yes, get rid of the .dat or alter the extension from EDBTbl to dat - I'd go for get rid if the .dat

Roy Lambert [Team Elevate]
Wed, Aug 7 2013 6:46 AMPermanent Link

Peter Evans

On 7/08/2013 5:37 PM, Roy Lambert wrote:

>
> Yes, get rid of the .dat or alter the extension from EDBTbl to dat - I'd go for get rid if the .dat
>

Thank you. I have hopefully now removed all the extensions on the tables.

Regards,
  Peter Evans
Image