J
Jerry
When someone says "You don't know what you are doing if you use embedded SQL
statements" what is the full implication of what is being said here? I
understand that if you have an application based on an SQL 2000 server it is
faster an more efficient to use stored procedures.
However, if there is no SQL server and the application is based on OLEDB
objects such as an Access database, what are the alternatives to embedding
an SQL statement in a command string? Are we talking about using
parameterized command objects? Is there some other type of SQL statement
that can be used with an OLEDB object?
statements" what is the full implication of what is being said here? I
understand that if you have an application based on an SQL 2000 server it is
faster an more efficient to use stored procedures.
However, if there is no SQL server and the application is based on OLEDB
objects such as an Access database, what are the alternatives to embedding
an SQL statement in a command string? Are we talking about using
parameterized command objects? Is there some other type of SQL statement
that can be used with an OLEDB object?