Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Compiling VB.Net Program Pin
Patrick Etc.7-Oct-07 1:22
Patrick Etc.7-Oct-07 1:22 
AnswerRe: Compiling VB.Net Program Pin
Vimalsoft(Pty) Ltd8-Oct-07 5:47
professionalVimalsoft(Pty) Ltd8-Oct-07 5:47 
Questionconverting ascii to char Pin
kclei6-Oct-07 20:04
kclei6-Oct-07 20:04 
AnswerRe: converting ascii to char Pin
Christian Graus6-Oct-07 23:40
protectorChristian Graus6-Oct-07 23:40 
GeneralRe: converting ascii to char Pin
Patrick Etc.7-Oct-07 1:33
Patrick Etc.7-Oct-07 1:33 
QuestionLocal DB not updated Pin
jensenx6-Oct-07 18:25
jensenx6-Oct-07 18:25 
AnswerRe: Local DB not updated Pin
jensenx6-Oct-07 18:32
jensenx6-Oct-07 18:32 
GeneralRe: Local DB not updated Pin
Dave Kreskowiak7-Oct-07 3:09
mveDave Kreskowiak7-Oct-07 3:09 
This is probably because you're using an Access database in your project folder. When you compile the app, the database file is flagged as "Copy Always" and is being copied to the target folder when your app's .EXE file is written to, usually ...\projectFolder\bin\Debug. So, every time you compile your app, you're overwriting the database your the Debug version of the app is using with the copy in your project folder. Look in your project folder tree and you should find multiple copies of your database.


A guide to posting questions on CodeProject[^]

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


GeneralRe: Local DB not updated Pin
Paul Conrad7-Oct-07 5:49
professionalPaul Conrad7-Oct-07 5:49 
AnswerRe: Local DB not updated Pin
Guffa7-Oct-07 6:02
Guffa7-Oct-07 6:02 
GeneralRe: Local DB not updated Pin
Paul Conrad7-Oct-07 6:13
professionalPaul Conrad7-Oct-07 6:13 
QuestionZooming an Image In VB.NET Pin
Aamir Mustafa6-Oct-07 17:29
Aamir Mustafa6-Oct-07 17:29 
AnswerRe: Zooming an Image In VB.NET Pin
Christian Graus6-Oct-07 23:42
protectorChristian Graus6-Oct-07 23:42 
QuestionZooming an Image In VB.NET Pin
Aamir Mustafa6-Oct-07 17:28
Aamir Mustafa6-Oct-07 17:28 
AnswerRe: Zooming an Image In VB.NET Pin
Paul Conrad28-Oct-07 11:58
professionalPaul Conrad28-Oct-07 11:58 
QuestionHow to..... Pin
newbie@vb6-Oct-07 15:57
newbie@vb6-Oct-07 15:57 
AnswerRe: How to..... Pin
Christian Graus6-Oct-07 16:12
protectorChristian Graus6-Oct-07 16:12 
AnswerRe: How to..... Pin
Paul Conrad7-Oct-07 5:50
professionalPaul Conrad7-Oct-07 5:50 
AnswerRe: How to..... Pin
Vimalsoft(Pty) Ltd8-Oct-07 21:15
professionalVimalsoft(Pty) Ltd8-Oct-07 21:15 
QuestionHow to collect the information which hardware is connected to my pc using .Net technology.. Pin
Sasmi6-Oct-07 9:10
Sasmi6-Oct-07 9:10 
AnswerRe: How to collect the information which hardware is connected to my pc using .Net technology.. Pin
Dave Kreskowiak7-Oct-07 3:05
mveDave Kreskowiak7-Oct-07 3:05 
GeneralRe: How to collect the information which hardware is connected to my pc using .Net technology.. Pin
Sasmi7-Oct-07 4:31
Sasmi7-Oct-07 4:31 
QuestionFlash screen Pin
SamRST6-Oct-07 4:25
SamRST6-Oct-07 4:25 
AnswerRe: Flash screen Pin
pmarfleet6-Oct-07 5:25
pmarfleet6-Oct-07 5:25 
GeneralRe: Flash screen Pin
Paul Conrad6-Oct-07 9:29
professionalPaul Conrad6-Oct-07 9:29 

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.