Create table using SQL in MS ACCESS DB, Problem:: Table Deleted after some time .

Asked By Pinakin Patel
06-Sep-07 06:36 AM
Earn up to 0 extra points for answering this tough question.

Hi,

I m create a table using SQL statement in MS Access DB.

Code is given bellow.

conn.Close();

conn.Open();

OleDbCommand com = new OleDbCommand(sb.ToString(), conn);

com.ExecuteNonQuery();

conn.Close();

after executing this code Table is created.

But after some time Table automatically DELETED.

Please replay fast.

  A Table doesn't just get "automatically deleted".

Peter Bromberg replied to Pinakin Patel
06-Sep-07 08:55 PM
There is some code somewhere in your app that is doing it. How's that for a fast "replay"?

  not any code because table was deleted after 5-10 minuts

Pinakin Patel replied to Peter Bromberg
07-Sep-07 01:09 AM

There was not any code for deleted table.

Because after some time table was deleted.

 

  Generating timetables

subha sri replied to Pinakin Patel
20-Feb-09 12:22 AM


No friend .........i'm not asking to generate "table" in sql......

i'm asking to create "timetable" schedules for students and staffs without any

clash with each other using asp.net with C#.....
Create New Account