|
-
Apr 27th, 2007, 06:48 AM
#1
Thread Starter
Member
Using ! as method
Hi all.
I've the following code:
MyTable.Item("COD_Original") = txtUtente.Text
And I would like to call the .item method, the following way:
MyTable!COD_Original = txtUtente.Text
The last way is the way it's done in VB6, using an ADODB.Recordset. I need this in order to convert applications from VB6 to VB.net easly! Anyone know how to pass a field name and value like this?
Thanks in advance!
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
|