From: Oleg M. <o_m...@ma...> - 2014-10-14 19:30:45
|
Hi All. I tried to migrate my project from (OLEDB) IBProvider to ODBC, but got a unresolvable problem: named parameters. Many sources says "In ODBC, named parameters are used only in calls to stored procedures and cannot be used in other SQL statements." http://msdn.microsoft.com/en-us/library/ms715435%28v=vs.85%29.aspx as example May be it possible as undocumented feature, optionaly allowed? |