PDA

View Full Version : Clipper access to Betrieve Files


wlgibbs
09-16-03, 08:29
Anyone know of a third party lib. or software, freeware or shareware... or any coded methodolgies that will allow Clipper to access Betrieve files. Need help ASAP

mashinovodja
09-22-03, 10:43
I have the same problem, and AFAIK, there is no simple solution or even any solution at all :-((

I transfer some data betwen the two using .txt files (which can be hardly called a "solution" to the problem) but have no direct connection .DBF/Btrieve.

mirtheil
09-22-03, 12:01
Having not worked with Clipper, I have no direct experience but I've found that any environment that allows exported functions to be called from DLLs can be used to access Btrieve. The Btrieve API is very well defined in the SDK documents. If you want to use ODBC instead, then Clipper would need to be able to call ODBC.