search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsFAQs
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Operating SystemsArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

View Other SQL Server Posts   Ask New Question 
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#.....