DataSets--Kindly Help...
-
I need to combine columns from 3 different tables (ofcourse from a single database)in to a single DataSet...and also I need to add a Column along with the same Dataset ...So,kindly tell me how to do this..?? And also i am planning to create a crystal report for this newly created DataSet. I need ur suggestions and help. Kindly help me ...Pls!! My project deadline is 27th July..With in that i need to generate 6 different reports with 6 different logics..So,kindly help this poor fresher...!!
Happy Programming!!!
-
I need to combine columns from 3 different tables (ofcourse from a single database)in to a single DataSet...and also I need to add a Column along with the same Dataset ...So,kindly tell me how to do this..?? And also i am planning to create a crystal report for this newly created DataSet. I need ur suggestions and help. Kindly help me ...Pls!! My project deadline is 27th July..With in that i need to generate 6 different reports with 6 different logics..So,kindly help this poor fresher...!!
Happy Programming!!!
SrividhyaS wrote:
My project deadline is 27th July
You have plenty of time to look up DataSet.Merge() and DataTable.Merge() then.
only two letters away from being an asset
-
I need to combine columns from 3 different tables (ofcourse from a single database)in to a single DataSet...and also I need to add a Column along with the same Dataset ...So,kindly tell me how to do this..?? And also i am planning to create a crystal report for this newly created DataSet. I need ur suggestions and help. Kindly help me ...Pls!! My project deadline is 27th July..With in that i need to generate 6 different reports with 6 different logics..So,kindly help this poor fresher...!!
Happy Programming!!!
Can you tell us the tables and columns? I'm sure you can accomplish this with SQL instead of DataSet.Merge. What kind of column are you trying to add in addition to the other data?
- S 50 cups of coffee and you know it's on!
-
I need to combine columns from 3 different tables (ofcourse from a single database)in to a single DataSet...and also I need to add a Column along with the same Dataset ...So,kindly tell me how to do this..?? And also i am planning to create a crystal report for this newly created DataSet. I need ur suggestions and help. Kindly help me ...Pls!! My project deadline is 27th July..With in that i need to generate 6 different reports with 6 different logics..So,kindly help this poor fresher...!!
Happy Programming!!!
-
Hi, You can try with following short ways. 1. Try combine required fields of different table to get single datatable. 2. Create different datatable and merge all with one dataset. Rams.
Be simple and Be sample.