Forum: MySQL Apr 30th, 2009 |
| Replies: 0 Views: 311 In a application for online test, the rank list is computed as follows-
select * from test order by marks DESC
How can we make sure that the first record gets rank1, second rank2 and so on... I... |
Forum: MySQL Aug 15th, 2008 |
| Replies: 1 Views: 1,409 Hi all!
I am trying to connect to a remote MySQL database in a VB.NET application. This database is located on my LAN at the address 192.168.1.2. I am using MySQL Connector/ODBC 3.51 (MyODBC 3.51)... |
Forum: MySQL Jul 6th, 2008 |
| Replies: 1 Views: 1,161 In most of my VB.NET applications, I connect to MySQL databases using the MySQL ODBC Driver.
Recently, I got to know about the MySQL Connector (again provided by MySQL).
Which one is better in... |
Forum: MySQL Jun 28th, 2008 |
| Replies: 4 Views: 6,350 Hi tesu!
I have (somehow) managed to see the mysql database! |
Forum: MySQL Jun 27th, 2008 |
| Replies: 4 Views: 6,350 Thanks a lot.
Didn't see the 'mysql' database. |
Forum: MySQL Jun 27th, 2008 |
| Replies: 4 Views: 6,350 I need to check if a databse user exists and if not, create that user.
However, I do not know the statement to check if a user already exits.
How to check if a user already exists in MySQL? |