Does SmartObject generate parameter binding for direct SQL execution to SQL Server?
If 100 different IDs are used is 1 query plan created or 100?
cmd.CommandText = "Select xmlname, xmlvalue FROM Process_XML.List WHERE ProcessInstanceID = ?"
Does SmartObject generate parameter binding for direct SQL execution to SQL Server?
If 100 different IDs are used is 1 query plan created or 100?
cmd.CommandText = "Select xmlname, xmlvalue FROM Process_XML.List WHERE ProcessInstanceID = ?"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.