Click here to Skip to main content
15,914,943 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: File Association..pls help Pin
M-Hall12-Feb-07 17:02
M-Hall12-Feb-07 17:02 
GeneralRe: File Association..pls help Pin
carl_sti12-Feb-07 17:34
carl_sti12-Feb-07 17:34 
Questionrename the existed excel worksheet name Pin
JaneQuestion12-Feb-07 13:29
JaneQuestion12-Feb-07 13:29 
AnswerRe: rename the existed excel worksheet name Pin
ajay5888612-Feb-07 20:16
ajay5888612-Feb-07 20:16 
QuestionVista always shows ipv6 address - how to only get ipv4 local address? Pin
Mr Plant12-Feb-07 10:11
Mr Plant12-Feb-07 10:11 
AnswerRe: Vista always shows ipv6 address - how to only get ipv4 local address? Pin
M-Hall12-Feb-07 17:41
M-Hall12-Feb-07 17:41 
QuestionError message: vbc30205? Pin
Shima. M.12-Feb-07 7:45
Shima. M.12-Feb-07 7:45 
AnswerRe: Error message: vbc30205? Pin
Kschuler12-Feb-07 8:43
Kschuler12-Feb-07 8:43 
Are you sure the error is occuring when you create the dataadapter object? It sounds like what you get when you have an SQL statement that isn't properly setup and you try to run the sql through a dataadapter or command object.

If I were you I'd double check my connection string and then check SQL statements.

And another thing...your statement seems wrong. You shouldn't have to new the adapter twice. And in visual studio 2005 I do not see a constructor that uses just the connection string for an oledb dataadapter. I think your statement should look more like this:

Dim myAdapter as New OleDb.OleDbDataAdapter(strSelectCommandString, strConnectionString)

Hope this helps.
QuestionTabPages Pin
CodingYoshi12-Feb-07 7:43
CodingYoshi12-Feb-07 7:43 
AnswerRe: TabPages Pin
Christian Graus12-Feb-07 10:31
protectorChristian Graus12-Feb-07 10:31 
QuestionIts is possible to make it on vb.net? Pin
blitz00212-Feb-07 6:52
blitz00212-Feb-07 6:52 
AnswerRe: Its is possible to make it on vb.net? Pin
nlarson1112-Feb-07 7:08
nlarson1112-Feb-07 7:08 
AnswerRe: Its is possible to make it on vb.net? Pin
Christian Graus12-Feb-07 10:28
protectorChristian Graus12-Feb-07 10:28 
AnswerRe: Its is possible to make it on vb.net? Pin
Squeaker12-Feb-07 14:59
Squeaker12-Feb-07 14:59 
QuestionEAN13 ? Pin
Polymorpher12-Feb-07 5:45
Polymorpher12-Feb-07 5:45 
AnswerRe: EAN13 ? Pin
andyharman12-Feb-07 6:14
professionalandyharman12-Feb-07 6:14 
GeneralRe: EAN13 ? Pin
Polymorpher12-Feb-07 6:49
Polymorpher12-Feb-07 6:49 
QuestionError Message [modified] Pin
jds120712-Feb-07 5:03
jds120712-Feb-07 5:03 
AnswerRe: Error Message Pin
Johan Hakkesteegt12-Feb-07 20:50
Johan Hakkesteegt12-Feb-07 20:50 
Questioncmd non execute error Pin
muraguri12-Feb-07 4:17
muraguri12-Feb-07 4:17 
AnswerRe: cmd non execute error Pin
Colin Angus Mackay12-Feb-07 5:14
Colin Angus Mackay12-Feb-07 5:14 
GeneralRe: cmd non execute error Pin
muraguri13-Feb-07 0:23
muraguri13-Feb-07 0:23 
GeneralRe: cmd non execute error Pin
Colin Angus Mackay13-Feb-07 12:45
Colin Angus Mackay13-Feb-07 12:45 
Questionresolution setup Pin
ram krishna pattnayak12-Feb-07 4:13
ram krishna pattnayak12-Feb-07 4:13 
AnswerRe: resolution setup Pin
Christian Graus12-Feb-07 10:30
protectorChristian Graus12-Feb-07 10:30 

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.