How to Connect to MySQL with Visual Basic .Net?
Loading...
18,350
Loading...
Uploader Comments (SridharanTiru)
see all
All Comments (10)
-
@mirwais69 Or else get the code and find a converter on the internet they are really easy to find
-
ok... does it matter if you have a C# application or VB... i am thinking that connection to the visual studio, should be the same for VB or C#. I am kind of lost with this code and creating of the preferrences etc.... How can you help me connect my SQL database using C#....?
Loading...
Good Example, I tried running this but get Object reference not set to an instance of an object. referring to myForm1.lblStatus.BackColor = Color.Red, Any ideas how to fix this?
Cowboyz209 3 months ago
This is imminent when the class object been created without the key word "new". Or another probable cause of this is improper definition inside the constructor. If these two does not work, then try the same code starting a new project.
SridharanTiru 3 months ago
Too much work to put links in description? Its pretty annoying to copy them from video... Otherwise nice video I try to get it working!
gmodzero 9 months ago
Link has been provided in the video to download the source code. No need to copy. Thanks.
SridharanTiru 4 months ago
Try as a 'localhost' instead of using ip address that will help test the connectivity problem. If you are trying to connect remotely firewall exemption should be added to the particular port. Hope this helps.
SridharanTiru 1 year ago