Results 1 to 3 of 3

Thread: vb6 to express 2008 Fields question

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    7

    vb6 to express 2008 Fields question

    in VB6 updating an Access database I had previously created a recordset using an SQL select statement then used recordset.Fields(x) = array(x) to add new records from an array.

    In VB express 2008, the Fields shows as read only. What is the replacement for this method, or even a replacement for recordset!(fieldname)="value"

    The vb6 to express converter doesn't replace this code with anything.

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: vb6 to express 2008 Fields question

    You should search for ADO.Net
    Here's something to start -->
    http://www.codeguru.com/vb/gen/vb_da...cle.php/c15033

    JG

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    7

    Re: vb6 to express 2008 Fields question

    Good reference. I will need to do some recoding but it can be re-used easily.
    Thanks.

Tags for this Thread

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