MySQL Forums
Forum List  »  Stored Procedures

Access DB & MySql syntax question
Posted by: Avi D
Date: November 08, 2005 11:38AM

I am writing in C# using MySql.
Finaly i have managed to work out on the ODBC Connection and its working great.

There are some data from Microsoft Access that i need to read
through the C# code.

The syntax for Access DB is as following:
"SELECT Top 10 [ProductName] As Product,[UnitPrice] As Price FROM Products order by UnitPrice desc"

Could someone help me with the equivallent in MySql as reagarding to
this statement?

Options: ReplyQuote


Subject
Views
Written By
Posted
Access DB & MySql syntax question
2349
November 08, 2005 11:38AM
1523
November 08, 2005 01:56PM
1246
November 09, 2005 12:10AM
1556
November 09, 2005 02:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.