Value in PM is missing

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top