Hi All
As always any help gratefully received.
I would like some advice calling a stored proc from a vbScript
I have tried several methods
cnIfmx.BeginTrans
Set cmd.ActiveConnection = cnIfmx
cmd.CommandType() = 4
cmd.CommandText = "CALL sp_myProc (?,?,?,?,?,?,?,?,?,?)"
cmd.Execute
and also...