Results 1 to 5 of 5

Thread: Parse dataset: resolved

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Posts
    67

    Parse dataset: resolved

    Hey guys, I'm hoping someone could help me parse a dataset.. Below is the
    non-syntanically corrct way of doing it, I'm hoping someone could translate
    it from english to vb.net

    With each row in dataset do
    with each column in dataset do
    writeline("this is the data from this cell")
    loop
    loop


    so it parses each cell, so if i have a dataset like this

    1 2 3
    4 5 6
    7 8 9

    it would parse, and pull data from 1, then 2, then 3, then 4, yada yada....

    thanks!
    Last edited by Iamthewalrus15; May 21st, 2003 at 05:36 PM.

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