R
Rich
I'm trying to update a sql DB using the syntax below and I'm having no
luck.
myView.CommandText = "Exec usp_ins_EFTRecord " & SourceProgramID
The "Exec" works fine in query analyzer, and tests OK in enterprise,
but my code doesn't recognize it. In fact, I can substitute gibberish
for the Exec, and it blows past the command.
Thoughts?
luck.
myView.CommandText = "Exec usp_ins_EFTRecord " & SourceProgramID
The "Exec" works fine in query analyzer, and tests OK in enterprise,
but my code doesn't recognize it. In fact, I can substitute gibberish
for the Exec, and it blows past the command.
Thoughts?