Click here to Skip to main content
15,927,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing CD Drives [modified] Pin
The ANZAC14-Jul-06 2:03
The ANZAC14-Jul-06 2:03 
GeneralRe: Accessing CD Drives Pin
Dave Sexton14-Jul-06 3:13
Dave Sexton14-Jul-06 3:13 
GeneralRe: Accessing CD Drives Pin
The ANZAC14-Jul-06 12:18
The ANZAC14-Jul-06 12:18 
GeneralRe: Accessing CD Drives Pin
The ANZAC14-Jul-06 13:15
The ANZAC14-Jul-06 13:15 
QuestionVB 6 Pin
Khalefa_1313-Jul-06 20:18
Khalefa_1313-Jul-06 20:18 
AnswerRe: VB 6 Pin
myfend_liang13-Jul-06 20:57
myfend_liang13-Jul-06 20:57 
QuestionDataBindings do not appear to function properly Pin
TJO113-Jul-06 19:28
TJO113-Jul-06 19:28 
Questioncan commandbuilder generate incorrect sql statement? Pin
Agus Budianto13-Jul-06 17:52
Agus Budianto13-Jul-06 17:52 
D'Oh! | :doh: hi!
i use commandbuilder to build sql command to my dataadapter, then i update my dataset, then it return error message contain "syntax error in update statement".
my code was:
private sub update()
   dim da as new oledbdataadapter("select * from tabItems",cn) 'cn is oledbconnection
   dim cb as new commandbuilder(da)
   dim ds as new dataset
   da.fill(ds)
   'code to modify ds
   da.update(ds)
end sub


any help would be useful to me, thanx before...

Ghost
AnswerRe: can commandbuilder generate incorrect sql statement? Pin
Dave Kreskowiak14-Jul-06 0:51
mveDave Kreskowiak14-Jul-06 0:51 
GeneralRe: can commandbuilder generate incorrect sql statement? Pin
Agus Budianto14-Jul-06 4:36
Agus Budianto14-Jul-06 4:36 
Questionexcel col width changin Pin
_tasleem13-Jul-06 16:47
_tasleem13-Jul-06 16:47 
QuestionListView in VB.Net Pin
khwo13-Jul-06 16:23
khwo13-Jul-06 16:23 
AnswerRe: ListView in VB.Net Pin
Kschuler14-Jul-06 8:58
Kschuler14-Jul-06 8:58 
Questionregarding tabcontrol Pin
rcshek13-Jul-06 15:27
rcshek13-Jul-06 15:27 
AnswerRe: regarding tabcontrol Pin
Dave Sexton13-Jul-06 21:24
Dave Sexton13-Jul-06 21:24 
QuestionSystem.NullReferenceException Pin
andrew_dk13-Jul-06 12:36
andrew_dk13-Jul-06 12:36 
AnswerRe: System.NullReferenceException [modified] Pin
Dave Kreskowiak13-Jul-06 14:11
mveDave Kreskowiak13-Jul-06 14:11 
GeneralRe: System.NullReferenceException Pin
andrew_dk13-Jul-06 14:44
andrew_dk13-Jul-06 14:44 
GeneralRe: System.NullReferenceException Pin
Dave Kreskowiak13-Jul-06 15:31
mveDave Kreskowiak13-Jul-06 15:31 
GeneralRe: System.NullReferenceException Pin
andrew_dk16-Jul-06 16:28
andrew_dk16-Jul-06 16:28 
Questioncolor changing in .net Pin
_tasleem13-Jul-06 9:19
_tasleem13-Jul-06 9:19 
AnswerRe: color changing in .net Pin
Guffa13-Jul-06 12:21
Guffa13-Jul-06 12:21 
QuestionHow to split a wave file? Pin
sheikh7813-Jul-06 9:17
sheikh7813-Jul-06 9:17 
AnswerRe: How to split a wave file? Pin
Guffa13-Jul-06 12:30
Guffa13-Jul-06 12:30 
QuestionPopulating a comboBox with an ArrayList Pin
newbjohny13-Jul-06 8:31
newbjohny13-Jul-06 8:31 

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.