Subject Re: [firebird-support] Re: named parameter always replaced by '?'
Author Martijn Tonies
Hello Robert,

> I tried using upscene latest dbexpress trial driver, I got the
> following changes:
>
> ------
>
> WHERE SERIES_NO = ? /* PRM_0 */ AND PARTY_NO_START = ? /* PRM_1 */
>
> ------
>
> Any clue to remove the '?' replacement?

Is this in a CREATE PROCEDURE statement, or a normal SELECT
with parameters?

In a normal select, you can't get rid of those replacements -> Firebird
doesn't support named parameters.

However, when executing DDL, it should simply pass the command to
Firebird.

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com