Click here to Skip to main content
16,011,680 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVariant type in VB.NET? Pin
Xiangyang Liu 刘向阳11-Nov-09 2:33
Xiangyang Liu 刘向阳11-Nov-09 2:33 
AnswerRe: Variant type in VB.NET? [modified] Pin
The Man from U.N.C.L.E.11-Nov-09 3:04
The Man from U.N.C.L.E.11-Nov-09 3:04 
GeneralRe: Variant type in VB.NET? Pin
Xiangyang Liu 刘向阳12-Nov-09 2:33
Xiangyang Liu 刘向阳12-Nov-09 2:33 
QuestionInsert/Update statement Pin
shefa' isied11-Nov-09 1:45
shefa' isied11-Nov-09 1:45 
AnswerRe: Insert/Update statement Pin
Thomas Krojer11-Nov-09 1:53
Thomas Krojer11-Nov-09 1:53 
GeneralRe: Insert/Update statement Pin
shefa' isied11-Nov-09 1:59
shefa' isied11-Nov-09 1:59 
AnswerRe: Insert/Update statement Pin
John M Bundy11-Nov-09 2:25
John M Bundy11-Nov-09 2:25 
AnswerRe: Insert/Update statement Pin
Dave Kreskowiak11-Nov-09 7:25
mveDave Kreskowiak11-Nov-09 7:25 
If you have your Access database in your project, it is possible that every time you compile and run the app, the database being used (in the Debug folder or your project) is being overwritten by the master copy of the database in the project. Any changes you make during one run of your program will be lost the next time you run the app from Visual Studio.

Now, if you're looking for changes that were supposed to have been made in one run of the application and you're not seeing them, the possible problems expand to either an incorrect WHERE clause in the SQL (it doesn't find the record(s) to change), or you're not looking at the correct copy of the database for the changes.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Insert/Update statement Pin
Shameel11-Nov-09 23:10
professionalShameel11-Nov-09 23:10 
GeneralRe: Insert/Update statement Pin
loyal ginger17-Nov-09 6:12
loyal ginger17-Nov-09 6:12 
GeneralRe: Insert/Update statement Pin
Shameel17-Nov-09 7:45
professionalShameel17-Nov-09 7:45 
QuestionInsert formula into a vairable range of cells in Excel from VB Pin
nhsal6911-Nov-09 1:22
nhsal6911-Nov-09 1:22 
AnswerRe: Insert formula into a vairable range of cells in Excel from VB Pin
John M Bundy11-Nov-09 2:36
John M Bundy11-Nov-09 2:36 
GeneralRe: Insert formula into a vairable range of cells in Excel from VB Pin
nhsal6911-Nov-09 2:58
nhsal6911-Nov-09 2:58 
QuestionRunning Command Line Files Pin
EvanSaunders10-Nov-09 23:18
EvanSaunders10-Nov-09 23:18 
AnswerRe: Running Command Line Files Pin
Johan Hakkesteegt11-Nov-09 0:40
Johan Hakkesteegt11-Nov-09 0:40 
GeneralRe: Running Command Line Files Pin
EvanSaunders12-Nov-09 22:45
EvanSaunders12-Nov-09 22:45 
AnswerRe: Running Command Line Files Pin
Shameel11-Nov-09 23:12
professionalShameel11-Nov-09 23:12 
GeneralRe: Running Command Line Files Pin
EvanSaunders12-Nov-09 22:46
EvanSaunders12-Nov-09 22:46 
QuestionComboBox BUG!!!??? Pin
huamala10-Nov-09 23:07
huamala10-Nov-09 23:07 
AnswerRe: ComboBox BUG!!!??? Pin
Dave Kreskowiak11-Nov-09 7:19
mveDave Kreskowiak11-Nov-09 7:19 
GeneralRe: ComboBox BUG!!!??? Pin
huamala11-Nov-09 22:53
huamala11-Nov-09 22:53 
GeneralRe: ComboBox BUG!!!??? Pin
huamala11-Nov-09 23:29
huamala11-Nov-09 23:29 
GeneralRe: ComboBox BUG!!!??? Pin
Dave Kreskowiak12-Nov-09 3:49
mveDave Kreskowiak12-Nov-09 3:49 
GeneralRe: ComboBox BUG!!!??? Pin
huamala12-Nov-09 4:07
huamala12-Nov-09 4:07 

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.