I want to pass the data from a record set to a crystal report, and I have got as far as setting the report to use the data set, however I'm new to .NET and I don't know how to fill the data set with the data I'm after.
I have found a few tutorials around but they all fall short of showing you how to populate the data set or they are in C#.
I have created the SqlDataAdaptor, sqlconnection and generated the Dataset (the data is supposed to come from from the table all_os_data).
I have found a few tutorials around but they all fall short of showing you how to populate the data set or they are in C#.
I have created the SqlDataAdaptor, sqlconnection and generated the Dataset (the data is supposed to come from from the table all_os_data).