Subject | Re: [firebird-support] Re: named parameter always replaced by '?' |
---|---|
Author | Martijn Tonies |
Post date | 2004-11-26T09:20:54Z |
Hello Robert,
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
> I tried using upscene latest dbexpress trial driver, I got theIs this in a CREATE PROCEDURE statement, or a normal SELECT
> following changes:
>
> ------
>
> WHERE SERIES_NO = ? /* PRM_0 */ AND PARTY_NO_START = ? /* PRM_1 */
>
> ------
>
> Any clue to remove the '?' replacement?
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