Click here to Skip to main content
15,885,780 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: What is the difference between Return and Exit Sub? Pin
Jay Royall4-Jun-08 23:33
Jay Royall4-Jun-08 23:33 
GeneralRe: What is the difference between Return and Exit Sub? Pin
Guffa5-Jun-08 23:32
Guffa5-Jun-08 23:32 
AnswerRe: What is the difference between Return and Exit Sub? Pin
Kevin Brydon4-Jun-08 23:56
Kevin Brydon4-Jun-08 23:56 
AnswerRe: What is the difference between Return and Exit Sub? Pin
~Khatri Mitesh~5-Jun-08 2:19
~Khatri Mitesh~5-Jun-08 2:19 
AnswerRe: What is the difference between Return and Exit Sub? Pin
supercat95-Jun-08 6:11
supercat95-Jun-08 6:11 
AnswerRe: What is the difference between Return and Exit Sub? Pin
puffdaddy4115-Jun-08 19:30
puffdaddy4115-Jun-08 19:30 
Questionroblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
drexler_kk4-Jun-08 23:08
drexler_kk4-Jun-08 23:08 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
Noctris5-Jun-08 12:24
Noctris5-Jun-08 12:24 
Hi,

Are you sure your connectionstring is correct ?

I use the following one without any issues (VS2005):

Private sConnString As String = String.Format("server={0};port=3306;user id={1};password={2};database={3};pooling=false", _
        My.Settings.dbserver, My.Settings.dbuser, My.Settings.dbpassword, My.Settings.database)
    Private conn As New MySqlConnection(sConnString)
conn.open()

GeneralRe: Problem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
drexler_kk5-Jun-08 15:17
drexler_kk5-Jun-08 15:17 
GeneralRe: Problem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
Noctris10-Jun-08 12:50
Noctris10-Jun-08 12:50 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
SteveNY11-Jun-08 5:37
SteveNY11-Jun-08 5:37 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
SteveNY11-Jun-08 6:56
SteveNY11-Jun-08 6:56 
Questionscalable picture box Pin
iain65944-Jun-08 23:07
iain65944-Jun-08 23:07 
AnswerRe: scalable picture box Pin
JoeSharp4-Jun-08 23:40
JoeSharp4-Jun-08 23:40 
GeneralRe: scalable picture box Pin
iain65945-Jun-08 4:13
iain65945-Jun-08 4:13 
AnswerRe: scalable picture box Pin
Christian Graus5-Jun-08 4:51
protectorChristian Graus5-Jun-08 4:51 
QuestionHow to set default credentials on Vista using .Net ? Pin
Rizwan Bashir4-Jun-08 22:46
Rizwan Bashir4-Jun-08 22:46 
Questioncreate word document with open xml format Pin
zvedu0074-Jun-08 22:21
zvedu0074-Jun-08 22:21 
QuestionPassing Object Arrays as arguments and changing it. Pin
Joakim Nygren4-Jun-08 21:14
Joakim Nygren4-Jun-08 21:14 
AnswerRe: Passing Object Arrays as arguments and changing it. Pin
Johan Hakkesteegt5-Jun-08 3:44
Johan Hakkesteegt5-Jun-08 3:44 
Questionto get reply in child node Pin
Shanmugapriya.G4-Jun-08 20:44
Shanmugapriya.G4-Jun-08 20:44 
AnswerRe: to get reply in child node Pin
Ashfield4-Jun-08 21:12
Ashfield4-Jun-08 21:12 
QuestionOdbc Connection at the run time Pin
r_mohd4-Jun-08 20:43
r_mohd4-Jun-08 20:43 
AnswerRe: Odbc Connection at the run time Pin
Anubhava Dimri5-Jun-08 21:18
Anubhava Dimri5-Jun-08 21:18 
QuestionControl? Pin
RobertSoelner4-Jun-08 20:16
RobertSoelner4-Jun-08 20:16 

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.