You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyodbc
Is there an easy way to enable named parameters? I know that the
parameter style is qmark, but so is that of SQLITE and they accept
named parameters of the style :paramName.
Thanks.
mkleehammer
unread,
Apr 11, 2009, 10:17:12 AM4/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyodbc
> Is there an easy way to enable named parameters?
No - ODBC uses qmark and there is no way to natively bind parameters
by name in ODBC.