Databases and VB.NET tutorial 02 : DataGridView and Databases
Loading...
24,690
Loading...
Uploader Comments (mkaatr)
see all
Video Responses
This video is a response to Databases and VB.NET tutorial 01 - Part 2: Introduction
see all
All Comments (10)
-
Thanks
-
Dear Sir,
WAMP server is PHP5 Apache server + MySQL server. So you just need the MySQL data connectivity driver from .NET and you need to change the connection string to be compatible with mysql db.
yours
-
@ziedbannour this is good.. but can you teach me how to use this using the wamp server. ::) that would be great if you could. thnx allot. :)
-
thanks a lot my friend.
-
this is excellent. thanks much.
-
Thanks!
Loading...
ok i am using microsoft c++ 2010 express and I don't see data sources
downdroid 9 months ago
@downdroid
hi there...
from the menu select Data->Show Data Sources. The data sources window should appear.
yours
mkaatr 8 months ago
hi
I used this code and it goes succefully but the problem is that i want to use a data base located in a server and not on my PC.
Can you help me please
ziedbannour 1 year ago
@ziedbannour
Hi there...
The steps are the same, all you have to do is change the "connection string" which tells your program where to find the database. If you don't know how to do that, you can recreate the connection but when you do, don't select Access driver, instead select the driver that has to do with your server. I can't tell which driver you should use because it depends on the server type.
yours
mkaatr 1 year ago