All Tags »
Mysql parameters
Sorry, but there are no more tags available to filter with.
-
Hi,
Configuration:EntitySpaces Version # 2007.0.0328.0MyGeneration Version # 1.2.0.2MySQL Version 5.0.37MySQL Library: 5.0.3.0
when using parameters with MySQL, is the following syntax the right one:
Code:String sql = ''SELECT order_id FROM orders WHERE order_date BETWEEN '@start' and '@stop''';
esParameters esParams = new ...