Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Hide and unhide web objects Pin
Code_Doctor16-Apr-07 16:38
Code_Doctor16-Apr-07 16:38 
QuestionHow to VB.NET Connect DVR Card? Pin
somchoto13-Apr-07 21:11
somchoto13-Apr-07 21:11 
AnswerRe: How to VB.NET Connect DVR Card? Pin
Christian Graus13-Apr-07 21:25
protectorChristian Graus13-Apr-07 21:25 
GeneralRe: How to VB.NET Connect DVR Card? Pin
somchoto15-Apr-07 20:48
somchoto15-Apr-07 20:48 
Questionhelp need in stored procedure............. Pin
Member 387988113-Apr-07 18:39
Member 387988113-Apr-07 18:39 
AnswerRe: help need in stored procedure............. Pin
Christian Graus13-Apr-07 20:03
protectorChristian Graus13-Apr-07 20:03 
GeneralRe: help need in stored procedure............. Pin
Member 387988117-Apr-07 23:44
Member 387988117-Apr-07 23:44 
QuestionHow do I make multiple sqlDataReaders work Pin
reykentj13-Apr-07 17:54
reykentj13-Apr-07 17:54 
Stored VB.Net procedures consisting of many subroutines and a few functions
working with one SQL Server 2005 datbase. The problem is as follows:
Sub A receives a table name, a query name, and a directory path name.Using
Dim RecordTypeSet As SqlDataReader
Dim RecordTypeConnection As New SqlConnection
Dim RecordTypeCommand As New SqlCommand I open a reader
from the sql located at directory path name & query name
and While RecordTypeSet.Read()
I create a record which I want to store in the table name provided.
In order to do this I call a SUB B with the record and the Table name.
Sub B builds an insert query and using
Dim SummaryConnection As SqlConnection
Dim SummaryCommand As SqlCommand
Dim SummaryReader As SqlDataReader

SummaryConnection = New SqlConnection("context connection = true")
SummaryConnection.Open()
SummaryCommand = New SqlCommand(sql, SummaryConnection)
SummaryReader = SummaryCommand.ExecuteReader()
errors out on SummaryConnection.Open()
end sub B
wend

rkj
AnswerRe: How do I make multiple sqlDataReaders work Pin
Dave Kreskowiak14-Apr-07 3:19
mveDave Kreskowiak14-Apr-07 3:19 
GeneralRe: How do I make multiple sqlDataReaders work Pin
reykentj14-Apr-07 4:15
reykentj14-Apr-07 4:15 
GeneralRe: How do I make multiple sqlDataReaders work Pin
Dave Kreskowiak14-Apr-07 6:26
mveDave Kreskowiak14-Apr-07 6:26 
GeneralRe: How do I make multiple sqlDataReaders work Pin
reykentj14-Apr-07 8:36
reykentj14-Apr-07 8:36 
GeneralRe: How do I make multiple sqlDataReaders work Pin
Colin Angus Mackay14-Apr-07 10:41
Colin Angus Mackay14-Apr-07 10:41 
GeneralRe: How do I make multiple sqlDataReaders work [modified] Pin
reykentj14-Apr-07 12:29
reykentj14-Apr-07 12:29 
QuestionUser controls and Typed dataset Pin
steve_rm13-Apr-07 9:36
steve_rm13-Apr-07 9:36 
QuestionHow to get all objects or controls in a form? Pin
Kilua1113-Apr-07 7:18
Kilua1113-Apr-07 7:18 
AnswerRe: How to get all objects or controls in a form? Pin
Dave Kreskowiak13-Apr-07 7:47
mveDave Kreskowiak13-Apr-07 7:47 
QuestionCreating password protected Zip file Pin
yalandunya13-Apr-07 5:42
yalandunya13-Apr-07 5:42 
AnswerRe: Creating password protected Zip file Pin
Sathesh Sakthivel13-Apr-07 7:43
Sathesh Sakthivel13-Apr-07 7:43 
GeneralRe: Creating password protected Zip file Pin
Dave Kreskowiak13-Apr-07 7:49
mveDave Kreskowiak13-Apr-07 7:49 
AnswerRe: Creating password protected Zip file Pin
Dave Kreskowiak13-Apr-07 7:48
mveDave Kreskowiak13-Apr-07 7:48 
QuestionVery Urgent Pin
Devkranth Kishore Vanja13-Apr-07 2:00
Devkranth Kishore Vanja13-Apr-07 2:00 
AnswerRe: Very Urgent Pin
Dave Kreskowiak13-Apr-07 3:12
mveDave Kreskowiak13-Apr-07 3:12 
AnswerRe: Very Urgent Pin
Thomas Stockwell14-Apr-07 6:53
professionalThomas Stockwell14-Apr-07 6:53 
QuestionHow to Resize Paper in Crystal Report? Pin
thanhtc24913-Apr-07 1:31
thanhtc24913-Apr-07 1: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.