Search results

  1. S

    want to write the data in ms access db

    Hi, I read some data from excel using java and i want to store it to database.Can you please tell me the code to write to database. Any help will be highly appreciated.Thanks
  2. S

    how to read the database from excel and save it in database

    I want the logic to read the data from Excel sheet and save it into the Ms access database.Plz help me. Thanks
  3. S

    create table with same structure from other table

    I want a query which creates a table with the same structure as other table. Reply me plz. Thanks in advance
  4. S

    to create a table automatically

    i want to copy a whole table(say xxx) and insert into another table(say yyy).i want a query which create the table(yyy) automatically and copy from the table(xxx) because at the end, i will drop that table(yyy).Help me to write the query. i tried like this but this doesnt work insert into...
Back
Top Bottom