| Create table using SQL in MS ACCESS DB, Problem:: Table Deleted after some time . |
| Pinakin Patel posted at Thursday, September 06, 2007 6:36 AM |
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 at Thursday, September 06, 2007 8: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 at Friday, September 07, 2007 1: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 at Friday, February 20, 2009 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#.....
|
 |
| |
|
|