Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Runtime table generation and filling data from Ms Access?

Runtime table generation and filling data from Ms Access?

Scheduled Pinned Locked Moved Visual Basic
databasehelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    venu_dil
    wrote on last edited by
    #1

    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

    N 1 Reply Last reply
    0
    • V venu_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

      N Offline
      N Offline
      NetRams
      wrote on last edited by
      #2

      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.

      V 1 Reply Last reply
      0
      • N NetRams

        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.

        V Offline
        V Offline
        venu_dil
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups