Posted by a ceTe Software moderator
Hello,
Can you try casting the value coming from the database to string and see if that helps?
objPage.AddTextArea(CType(rs("Column_type_LONG"), String), 0, 0, 504, 10, Left, Arial, 8)
If the above does not help, can you check the Type of data that is being returned by rs("Column_type_LONG"). You can do this using the GetType() method.
Thanks,
ceTe Software Support Team