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

Visual Basic

 
QuestionHow I do Video Streaming in VB.NET Pin
sam_pune12-Jul-06 23:42
sam_pune12-Jul-06 23:42 
AnswerRe: How I do Video Streaming in VB.NET Pin
Dave Kreskowiak13-Jul-06 4:40
mveDave Kreskowiak13-Jul-06 4:40 
Questionusing VB 6.0 how to reset the timer while excuting the program Pin
Simple programmer12-Jul-06 23:14
Simple programmer12-Jul-06 23:14 
AnswerRe: using VB 6.0 how to reset the timer while excuting the program Pin
Dave Kreskowiak13-Jul-06 4:31
mveDave Kreskowiak13-Jul-06 4:31 
GeneralRe: using VB 6.0 how to reset the timer while excuting the program Pin
Simple programmer13-Jul-06 15:44
Simple programmer13-Jul-06 15:44 
GeneralRe: using VB 6.0 how to reset the timer while excuting the program Pin
Dave Kreskowiak14-Jul-06 0:41
mveDave Kreskowiak14-Jul-06 0:41 
QuestionIn crystal report data are not displayed when passing paramete Pin
subhsam12-Jul-06 23:14
subhsam12-Jul-06 23:14 
Questionconnecting to MySQL Server Pin
70's live!12-Jul-06 22:07
70's live!12-Jul-06 22:07 
hi y'all,
the deal is trying to connect to MySQL server, am usin VB 2005 express. when intsallin the server i used my name as the password. accessed it n created a databse and table. then i coded the following just to test it;

Dim MyConstring As String = "DRIVER ={MySQL ODBC 3.51 Driver};" & _
"SERVER = localhost;" & _
"DATABASE = test;" & _
"UID = root;" & _
"PASSWORD =kumoyo;" & _
"OPTION = 3;"

Dim MyConnection As New Odbc.OdbcConnection(MyConstring)

MyConnection.Open()

MsgBox("database opened", MsgBoxStyle.OkOnly, "the 1 skills")
MyConnection.Close()

i assumed my user id is "root", coz when i type slash s i get see user root@local host.

am gettin an error when tryin 2 open the database. what am i doin wrong or what havent i done? i've already installed the odbc.net driver n all. help a brother out here!!!!!!!
AnswerRe: connecting to MySQL Server Pin
Guffa13-Jul-06 0:59
Guffa13-Jul-06 0:59 
AnswerRe: connecting to MySQL Server Pin
Guffa13-Jul-06 11:50
Guffa13-Jul-06 11:50 
GeneralRe: connecting to MySQL Server Pin
70's live!16-Jul-06 20:40
70's live!16-Jul-06 20:40 
QuestionI need help...pls help.... Pin
LifeIsSad12-Jul-06 22:02
LifeIsSad12-Jul-06 22:02 
AnswerRe: I need help...pls help.... Pin
Dave Kreskowiak13-Jul-06 2:36
mveDave Kreskowiak13-Jul-06 2:36 
AnswerRe: I need help...pls help.... Pin
PlayByTheRules13-Jul-06 2:37
PlayByTheRules13-Jul-06 2:37 
AnswerRe: I need help...pls help.... Pin
Christian Graus13-Jul-06 4:27
protectorChristian Graus13-Jul-06 4:27 
QuestionTreeView Multi-select Pin
jo_eylee12-Jul-06 21:53
jo_eylee12-Jul-06 21:53 
AnswerRe: TreeView Multi-select Pin
Dave Kreskowiak13-Jul-06 2:39
mveDave Kreskowiak13-Jul-06 2:39 
AnswerRe: TreeView Multi-select Pin
Werries18-Jul-06 11:21
Werries18-Jul-06 11:21 
GeneralRe: TreeView Multi-select Pin
jo_eylee18-Jul-06 17:28
jo_eylee18-Jul-06 17:28 
QuestionADVAPI32.lib Pin
vbvic12-Jul-06 20:38
vbvic12-Jul-06 20:38 
AnswerRe: ADVAPI32.lib Pin
Dave Kreskowiak13-Jul-06 2:38
mveDave Kreskowiak13-Jul-06 2:38 
QuestionHow to dynamically create a query in Access database using Vb.net/C# and ADO.Net Pin
Hari Prasad Karnam12-Jul-06 20:33
Hari Prasad Karnam12-Jul-06 20:33 
AnswerRe: How to dynamically create a query in Access database using Vb.net/C# and ADO.Net Pin
George B Gilbert13-Jul-06 15:57
George B Gilbert13-Jul-06 15:57 
Questionhow to upload the webform ?? Pin
areon2512-Jul-06 17:49
areon2512-Jul-06 17:49 
AnswerRe: how to upload the webform ?? Pin
Christian Graus13-Jul-06 4:28
protectorChristian Graus13-Jul-06 4:28 

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.