uncleroydee
Technical User
It's me again.
I'm making progress, baby steps, but this Interdev business is more than I expected.
I'm now trying to execute a stored procedure using the following:
<%SET rs = Server.CreateObject("ADODB.Recordset"
"DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
rs.Open "EXECUTE SP_SURGEDB_SOL_tst_ins '&SNBRAGCY&','&SNBRYR&','&SNBRRFQTYPE&','&SNBRRFQISSUEORDER&'", "DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
%>
I'm getting the error message:
Microsoft VBScript compilation error '800a0400'
Expected statement
/SURGEDB_SP_TEST/insrt_tst/Insrt_step3.asp, line 12
^"DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
I cannot figure out what message is expected.
Thanks in advance and Happy Holiday(s) of your preference
I'm making progress, baby steps, but this Interdev business is more than I expected.
I'm now trying to execute a stored procedure using the following:
<%SET rs = Server.CreateObject("ADODB.Recordset"
"DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
rs.Open "EXECUTE SP_SURGEDB_SOL_tst_ins '&SNBRAGCY&','&SNBRYR&','&SNBRRFQTYPE&','&SNBRRFQISSUEORDER&'", "DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
%>
I'm getting the error message:
Microsoft VBScript compilation error '800a0400'
Expected statement
/SURGEDB_SP_TEST/insrt_tst/Insrt_step3.asp, line 12
^"DSN=SURGEDB_SystemDSN;UID=sa;Password=;"
I cannot figure out what message is expected.
Thanks in advance and Happy Holiday(s) of your preference