Can we convert bulk insert query to parameterized query #1571
Answered
by
sidorares
muralishetty2558
asked this question in
Q&A
-
Can you help me convert this to Parameterized query ? |
Beta Was this translation helpful? Give feedback.
Answered by
sidorares
May 9, 2022
Replies: 1 comment 5 replies
-
not sure what you mean, |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
muralishetty2558
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not sure what you mean,
.execute()
automatically prepares a statement for you and then executes it.Do you want to prepare it manually and execute some time later?