G
Guest
Hi;
When I create an IDbCommand.CommandText select string, all of the examples
show using @name for SqlServer substitution and :name for Oracle substitution.
I don't know Oracle well so I may be doing something wrong. But it appears
that you must use the required character in each case. Is this true? If so,
it makes select statements totally non-portable in .NET
When I create an IDbCommand.CommandText select string, all of the examples
show using @name for SqlServer substitution and :name for Oracle substitution.
I don't know Oracle well so I may be doing something wrong. But it appears
that you must use the required character in each case. Is this true? If so,
it makes select statements totally non-portable in .NET