Ado Retun Var From SP
I'm having a problem with an ado->sp-> return var to asp script code runs fine in query anayizer, but no output is returned to the asp page. Anyone see it?
View RepliesI'm having a problem with an ado->sp-> return var to asp script code runs fine in query anayizer, but no output is returned to the asp page. Anyone see it?
View RepliesI have a query in ASP that does a select * from table
It doesnt retun all columns!
When i use objRS("columnname") I get blank. This only effects some colums and I fix it by using
select *,missingcolumn1,missingcolumn2 from table