S
Steven K
Hello,
I am trying to convert an ASP application to ASP .Net. The first issue I
have come across is declaring the variables for my connection to SQL Sever
2K stored procedures:
Dim strParm00 As String
Dim spSearch
Dim con_search
Dim adcmdStoredProc
Set spSearch = con_search.Execute("sp_web_Search " & strParm00,
adcmdStoredProc)
I would appreciate any help with declaring these variables. Also, are there
any resources on the web that can help with this?
I am trying to convert an ASP application to ASP .Net. The first issue I
have come across is declaring the variables for my connection to SQL Sever
2K stored procedures:
Dim strParm00 As String
Dim spSearch
Dim con_search
Dim adcmdStoredProc
Set spSearch = con_search.Execute("sp_web_Search " & strParm00,
adcmdStoredProc)
I would appreciate any help with declaring these variables. Also, are there
any resources on the web that can help with this?