|
-
Jun 17th, 2011, 09:40 PM
#1
Thread Starter
New Member
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.
-
Jun 17th, 2011, 11:10 PM
#2
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
-
Jun 17th, 2011, 11:42 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|