Click here to Skip to main content
15,896,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: remote connection error! Pin
Dave Kreskowiak14-Feb-06 8:03
mveDave Kreskowiak14-Feb-06 8:03 
Questionencountring a substring from a string inputted in a textbox Pin
anurag11oct12-Feb-06 18:49
anurag11oct12-Feb-06 18:49 
AnswerRe: encountring a substring from a string inputted in a textbox Pin
Colin Angus Mackay12-Feb-06 20:28
Colin Angus Mackay12-Feb-06 20:28 
QuestionHow to make a Web Browser based on these criterias? Pin
Iftikhar Ali12-Feb-06 17:38
Iftikhar Ali12-Feb-06 17:38 
AnswerRe: How to make a Web Browser based on these criterias? Pin
Dave Kreskowiak13-Feb-06 5:56
mveDave Kreskowiak13-Feb-06 5:56 
AnswerRe: How to make a Web Browser based on these criterias? Pin
Iftikhar Ali13-Feb-06 19:55
Iftikhar Ali13-Feb-06 19:55 
QuestionProblem migrating from VB to VB.NET Pin
drexler_kk12-Feb-06 17:38
drexler_kk12-Feb-06 17:38 
AnswerRe: Problem migrating from VB to VB.NET Pin
Dave Kreskowiak13-Feb-06 5:46
mveDave Kreskowiak13-Feb-06 5:46 
First, you declared your reader variable incorrectly. It should read:
Dim conStr1 As String
Dim con1 As SqlConnection
Dim reader As SqlDataReader
Dim sql1 As String
Dim command As SqlCommand

The second thing to check is if your SELECT statement is actually returning any rows. Are you sure this is a good query?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Problem migrating from VB to VB.NET Pin
drexler_kk13-Feb-06 16:33
drexler_kk13-Feb-06 16:33 
QuestionNeed to print a single record from the data report Pin
Santhosh Nickson12-Feb-06 16:25
Santhosh Nickson12-Feb-06 16:25 
Questionprogramming for communications in VB6 using USB port Pin
wtfskh12-Feb-06 16:16
wtfskh12-Feb-06 16:16 
AnswerRe: programming for communications in VB6 using USB port Pin
Dave Kreskowiak13-Feb-06 5:38
mveDave Kreskowiak13-Feb-06 5:38 
Questionhow to enter txt in datagrid in another form Pin
thepityone12-Feb-06 16:10
thepityone12-Feb-06 16:10 
QuestionCANCEL ON GOING PROCESS Pin
aqui_i12-Feb-06 15:58
aqui_i12-Feb-06 15:58 
AnswerRe: CANCEL ON GOING PROCESS Pin
alien viper12-Feb-06 16:31
alien viper12-Feb-06 16:31 
AnswerRe: CANCEL ON GOING PROCESS Pin
patgrape12-Feb-06 16:32
patgrape12-Feb-06 16:32 
QuestionChange shared add-in project Pin
cylix200012-Feb-06 15:30
cylix200012-Feb-06 15:30 
Questionusercontrol question Pin
maytel12-Feb-06 15:16
maytel12-Feb-06 15:16 
AnswerRe: usercontrol question Pin
alien viper12-Feb-06 16:18
alien viper12-Feb-06 16:18 
GeneralRe: usercontrol question Pin
maytel12-Feb-06 19:10
maytel12-Feb-06 19:10 
Questionhow 2 convert .mdb to .cdb Pin
williamccyccyccy12-Feb-06 14:35
williamccyccyccy12-Feb-06 14:35 
QuestionsqlException was unhandle by user code! Pin
pandapatin12-Feb-06 14:32
pandapatin12-Feb-06 14:32 
AnswerRe: sqlException was unhandle by user code! Pin
Dave Kreskowiak12-Feb-06 15:13
mveDave Kreskowiak12-Feb-06 15:13 
GeneralRe: sqlException was unhandle by user code! Pin
pandapatin12-Feb-06 16:44
pandapatin12-Feb-06 16:44 
GeneralRe: sqlException was unhandle by user code! Pin
Dave Kreskowiak13-Feb-06 5:28
mveDave Kreskowiak13-Feb-06 5: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.