Community discussion forum

How to split a DataTable??

  • 8 months ago
    Hi all, I need to split a SELECT QUERY fom a database (which i put in a DataTable) from this: DataTable1 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 4 5 6 7 8 9 10 0 1 2 3 0 1 2 0 1 To this: DataTable1 0 1 2 3 4 5 6 7 8 9 10 DataTable2 0 1 2 3 4 5 6 7 8 9 10 DataTable3 0 1 2 3 DataTable4 0 1 2 DataTable5 0 1 How can i do that?? :-D The language is C#
    Post was edited on 27/02/2009 06:38:08 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback