[cx-oracle-users] Paramstyle (RE: cx_Oracle 4.1)
Brought to you by:
atuining
From: Luiz C. G. <lui...@gm...> - 2005-10-19 11:50:43
|
Hi All, From http://sourceforge.net/mailarchive/message.php?msg_id=3D10645555 : " 13) Added support for binding by position (paramstyle =3D "numeric")." I want to choose what paramstyle to use in my code. There is one reason for this: I want to write such a code that can be used with diferent db modules (like kinterbasdb, mssql, whatever) without modifiyng it. The kinterbasdb module simply doesn't support other paramstyle than qmark, then I have to use the same paramstyle on cx_oracle and other possible modules. How can I choose what paramstyle to use with cx_oracle? If I can't, how can I solve this problem, using the same code to other databases ? (for now, I consider only Firebird) Thanks, and sorry for my bad english |