Populating Data from MS Access
-
Hi, I have a datagrid and I want to populate it from the tables in MS Access. Also I want to get the combination of different columns from the 3 Tables and populate them by providing my own column names in DATA GRID. I will be very thankful to you in this regards, I am in need of it sooner please help... :( Haroon
-
Hi, I have a datagrid and I want to populate it from the tables in MS Access. Also I want to get the combination of different columns from the 3 Tables and populate them by providing my own column names in DATA GRID. I will be very thankful to you in this regards, I am in need of it sooner please help... :( Haroon
Connect to the database and get data into a dataset. All you need is a query to get the data from all the tables into one. (I am suspecting Union or join like scenario here.)You do have options of having your own column names. A bit of search in the documentation will help you.
Time is the best teacher; unfortunately it kills all of its students. जय हिंद
-
Connect to the database and get data into a dataset. All you need is a query to get the data from all the tables into one. (I am suspecting Union or join like scenario here.)You do have options of having your own column names. A bit of search in the documentation will help you.
Time is the best teacher; unfortunately it kills all of its students. जय हिंद
Thanks..but I am not very expert and quick on wat y mentioned...Can you pls be more in steps if possible? Regards,
-
Hi, I have a datagrid and I want to populate it from the tables in MS Access. Also I want to get the combination of different columns from the 3 Tables and populate them by providing my own column names in DATA GRID. I will be very thankful to you in this regards, I am in need of it sooner please help... :( Haroon
-
THANKS Eddy