J
jija
Hello.. I´m trying to get a value from a column that has
the datatype PM (swedish) , I think it´s called BLOB, but
the Value is missing.
i can do like this to get the Value:
recordsetname("columnName").Value
BUT I want to this dynamicly.... like this:
recordsetname(index).Value
When I do this.... the Value is missing....
I have tried this too:
recordsetname(recordsetname(index).Name).Value
But it doesn´t work either.
(It works in VB but not in ASP using VB-Script)
Please help!
/jija
the datatype PM (swedish) , I think it´s called BLOB, but
the Value is missing.
i can do like this to get the Value:
recordsetname("columnName").Value
BUT I want to this dynamicly.... like this:
recordsetname(index).Value
When I do this.... the Value is missing....
I have tried this too:
recordsetname(recordsetname(index).Name).Value
But it doesn´t work either.
(It works in VB but not in ASP using VB-Script)
Please help!
/jija