-
I try to reach a database of Windev with visual BASIC without used the ODBC. The problem it is that I does not have the .fic choice in the datacontrol to reach the data. There any tools or patch to make it possible in VB to reach a Hyper file table slips by? sorry for my english.
thank you in advance
Petrol
-
That is a problem with the development environment.
When developing and using data bound controls you need to have a full connection up and running to be able to use the fields returned from the data controls.
It doesn't help that you might want something different when you are actually running the program so you are left between a rock and a hard place.
One thing you "might" want to do is if you are using VB6 to have a look at setting up a "Data Connection". This way you can default set it while you work and then let your program set it up at run-time for the correct database you want to use. Its an interesting new thing they added.
Do a search through your help files on "Data Environment" and "Data Connection"