Click here to Skip to main content
16,010,022 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Datagrid Pin
Dave Kreskowiak17-Apr-07 7:22
mveDave Kreskowiak17-Apr-07 7:22 
GeneralRe: Datagrid Pin
Dayekh17-Apr-07 11:12
Dayekh17-Apr-07 11:12 
QuestionHow to show video from DVR Card? Pin
somchoto16-Apr-07 4:05
somchoto16-Apr-07 4:05 
AnswerRe: How to show video from DVR Card? Pin
Dave Kreskowiak16-Apr-07 4:36
mveDave Kreskowiak16-Apr-07 4:36 
Questionvb dot net doubt Pin
shalinikannan16-Apr-07 2:12
shalinikannan16-Apr-07 2:12 
AnswerRe: vb dot net doubt Pin
kubben16-Apr-07 2:18
kubben16-Apr-07 2:18 
AnswerRe: vb dot net doubt Pin
Dave Kreskowiak16-Apr-07 3:31
mveDave Kreskowiak16-Apr-07 3:31 
QuestionConnection Error Pin
reykentj16-Apr-07 1:57
reykentj16-Apr-07 1:57 
Environment: Op Sys 2003 server; Sql Server 2005 with update; Visual Studio; Multiple VB functions and subroutines as stored procedures.This subroutine needs to use a connection string to enable MARS. It does not have the SQL Attributes. They seem to prohibit byref class instantiations being returned.
Dim connectionString As String = _
"server=(local);" & _
"Trusted_Connection=yes;" & _
"database=Frontier_equipment;" & _
"MultipleActiveResultSets=true;"

RecordTypeConnection = New SqlConnection()
RecordTypeConnection.ConnectionString = connectionString
RecordTypeConnection.Open()

Error Numr 5
Error Desc An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server does not allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

rkj
AnswerRe: Connection Error Pin
kubben16-Apr-07 2:21
kubben16-Apr-07 2:21 
GeneralRe: Connection Error Pin
reykentj16-Apr-07 3:26
reykentj16-Apr-07 3:26 
AnswerRe: Connection Error Pin
Dave Kreskowiak16-Apr-07 3:29
mveDave Kreskowiak16-Apr-07 3:29 
GeneralRe: Connection Error Pin
reykentj16-Apr-07 4:13
reykentj16-Apr-07 4:13 
GeneralRe: Connection Error Pin
Dave Kreskowiak16-Apr-07 4:35
mveDave Kreskowiak16-Apr-07 4:35 
GeneralRe: Connection Error Pin
reykentj16-Apr-07 7:30
reykentj16-Apr-07 7:30 
QuestionImport Excel Data Pin
suveenmohan16-Apr-07 0:45
suveenmohan16-Apr-07 0:45 
AnswerRe: Import Excel Data Pin
Dave Kreskowiak16-Apr-07 3:25
mveDave Kreskowiak16-Apr-07 3:25 
QuestionDatagrid as Entry form Pin
nitin_ion16-Apr-07 0:33
nitin_ion16-Apr-07 0:33 
AnswerRe: Datagrid as Entry form Pin
Dave Kreskowiak16-Apr-07 3:21
mveDave Kreskowiak16-Apr-07 3:21 
Question.read a html Pin
gimme_nolede15-Apr-07 23:48
gimme_nolede15-Apr-07 23:48 
AnswerRe: .read a html Pin
Tamimi - Code15-Apr-07 23:55
Tamimi - Code15-Apr-07 23:55 
AnswerRe: .read a html Pin
Dave Kreskowiak16-Apr-07 3:16
mveDave Kreskowiak16-Apr-07 3:16 
GeneralRe: .read a html Pin
gimme_nolede16-Apr-07 7:59
gimme_nolede16-Apr-07 7:59 
GeneralRe: .read a html Pin
Dave Kreskowiak16-Apr-07 12:20
mveDave Kreskowiak16-Apr-07 12:20 
GeneralRe: .read a html Pin
gimme_nolede16-Apr-07 16:20
gimme_nolede16-Apr-07 16:20 
QuestionPACKAGE AND DEPLOYMENT WIZARD Pin
venkata lakshmi prasanna15-Apr-07 22:50
venkata lakshmi prasanna15-Apr-07 22:50 

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.