Results 1 to 6 of 6

Thread: Datagrid without ADODC

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Posts
    124

    Datagrid without ADODC

    Can we use a DataGrid without the ADODC to bind the database ? I keep getting error if connect the Datasource to a recordset that I create in run time.

    I use ADO method to create a recordset call RS and use the below statement to connect the datagrid to my recordset;

    datagrid1.datasouce = RS

    I keep getting the error that says "method or data member not found"

    Please help.

  2. #2
    WongEdan
    Guest
    if like this , what will happen ?

    set datagrid1.datasouce = RS
    datagrid1.refresh

  3. #3
    New Member
    Join Date
    Nov 2001
    Posts
    8

    datagrid prob

    set datagrid1.datasouce = RS
    datagrid1.refresh

    this also not working. It says rowset not updatable. please help.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Posts
    124
    No error found, but the datagrid did not updated with any data.

  5. #5
    WongEdan
    Guest
    which code u use ?

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Posts
    124
    Tried that, but the datagrid still not showing anything. Does the Datagrid must be use together with the ADODC ?
    Thanks.

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