Ask a Question related to ASP Database, Design and Development.
-
Alessandro Ghidini #1
Asp custom function
Sorry for m possible silly question.
I have created a recordset in an asp page. I want to write
a function that accepts that recordset as a parameter..
Is it possible?
Alessandro Ghidini Guest
-
Canon Custom Function 04
Two Questions regarding Canon DSLRs (in particular the 20D): a) Is it necessary to set the Custom Function 04 to 1 (AE Lock / AF) in order to... -
pass variable to custom function not working MX
I have an app that I built in Flash 5 that I want to output in Flash MX (not 2004, though) but part of my code, which works fine as Flash 5 swf,... -
How to add postback function in Custom Server Controls
In the procedure CreateChildControls I add several controls like check and textboxes, button link and so on. How can I get the postback respons on... -
HELP: Custom DataReader Function - Tricky issue
I have a function that returns a datareader. The problem is that in the function's FINALLY I close the datareader and set it to nothing. But,... -
Custom replacement function
Hi. I am trying to create a custom replace function for my applications. I have a table with two columns where I store some words and their... -
Alessandro Ghidini #2
Re: Asp custom function
I want ro reurn the value of a column but the column name
depends on another variable.
It's only an if, but i have to repeat it a lot of times.
disconnected recordset, I>-----Original Message-----
>If you leave your ado connection open or use aI most likely>would say yes. What do you want to do in the function?an array.>wouldn't pass a recordset if I didn't have to. I'd passwrite>
>Ray at work
>
>"Alessandro Ghidini" <ghido@email.it> wrote in message
>news:0a8201c3448e$dde0ae00$a101280a@phx.gbl...>> Sorry for m possible silly question.
>> I have created a recordset in an asp page. I want to>>> a function that accepts that recordset as a parameter..
>> Is it possible?
>
>.
>Alessandro Ghidini Guest
-
Ray at #3
Re: Asp custom function
How will the function know the name of the column, and can you use the
column index in your recordset instead and avoid this? Like, instead of
rs.fields(variableWithColumnName).value, do rs.fields(2).value.
Ray at work
"Alessandro Ghidini" <ghido@email.it> wrote in message
news:06a501c34491$b2919d60$a001280a@phx.gbl...> I want ro reurn the value of a column but the column name
> depends on another variable.
> It's only an if, but i have to repeat it a lot of times.
>> disconnected recordset, I> >-----Original Message-----
> >If you leave your ado connection open or use a> I most likely> >would say yes. What do you want to do in the function?> an array.> >wouldn't pass a recordset if I didn't have to. I'd pass> write> >
> >Ray at work
> >
> >"Alessandro Ghidini" <ghido@email.it> wrote in message
> >news:0a8201c3448e$dde0ae00$a101280a@phx.gbl...> >> Sorry for m possible silly question.
> >> I have created a recordset in an asp page. I want to> >> >> a function that accepts that recordset as a parameter..
> >> Is it possible?
> >
> >.
> >
Ray at Guest



Reply With Quote

