hi
i have a table with 1 milion record.
i want to sort and read in 1000 groups.
i can read diffrent groups but i want to apped 2 datset to each other.
how can i do that?
pleae help me.
thanks

Recommended Answers

All 4 Replies

You did not state what type of db table you are using but have a look at the sql command union

one million records....that's nice .....
where do you store them,in a file or in the memory(is this a linked list?)?

If you have ONE table, you can't append two dataset... something is not right in your question... if you have " tables and want to mix them into a single query, you should try UNION, as far as you are accesing those record via SQL.

With the info you sent, that's all I can say!

If you have ONE table, you can't append two dataset... something is not right in your question... if you have 2 tables and want to mix them into a single query, you should try UNION, as far as you are accesing those record via SQL.

With the info you sent, that's all I can say!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.