Runtime table generation and filling data from Ms Access?
-
Can any one plz help me to get the code for my problem. problem: I have to generate tables at runtime from Ms Access data base. Number of tables to generate depends on the sql query we pass in the program and the depends on the data in the tables. So I want the code for diplaying a table on control panel and fill the data to it from the Access files based on the query. Plz reply me if you got any ideas or codes for this thank you
dil
-
Can any one plz help me to get the code for my problem. problem: I have to generate tables at runtime from Ms Access data base. Number of tables to generate depends on the sql query we pass in the program and the depends on the data in the tables. So I want the code for diplaying a table on control panel and fill the data to it from the Access files based on the query. Plz reply me if you got any ideas or codes for this thank you
dil
I have to generate tables at runtime from Ms Access data base. Number of tables to generate depends on the sql query we pass in the program and the depends on the data in the tables. >> User the "create table ... " query statement to create the table with number of columns and their types. So I want the code for diplaying a table on control panel and fill the data to it from the Access files based on the query. >>Do you have any file, which holds datas for newly creating tables?
Be simple and Be sample.
-
I have to generate tables at runtime from Ms Access data base. Number of tables to generate depends on the sql query we pass in the program and the depends on the data in the tables. >> User the "create table ... " query statement to create the table with number of columns and their types. So I want the code for diplaying a table on control panel and fill the data to it from the Access files based on the query. >>Do you have any file, which holds datas for newly creating tables?
Be simple and Be sample.
Thanks for favourable answer "ramskr". I am trying to generate the grid view table on the control panel through for loop by using the sql query. I got the code to get the data from the Access data base. So the thing I need is, code to generate table at run time Cheers.
dil