CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Bangalore, Karnataka, India
    Posts
    72

    Using DB controls without useing Data Control



    Hi,


    Since long time I am trying to connect DB controls without placing a

    Data control on the from else using DAO through VB code recordset object.

    Because I cannot change DB control's datafield property at runtime.

    I don't want to use Data control in my form.


    If possible help me with example.


    Thanks


    Prashant
    Prashant Joshi
    Itreya Technologies Pvt. Ltd.
    www.itreya.com

  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Using DB controls without useing Data Control

    I have answer to your problem but using an array instead of data control or neither a database! If you are interested on that (using only an array) bother me... and I'll send the whole code!

    Michael Vlastos
    Company MODUS SA
    Development Department
    Tel: +3-01-9414900

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

Featured