Results 1 to 2 of 2

Thread: Data access problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Posts
    1

    Question

    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

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    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
  •  



Click Here to Expand Forum to Full Width