Hello,

I must modify an application build with MySQL to make it work with other databases.

This application works perfectly but use quotes in all the requests even for numeric columns.

For example:
SELECT * FROM table WHERE id='1'

(where id is declared as INTEGER)

Does Sybase accepts this syntax?