CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    74

    Data Grid Control Problem

    Hi ,
    Iam new to VB .. I wish to make a data grid control associated with a data base table. I want this to be implemented using ADO Connection rather than ADO Data Control..can anyone tell me how to do this..It would be useful if the code piece is also written...
    Also can anyone tell me what data control should be used for Connectivity to SQL Server using ODBC.
    Help would be really appreciated..

    Cheers and thanks,



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Data Grid Control Problem

    for source code check my post on http://www.codeguru.net/bbs/wt/showp...&sb=5#Post4889

    You can assign the recordset object variable to the Databound Grid's DataSource property.

    I'd use the ADO data control to access SQLServer.




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