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.