I have a program that was created using Gupta Team Builder. We are using SQL Server 2000. They are storing some text fields in as Binary data. The printed Data Dictionary says that this filed called BITS is of LONGVAR type DESCRIPTION Binary Data. I can look at the properties of the table in SQL Server and it shows that fields as image with a size of 16. There is also a field called BITS_LENGTH which is an Integer. When I look at the BITS_LENGTH field it has varying numbers. I need to be able to extract the data back into text in order to use it in an Access Database. This company has an Access Database that is creating reports external from system. Or I can create a VB.NET Report program if necessary. There is a stored procedure on the system that puts the text into the table apparently storing it as binary. I have no clue about this procedure other than to determine that is what is happening. We asked the developers of this program to help..we pay a hugh support contract..they tell us to buy the data dictionary which we did. Doesn't help. Any help will be great!