G
Guest
All
If I have a SQL statmenet as illistarted below what is the best way to
append parameters to the command.
Dim sql As Text.StringBuilder
sql.Append("INSERT Table ")
sql.Append("(col1, col2) ")
sql.Append("?, ?")
Thanks
If I have a SQL statmenet as illistarted below what is the best way to
append parameters to the command.
Dim sql As Text.StringBuilder
sql.Append("INSERT Table ")
sql.Append("(col1, col2) ")
sql.Append("?, ?")
Thanks