Page 1 of 1

FILE NAME

Posted: Thu Oct 11, 2007 6:57 pm
by patili
Hi
i use Clipper 5.2e and the function dbinfo() didn't work
I want to get the full name of the . dbf in use , not the alias .
How can i do?
Thanks

Posted: Thu Oct 11, 2007 8:51 pm
by James Bott
Are you doing it like this?

MyAlias->(dbinfo(DBI_FULLPATH))

Posted: Thu Oct 11, 2007 9:08 pm
by patili
Yes
rtlink gives the error l2029 "unresolved external"
it seems that dbinfo is not in clipper 5.2e

Posted: Thu Oct 11, 2007 9:31 pm
by James Bott
>it seems that dbinfo is not in clipper 5.2e

I think you are right, it is only in Clipper 5.3.

Posted: Fri Oct 12, 2007 11:20 am
by patili
HOW CAN I EXTRACT THE FUNCTION DBINFO() FROM THE CLIP 5.3 .lLIB AND PUT IT IN MY CLIP5.2E.LIB?
I HAVE TLIB FROM BORLAND BUT I DON'T KNOW IT WELL.
I DON'T USE CLIP 5.3 BECAUSE SOME FUNCTIONS OF MY APPLICATION DON'T WORK WITH 5.3
THANKS

Posted: Fri Oct 12, 2007 11:34 am
by Antonio Linares
Patrick,

DbInfo() is highly related to the RDD Clipper internal architecture, so you probably can not extract it from 5.3 and use it with 5.2

Posted: Fri Oct 12, 2007 11:44 am
by patili
Aie
have you an idea to retrieve the name of the file in use in 5.2e?

Posted: Fri Oct 12, 2007 12:00 pm
by Antonio Linares
No, sorry :-(

Posted: Mon Oct 15, 2007 8:07 am
by avista
-> I DON'T USE CLIP 5.3 BECAUSE SOME FUNCTIONS OF MY APPLICATION DON'T WORK WITH 5.3

?? which functions dont work in 53 ??

Posted: Mon Oct 15, 2007 11:18 am
by patili
I use Hypersix Driver v1.1 which don't work with Clipper 5.3.

Posted: Mon Oct 15, 2007 3:25 pm
by dutch
I use Clip5.2e/Comix/FW for many years and it is good couple for 16 bits. These set is compatible with xHarbour/FWH/RMDBFCDX or ADS for 32bits.

Dutch