Click here to Skip to main content
15,920,503 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to create Digital Sign For My Application Pin
Anubhava Dimri3-Jun-09 18:11
Anubhava Dimri3-Jun-09 18:11 
GeneralRe: How to create Digital Sign For My Application Pin
0x3c03-Jun-09 21:49
0x3c03-Jun-09 21:49 
GeneralRe: How to create Digital Sign For My Application Pin
Anubhava Dimri3-Jun-09 22:17
Anubhava Dimri3-Jun-09 22:17 
QuestionVB 6.0 Language while Interpreting [modified] Pin
vhassan2-Jun-09 20:37
vhassan2-Jun-09 20:37 
Questionhow do i see/change the events of a form? Pin
neodeaths2-Jun-09 19:54
neodeaths2-Jun-09 19:54 
AnswerRe: how do i see/change the events of a form? Pin
Dave Kreskowiak3-Jun-09 2:02
mveDave Kreskowiak3-Jun-09 2:02 
GeneralRe: how do i see/change the events of a form? Pin
neodeaths4-Jun-09 5:58
neodeaths4-Jun-09 5:58 
GeneralRe: how do i see/change the events of a form? Pin
Dave Kreskowiak4-Jun-09 12:52
mveDave Kreskowiak4-Jun-09 12:52 
QuestionProblem when subtracting large double values [VB6.0] Pin
N a v a n e e t h2-Jun-09 15:48
N a v a n e e t h2-Jun-09 15:48 
AnswerRe: Problem when subtracting large double values [VB6.0] Pin
Luc Pattyn2-Jun-09 16:19
sitebuilderLuc Pattyn2-Jun-09 16:19 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
_Damian S_2-Jun-09 16:51
professional_Damian S_2-Jun-09 16:51 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
Jon_Boy3-Jun-09 1:59
Jon_Boy3-Jun-09 1:59 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
Luc Pattyn3-Jun-09 3:13
sitebuilderLuc Pattyn3-Jun-09 3:13 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
N a v a n e e t h2-Jun-09 16:57
N a v a n e e t h2-Jun-09 16:57 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
Luc Pattyn2-Jun-09 17:08
sitebuilderLuc Pattyn2-Jun-09 17:08 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
N a v a n e e t h2-Jun-09 17:22
N a v a n e e t h2-Jun-09 17:22 
GeneralRe: Problem when subtracting large double values [VB6.0] Pin
Luc Pattyn2-Jun-09 17:34
sitebuilderLuc Pattyn2-Jun-09 17:34 
Questiontruncate table in sql 2005 by vb,net code Pin
atk88772-Jun-09 12:14
atk88772-Jun-09 12:14 
AnswerRe: truncate table in sql 2005 by vb,net code Pin
Henry Minute2-Jun-09 12:35
Henry Minute2-Jun-09 12:35 
GeneralRe: truncate table in sql 2005 by vb,net code Pin
atk88773-Jun-09 12:06
atk88773-Jun-09 12:06 
GeneralRe: truncate table in sql 2005 by vb,net code Pin
Henry Minute3-Jun-09 12:45
Henry Minute3-Jun-09 12:45 
OK.

Using connection As New SqlConnection(constring5)
Dim command As New SqlCommand(strSQL, SqlConnection1)


this is where I suspect your problem lies.
In the first line you set up connection, then in the second line, instead of using connection you use SqlConnection1. Why? Try replacing SqlConnection1 by connection.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: truncate table in sql 2005 by vb,net code Pin
atk88774-Jun-09 1:32
atk88774-Jun-09 1:32 
QuestionExport Excel Formula Pin
ross16642-Jun-09 5:51
ross16642-Jun-09 5:51 
AnswerRe: Export Excel Formula Pin
Kschuler2-Jun-09 5:59
Kschuler2-Jun-09 5:59 
GeneralRe: Export Excel Formula Pin
ross16642-Jun-09 19:18
ross16642-Jun-09 19:18 

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.