Click here to Skip to main content
15,908,776 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionImports Microsoft.Win32.security Problem Pin
chrischome6-Nov-07 9:10
chrischome6-Nov-07 9:10 
AnswerRe: Imports Microsoft.Win32.security Problem Pin
Colin Angus Mackay6-Nov-07 9:24
Colin Angus Mackay6-Nov-07 9:24 
GeneralRe: Imports Microsoft.Win32.security Problem Pin
chrischome6-Nov-07 10:18
chrischome6-Nov-07 10:18 
GeneralRe: Imports Microsoft.Win32.security Problem Pin
Colin Angus Mackay6-Nov-07 10:24
Colin Angus Mackay6-Nov-07 10:24 
QuestionDataGridView Column Order Display Index Issue Pin
Kschuler6-Nov-07 8:44
Kschuler6-Nov-07 8:44 
Questionheadset mic Pin
break_day6-Nov-07 7:54
break_day6-Nov-07 7:54 
AnswerRe: headset mic Pin
Christian Graus6-Nov-07 8:53
protectorChristian Graus6-Nov-07 8:53 
Questionmy dataset isnot refreshing [modified] Pin
Motajo Tolu6-Nov-07 7:03
professionalMotajo Tolu6-Nov-07 7:03 
when i update a record in the database, the database becomes updated but the oledbdataadapter does not relect this changes until i restart the application. when I deployed the application, the changes do not even reflect even when I restart the application though the updated record appears in the database

this is the code i use to refresh the dataset.

Try
DsAsets1.Clear()
OleDbDataAdapter1.Fill(DsAsets1)
count()
Catch ex As Exception
MsgBox(ex.ToString)
End Try

I am using Ms Access as my database.



David T. Motajo


-- modified at 16:01 Tuesday 6th November, 2007
AnswerRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 7:09
Kschuler6-Nov-07 7:09 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 9:57
professionalMotajo Tolu6-Nov-07 9:57 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 10:14
Kschuler6-Nov-07 10:14 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 10:47
professionalMotajo Tolu6-Nov-07 10:47 
Questionpassing string array to C++ fromVB.net Pin
xyhan6-Nov-07 6:22
xyhan6-Nov-07 6:22 
QuestionHow can i send text to another application textbox? Pin
IRBoy6-Nov-07 5:48
IRBoy6-Nov-07 5:48 
QuestionVB Form Pin
railay296-Nov-07 3:22
railay296-Nov-07 3:22 
Question,VB Form Pin
railay296-Nov-07 3:19
railay296-Nov-07 3:19 
QuestionSpeech to text Pin
Bismark Appah6-Nov-07 3:12
Bismark Appah6-Nov-07 3:12 
AnswerRe: Speech to text Pin
Guffa6-Nov-07 6:10
Guffa6-Nov-07 6:10 
GeneralRe: Speech to text Pin
Paul Conrad6-Nov-07 18:16
professionalPaul Conrad6-Nov-07 18:16 
QuestionVlookups in Excel Pin
nick46-Nov-07 0:57
nick46-Nov-07 0:57 
QuestionRegistry Accessing Pin
SekharOne5-Nov-07 22:37
SekharOne5-Nov-07 22:37 
AnswerRe: Registry Accessing Pin
AliAmjad5-Nov-07 23:08
AliAmjad5-Nov-07 23:08 
GeneralRe: Registry Accessing Pin
SekharOne11-Nov-07 20:06
SekharOne11-Nov-07 20:06 
QuestionCrystal Report 9 VB6 Pin
aqui_i5-Nov-07 22:01
aqui_i5-Nov-07 22:01 
QuestionIs OOPS concept in Visual Basic 6? Pin
KETAN K.5-Nov-07 21:27
KETAN K.5-Nov-07 21:27 

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.