|
-
Aug 31st, 2000, 06:44 PM
#1
Thread Starter
New Member
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
-
Aug 31st, 2000, 07:06 PM
#2
Hyperactive Member
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"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|