How to split a DataTable??

csharp , datatable , split , sql , query Denmark
  • 12 years 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 a reply

Enter your message below

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

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The question of whether computers can think is just like the question of whether submarines can swim.” - Edsger W. Dijkstra