way to access btrieve files without ddf

  • Follow


Hello.
As I wrote in topic I'm looking for any programmer's methods to access 
to btrieve files without ddf's. I have got these files but I dont want 
to share it with clients. Limiting perrmissions isn't the best idea. Is 
there any way to insert description of ddf files into component or 
programmer's code? The best way will be if I automaticaly insert ddf 
definitions into component (like o some component property). I found 
Btrieve API in SDK from Pervasive V8 SDK but I can't define keys, fields 
and other which are in ddf files.

bye...
0
Reply BuKoX 6/8/2004 1:29:17 PM

High level - You can access btrieve files without DDF's with Delphi and 
Titan, using Titan's compiled resources. But this works only for 
transactional access. If you require relational (SQL) access, I'm afraid 
you will have to share your secrets with your clients.

Low level - Btrieve API - You don't need DDF's at all!

Rokson

[BuKoX] pravi:
> Hello.
> As I wrote in topic I'm looking for any programmer's methods to access 
> to btrieve files without ddf's. I have got these files but I dont want 
> to share it with clients. Limiting perrmissions isn't the best idea. Is 
> there any way to insert description of ddf files into component or 
> programmer's code? The best way will be if I automaticaly insert ddf 
> definitions into component (like o some component property). I found 
> Btrieve API in SDK from Pervasive V8 SDK but I can't define keys, fields 
> and other which are in ddf files.
> 
> bye...
0
Reply Rok 6/9/2004 9:25:14 AM


U�ytkownik Rok Debeljak napisa�:

> Low level - Btrieve API - You don't need DDF's at all!

Yes I know but I'm try do import definitions from ddf files into Btrieve 
API and I have real problem with it. Is there any util which could help 
me with import data from ddf files into Btrieve API procedures?

bye...
0
Reply BuKoX 6/9/2004 9:38:05 AM

The Btrieve API does not use DDF's.  You must write your own code to
interpret the data, unless you use the ActiveX controls or other
higher-level construct.
 Goldstar Software Inc.
 Building on Btrieve(R) for the Future(SM)
 Bill Bach
 BillBach@goldstarsoftware.com
 http://www.goldstarsoftware.com
 *** Pervasive.SQL Service & Support Classes ***
 Chicago: June, 2004: See our web site for details!


"[BuKoX]" wrote:

> U�ytkownik Rok Debeljak napisa�:
>
> > Low level - Btrieve API - You don't need DDF's at all!
>
> Yes I know but I'm try do import definitions from ddf files into Btrieve
> API and I have real problem with it. Is there any util which could help
> me with import data from ddf files into Btrieve API procedures?
>
> bye...

0
Reply Bill 6/9/2004 9:20:24 PM

I remember hearing about a utility that could convert the DDFs into c
structure definitions if I remember correctly.
Actually I found one in the Pervasive ComponentZone.
http://www.pervasive.com/ComponentZone
specifically
http://www.pervasive.com/ComponentZone/Component/Lookup.asp?Function=ShowDetail&ID=105

Leonard


On Wed, 09 Jun 2004 11:38:05 +0200, "[BuKoX]" <bukox_WYTNIJ_@tlen.pl>
wrote:

>U�ytkownik Rok Debeljak napisa�:
>
>> Low level - Btrieve API - You don't need DDF's at all!
>
>Yes I know but I'm try do import definitions from ddf files into Btrieve 
>API and I have real problem with it. Is there any util which could help 
>me with import data from ddf files into Btrieve API procedures?
>
>bye...

0
Reply Leonard 6/10/2004 2:31:38 AM

4 Replies
600 Views

(page loaded in 0.048 seconds)

Similiar Articles:













7/22/2012 1:54:36 PM


Reply: