I am trying to access a MySQL 5 database I have created on my machine with a C# program. I am running MySQL 5.0 (the freeware version) on my computer. I am doing this using C# in Visual Studio 2008...
http://www.experts-exchange.com/Database/MySQL/Q_23043245.html
Hello!
I just forget whats the syntax to insert into a database where a columnrow = querystring(BannedID)
I was thinking about
Dim id as string = Request.Querystring(BannedID).ToString
and t...
http://www.experts-exchange.com/Database/MySQL/Q_23184643.html
Hi esperts.
I am migratin an application developed on VS express 2005 with a MySql database.
When trying to compile the app in the new computer I get the following error:
An error occurred cre...
http://www.experts-exchange.com/Database/MySQL/Q_23478269.html
I have a windows application project using VC++.Net and I am using MySQL database.
on my application I include database backup and restore features. The only way I can backup my database is thr...
http://www.experts-exchange.com/Database/MySQL/Q_23856913.html
Hi guys,
I'm trying to access a remote mysql server using ODBC called by a visual basic (visual studio 2005) program.
I have a user ('ddddd') and a db set up on the server, and can access it fi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24103365.htm...
I have the following code listed below. In the code I'm simply trying to insert a row into table message. When I step through in debug, all @ fields have values; however, when the result = myCmd...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24123886.html
I want to make a program back up and restore a mysql database on its own. I can't use mysqldump or any other external file. I have the MySQL connecter/net installed, and have used to to connect and...
http://www.experts-exchange.com/Database/MySQL/Q_24838653.html
We have a system consisting of two PC's
client 1 multi user
|__|
\ |__| ..one user..............|__|
/winserver Mysql
|__|
cli...
http://www.experts-exchange.com/Database/MySQL/Q_23143739.html
Hi Experts,
I'm working on a new database which contains a few foreign key relationships. one particular relationship has a parent table with an auto-increment primary key which is used as the f...
http://www.experts-exchange.com/Database/MySQL/Q_23474650.html
I recently installed the MySQL connector version 5.2.3 into Visual Studio 2008. Now when I load VS and attempt to use the server explorer to connect to a database I get
An unexpected error occ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24072604.html