|
-
May 8th, 2008, 12:01 PM
#8
Thread Starter
New Member
Re: Creating a RecordSet
Thanks for your help!
I finally got it to work. This is my code.
Dim dsData As New DataSet
adapt.TableMappings.Add("Table", "dsData")
adapt.Fill(dsData)
TextBox1.Text = dsData.Tables("dsData").Rows.Item(0).Item(1).ToString
My God! It drove me crazy!
Thanks again for your great help.
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
|