A
AJ
Hi all,
I am trying to execute the following code:
'create recordset object
SET recData = Server.CreateObject("ADODB.recordset")
'open recordset
recData.Open "exec GetExhibitorsSearchByName 20,38916,38916,'do'", DataConn,
3, 3
20 = First Param (EventID)
38916 = Second Param (Start Date Int)
38916 = Third Param (End Date Int)
'do' = Fourth Parameter ('Search Criteria')
When executed from ASP this code does not return any info.
However, when i execute the query within access, with the same parameters, i
get the desire results.
Anyone have any thoughts on what i am doing wrong?
Cheers,
Adam
I am trying to execute the following code:
'create recordset object
SET recData = Server.CreateObject("ADODB.recordset")
'open recordset
recData.Open "exec GetExhibitorsSearchByName 20,38916,38916,'do'", DataConn,
3, 3
20 = First Param (EventID)
38916 = Second Param (Start Date Int)
38916 = Third Param (End Date Int)
'do' = Fourth Parameter ('Search Criteria')
When executed from ASP this code does not return any info.
However, when i execute the query within access, with the same parameters, i
get the desire results.
Anyone have any thoughts on what i am doing wrong?
Cheers,
Adam