Click here to Skip to main content
15,923,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Christian Graus5-Nov-07 22:09
protectorChristian Graus5-Nov-07 22:09 
AnswerRe: Is OOPS concept in Visual Basic 6? Pin
Guffa6-Nov-07 6:06
Guffa6-Nov-07 6:06 
Questionmy oledbdataadapter in not refreshing [modified] Pin
Motajo Tolu5-Nov-07 21:18
professionalMotajo Tolu5-Nov-07 21:18 
AnswerRe: my oledbdataadapter in not refreshing Pin
Vimalsoft(Pty) Ltd5-Nov-07 23:09
professionalVimalsoft(Pty) Ltd5-Nov-07 23:09 
GeneralRe: my oledbdataadapter is not refreshing Pin
Motajo Tolu6-Nov-07 6:58
professionalMotajo Tolu6-Nov-07 6:58 
GeneralRe: my oledbdataadapter is not refreshing Pin
Vimalsoft(Pty) Ltd6-Nov-07 20:04
professionalVimalsoft(Pty) Ltd6-Nov-07 20:04 
hi
Did you use a wizard to create your adapter, or did create it your self, if so then lem me see the update command of your adapter.

try this and tell me your Error and remember if your table has no Primary key , you can never update the table.

Try
         DsAsets1.Clear()
         OleDbDataAdapter1.Fill(DsAsets1)
         count()
     Catch ex As OleDb.OleDbException

         MsgBox(ex.Message)
     End Try
 End Sub
.

And Dont Forget to import the name space like this

Imports System.Data.OleDb


Thanks






Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


GeneralRe: my oledbdataadapter is not refreshing Pin
Motajo Tolu7-Nov-07 5:39
professionalMotajo Tolu7-Nov-07 5:39 
GeneralRe: my oledbdataadapter is not refreshing Pin
Vimalsoft(Pty) Ltd7-Nov-07 18:51
professionalVimalsoft(Pty) Ltd7-Nov-07 18:51 
QuestionFiltering a DataGridView Pin
furjaw5-Nov-07 18:52
furjaw5-Nov-07 18:52 
AnswerRe: Filtering a DataGridView Pin
N a v a n e e t h5-Nov-07 19:34
N a v a n e e t h5-Nov-07 19:34 
AnswerRe: Filtering a DataGridView Pin
Mr.PoorEnglish5-Nov-07 21:32
Mr.PoorEnglish5-Nov-07 21:32 
GeneralRe: Filtering a DataGridView Pin
furjaw6-Nov-07 8:39
furjaw6-Nov-07 8:39 
QuestionOutlook Add-In to Enhance Send Functionality Pin
John Thelen5-Nov-07 16:20
John Thelen5-Nov-07 16:20 
QuestionSave File Pin
Socheat.Net5-Nov-07 16:06
Socheat.Net5-Nov-07 16:06 
GeneralRe: Save File Pin
Mitch F.5-Nov-07 18:53
Mitch F.5-Nov-07 18:53 
QuestionChanging Mouse Cursor Pin
Widgets5-Nov-07 13:51
Widgets5-Nov-07 13:51 
AnswerRe: Changing Mouse Cursor Pin
Christian Graus5-Nov-07 15:43
protectorChristian Graus5-Nov-07 15:43 
QuestionNewbiw VB Help required Pin
rayvb5-Nov-07 12:15
rayvb5-Nov-07 12:15 
AnswerRe: Newbiw VB Help required Pin
Christian Graus5-Nov-07 15:44
protectorChristian Graus5-Nov-07 15:44 
QuestionFolder Properties Pin
ChadYKK5-Nov-07 10:48
ChadYKK5-Nov-07 10:48 
AnswerRe: Folder Properties Pin
Christian Graus5-Nov-07 15:46
protectorChristian Graus5-Nov-07 15:46 
GeneralRe: Folder Properties Pin
ChadYKK6-Nov-07 2:09
ChadYKK6-Nov-07 2:09 
QuestionUsing VB.NET controls in Commercial Applications Pin
jsp_15-Nov-07 9:28
jsp_15-Nov-07 9:28 

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.