Click here to Skip to main content
15,920,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerSee this Post Pin
David Mujica2-Sep-08 5:19
David Mujica2-Sep-08 5:19 
GeneralRe: See this Post Pin
IlseBrase2-Sep-08 22:41
IlseBrase2-Sep-08 22:41 
Questionhiding print dialog box Pin
Jithin Shyam2-Sep-08 1:42
Jithin Shyam2-Sep-08 1:42 
AnswerRe: hiding print dialog box Pin
Manas Bhardwaj2-Sep-08 2:00
professionalManas Bhardwaj2-Sep-08 2:00 
QuestionMy database gets cleared upon my application startup Pin
Kofi Ambrose2-Sep-08 0:13
Kofi Ambrose2-Sep-08 0:13 
AnswerRe: My database gets cleared upon my application startup Pin
Eslam Afifi2-Sep-08 1:50
Eslam Afifi2-Sep-08 1:50 
AnswerRe: My database gets cleared upon my application startup Pin
Tom Deketelaere2-Sep-08 2:14
professionalTom Deketelaere2-Sep-08 2:14 
AnswerRe: My database gets cleared upon my application startup Pin
Dave Kreskowiak2-Sep-08 10:22
mveDave Kreskowiak2-Sep-08 10:22 
Is your .MDB file part of the project?? Click on the file and check the Properties window. Does the "Copy to Output Directory" option say "Copy always"?? Change this to "Copy if newer".

The database in the bin\Debug folder is getting overwritten with the original copy of the .MDB file in your project folder, thereby overwriting any changes your code makes to the Debug copy of the database.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionRemoting using TCP/IP Pin
anu811-Sep-08 21:39
anu811-Sep-08 21:39 
AnswerRe: Remoting using TCP/IP Pin
Stephen Lintott1-Sep-08 21:50
Stephen Lintott1-Sep-08 21:50 
AnswerRe: Remoting using TCP/IP Pin
Dave Kreskowiak2-Sep-08 10:18
mveDave Kreskowiak2-Sep-08 10:18 
QuestionPlz help Pin
Allrounder1-Sep-08 21:18
Allrounder1-Sep-08 21:18 
AnswerRe: Plz help Pin
Steven J Jowett1-Sep-08 22:47
Steven J Jowett1-Sep-08 22:47 
AnswerRe: Plz help Pin
Paul Conrad2-Sep-08 18:56
professionalPaul Conrad2-Sep-08 18:56 
QuestionSharepoint... Pin
Stephen Lintott1-Sep-08 21:04
Stephen Lintott1-Sep-08 21:04 
AnswerRe: Sharepoint... Pin
Mycroft Holmes2-Sep-08 16:35
professionalMycroft Holmes2-Sep-08 16:35 
QuestionGSM Communication Pin
vahidkiani1-Sep-08 20:14
vahidkiani1-Sep-08 20:14 
QuestionHow to start application from sub main? Pin
Pankaj - Joshi1-Sep-08 18:55
Pankaj - Joshi1-Sep-08 18:55 
AnswerRe: How to start application from sub main? Pin
Thomas Stockwell2-Sep-08 4:49
professionalThomas Stockwell2-Sep-08 4:49 
GeneralRe: How to start application from sub main? Pin
Pankaj - Joshi4-Sep-08 23:15
Pankaj - Joshi4-Sep-08 23:15 
GeneralRe: How to start application from sub main? Pin
Thomas Stockwell5-Sep-08 1:21
professionalThomas Stockwell5-Sep-08 1:21 
QuestionHiding Secret Key & Initialization Vector from Decompiler Pin
Amit Kushwaha1-Sep-08 18:11
Amit Kushwaha1-Sep-08 18:11 
AnswerRe: Hiding Secret Key & Initialization Vector from Decompiler Pin
Dave Kreskowiak2-Sep-08 10:16
mveDave Kreskowiak2-Sep-08 10:16 
QuestionVisual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
DCAUB1-Sep-08 15:32
DCAUB1-Sep-08 15:32 
AnswerRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
Mycroft Holmes1-Sep-08 17:48
professionalMycroft Holmes1-Sep-08 17:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.