Click here to Skip to main content
15,887,288 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to do the video on demand on winxp? Pin
Teeyai1-Feb-07 19:16
Teeyai1-Feb-07 19:16 
Questionhow to insert undeletable image in word document Pin
Kumar Arun1-Feb-07 19:14
Kumar Arun1-Feb-07 19:14 
AnswerRe: how to insert undeletable image in word document Pin
Christian Graus1-Feb-07 19:42
protectorChristian Graus1-Feb-07 19:42 
GeneralRe: how to insert undeletable image in word document Pin
Kumar Arun1-Feb-07 23:08
Kumar Arun1-Feb-07 23:08 
QuestionFind Version of a program (excel) installed Pin
dpagka1-Feb-07 19:09
dpagka1-Feb-07 19:09 
AnswerRe: Find Version of a program (excel) installed Pin
nobel@tele.gl1-Feb-07 22:12
nobel@tele.gl1-Feb-07 22:12 
AnswerRe: Find Version of a program (excel) installed Pin
vishal dhir2-Feb-07 9:06
vishal dhir2-Feb-07 9:06 
QuestionVB.Net ConnectionString Problem Pin
somagunasekaran1-Feb-07 17:44
somagunasekaran1-Feb-07 17:44 
Iam Sorry , vry simple Problem
I got this Error in ConnectionString..So pls Help me ..
I want to take the Database TablesName
The ConnectionString property has not been initialized.




Dim con As New SqlConnection
Dim cmd As New SqlCommand
Dim dr As SqlDataReader


Try
constr = "Initial Catalog=Pubs;User ID=sa;Password=sa;Data Source=.;"
con.Open()
cmd = New SqlCommand("select * from tablename", con)

dr = cmd.ExecuteReader()

While (dr.Read())
TextBox1.Text = (dr(0))

End While
Catch ex As Exception
MsgBox(ex.Message)
End Try
con.close



Thanking you
Somasundaram G
AnswerRe: VB.Net ConnectionString Problem Pin
Christian Graus1-Feb-07 18:15
protectorChristian Graus1-Feb-07 18:15 
GeneralRe: VB.Net ConnectionString Problem Pin
somagunasekaran1-Feb-07 18:35
somagunasekaran1-Feb-07 18:35 
GeneralRe: VB.Net ConnectionString Problem Pin
Christian Graus1-Feb-07 18:50
protectorChristian Graus1-Feb-07 18:50 
GeneralRe: VB.Net ConnectionString Problem - OT Pin
shreekar1-Feb-07 23:55
shreekar1-Feb-07 23:55 
QuestionGetting Values of runtime created textbox in gridview column... Pin
TC281-Feb-07 17:15
TC281-Feb-07 17:15 
QuestionExtracting Data From Excel File Into Visual Basic Application Pin
Member 37862451-Feb-07 10:02
Member 37862451-Feb-07 10:02 
AnswerRe: Extracting Data From Excel File Into Visual Basic Application Pin
Christian Graus1-Feb-07 10:58
protectorChristian Graus1-Feb-07 10:58 
QuestionVB to ASP Pin
Keith Jenkins1-Feb-07 9:15
Keith Jenkins1-Feb-07 9:15 
AnswerRe: VB to ASP Pin
Christian Graus1-Feb-07 9:20
protectorChristian Graus1-Feb-07 9:20 
GeneralRe: VB to ASP Pin
Keith Jenkins1-Feb-07 11:48
Keith Jenkins1-Feb-07 11:48 
GeneralRe: VB to ASP Pin
Christian Graus1-Feb-07 12:54
protectorChristian Graus1-Feb-07 12:54 
AnswerRe: VB to ASP Pin
Kevin McFarlane1-Feb-07 10:20
Kevin McFarlane1-Feb-07 10:20 
QuestionGraphs using GraphicsServer Pin
john_paul1-Feb-07 7:59
john_paul1-Feb-07 7:59 
AnswerRe: Graphs using GraphicsServer [modified] Pin
xstoneheartx1-Feb-07 13:38
xstoneheartx1-Feb-07 13:38 
GeneralRe: Graphs using GraphicsServer Pin
john_paul2-Feb-07 4:57
john_paul2-Feb-07 4:57 
Questionproject guidance.... Pin
raghu nasty1-Feb-07 6:40
raghu nasty1-Feb-07 6:40 
AnswerRe: project guidance.... Pin
Christian Graus1-Feb-07 9:20
protectorChristian Graus1-Feb-07 9:20 

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.