@nazookahamed You need to install that from the website shown in this video! And after that you need to add reference to the 'mysql.data.dll' which will in c:/program files(x86)/MYSQL
This file will only comes up after you install that mysql connnector from the website
Dou you by chance happen to know how to display table fields in text boxes (lets say table Employee, sql server DB), for example displaying Name in txtName, LastName in txtLastName, etc etc????
My database is not enable for remote acces how to set this? i have phpmyadmin i cant reach the config file because it is hosted somewhere else, or how to reach the config file???
i can set 1 ip adress as host so the program WILL work but i want everyone to acces it
dude, can you make a sample video for desktop app saving a Picture to MySQL and then retrieving it from Database to Picturebox? thank you in advance :)
MySqlConnection establishes a connection to the database based on the connection string you provide. MySqlCommand is a command you execute against the database.
@ashjonesnwpb That is usually what scripting languages such as php are for. You can also use a .Net codebehind language such as C# in your ASP.Net page.
Hey sir , please tell me where can I get the host path so I could paste it. >.<
jeffskie11 1 week ago
hundred times thanks for uploading the video
SuperRaman1987 2 weeks ago
Thanks for showing that website to install mysql connector and for adding refrence to that file which comes up after instaling that mysql connector
perrybigrajsmall 3 weeks ago
I download mysql connector but i cant find the mysql.data.dll .. please help. .how can add that to references ??? please help me
therz0n 1 month ago
thanks a lot :)
Elledan3101 1 month ago
Thank you very much for this tutorial mate. You made something very nice to people!
moxistarcraft 2 months ago
How come i cant use (ex.Message) ?
CAPSINGMOTHERFUCKER 2 months ago
This has been flagged as spam show
i couldn't find the reference file on my project folder.....
nazookahamed 2 months ago
i couldn't find the reference file on my project folder.....
nazookahamed 2 months ago
@nazookahamed You need to install that from the website shown in this video! And after that you need to add reference to the 'mysql.data.dll' which will in c:/program files(x86)/MYSQL
This file will only comes up after you install that mysql connnector from the website
perrybigrajsmall 3 weeks ago
How do you view your database? I downloaded the same version following ur URL, and added the reference msql.data.dll
Now I want to create and alter the tables, but where is my database? I can't seem to find it in folder on the C drive
MorRomio 2 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
Dou you by chance happen to know how to display table fields in text boxes (lets say table Employee, sql server DB), for example displaying Name in txtName, LastName in txtLastName, etc etc????
alan10014 3 months ago
dev.mysql.com/downloads/connector/net/
abney317 3 months ago
Thank you great tutorial
Masternecrogeomancer 4 months ago
Comment removed
feitan213 4 months ago
My database is not enable for remote acces how to set this? i have phpmyadmin i cant reach the config file because it is hosted somewhere else, or how to reach the config file???
i can set 1 ip adress as host so the program WILL work but i want everyone to acces it
incredikill 5 months ago
how can I get values from all columns in a row instead of just one?
ffr3ak 5 months ago
thanks!
HTeapot 7 months ago
If you are using localhost then connection string will start like this "Server=localhost;
Use whatever port you want. Database is your database name; Uid is user id(login) password is password. Hope i helped!
MinDControlDx 8 months ago
Where to get the connection string??
goldvicky 8 months ago
i get an error when running the prog..it says "A project with an output type of class Library cannot be started directly" could someone help me?
MultiMothertrucker 8 months ago
I just posted a tutorial on how to link to a local mysql database using Visual Basic and Windows Forms
jkadoodle 8 months ago
can You make a tut like this but in vc++ Please. .
adrianseverus 9 months ago
thanks for all these great videos. i am a student and they helped me a lot
Isualin 9 months ago
Thank you very much for this video. You saved me a lot of time. Subbed.
Textra1 9 months ago
You have to use BizTalk Control Center - BCC biztalkcontrolcenter.codeplex.com
SuperBizTalk 10 months ago
WTF with captions!!!
Sirepicwin 1 year ago
I did as you did.
But my program keeps cant open the connection. it goes to the exception..
xabdullahx 1 year ago
@xabdullahx Fixed it. First letter in User Id (Uid) was capitalized. - Username is case sensitive
xabdullahx 1 year ago
You sound just like me!
oskenso 1 year ago
How did he get the connection string???? Where it will be??
goldvicky 8 months ago
i also include the source code
es696 1 year ago
hey if you want another tutorial that uses forms check mine out
es696 1 year ago
dude, can you make a sample video for desktop app saving a Picture to MySQL and then retrieving it from Database to Picturebox? thank you in advance :)
kennet081804 1 year ago
mmmm how do i update??
anonimato1234 1 year ago
Thanks Alot. Guys im so good for make 5095 - 5165 servers who want make a one sv just write me kiko.aka.greath@live.com
MsTheKryptonian 1 year ago
how can you store the result of your query in a string variable?plz
flutep 1 year ago
@flutep i want to know that too!
TheSneedleWoods 1 year ago
thanks ! clear and simple. just what i needed.
natkin178 1 year ago
Hi,
you tutorial work fine with my oracle connection.
how can I put the value of a textbox in a select?
like: select test from blabla where textbox.text = 'NM5'; or variable = 'NM5'
Thanks
Sebastianrgbg 1 year ago
" ' +textbox.text+' "
Sebastianrgbg 1 year ago
I: have a wamp server, where do I find this DLL?
netaneld122 1 year ago
Thank you very much, this helped me a lot.
998877User 1 year ago
Thanx a lot for the video !
RavanaMad 1 year ago
nice tutorial :)
Hi from Ukraine ;)
Mirgorodo 1 year ago
Comment removed
arielron17 1 year ago
can you please , tell more about MySqlConnection and MySqlCommand, whats the purpose of those commands, just for the begginers. thanks.
r4jk3 1 year ago
@r4jk3
MySqlConnection establishes a connection to the database based on the connection string you provide. MySqlCommand is a command you execute against the database.
QuackWare 1 year ago
i build sites in html, is it possible to have database software to update pictures and text on a html page?
ashjonesnwpb 1 year ago
@ashjonesnwpb That is usually what scripting languages such as php are for. You can also use a .Net codebehind language such as C# in your ASP.Net page.
QuackWare 1 year ago
hi there
i used to coding in php
when i code with php..i need to start mysql server before connecting to it
how did u start it in c#
slier81 1 year ago
Cool thnx alot
very helpful
Gmicrosh 1 year ago