PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Hfcs versus hdeclareexternal
Hfcs versus hdeclareexternal
Débuté par ab lugtenburg, 17 sep. 2007 18:59 - 3 réponses
Posté le 17 septembre 2007 - 18:59
Hallo ,

I wish to use an external file wich is in use on a hfcs but the analysis i use don't use hfcs but hf classic.


So i thought i made an connection to the hfcs (hdescribeconnection)


then i use hconnectionopen to open it so far so good.


But then i have to declare the file as an external so i do an hdeclareexternal with my dbname,alias,connetionname.


This goes wrong because the analysis don't know the file??


Why hdececlareexternal is for this use i thought ??

Can somebody help me.
Posté le 17 septembre 2007 - 22:09
...

>But then i have to declare the file as an external so i do an hdeclareexternal with my dbname,alias,connetionname.

...

Hi,

the parameters should be file name (including extension), alias, connection name.

Regards

Mat
Posté le 18 septembre 2007 - 11:21
>...

But then i have to declare the file as an external so i do an hdeclareexternal with my dbname,alias,connetionname.


>...

Hi,


>the parameters should be file name (including extension), alias, connection name.

Regards


>Mat

Hallo,

I know, but it does not work.

But anyway thanks.

K.R.

Ab
Posté le 18 septembre 2007 - 12:01
>...

But then i have to declare the file as an external so i do an hdeclareexternal with my dbname,alias,connetionname.


>...

Hi,


>the parameters should be file name (including extension), alias, connection name.

Regards


>Mat

Hallo Mat,

Problem is solved, it seems i have to use the right character case (upper and down)

Kind Regards Ab