i have signatures stored as "bmp" in sql 2000. i can retrieve the signatures (stored in an image field) when i use an odbc as the datasource. the problem is when i try to access the bitmap signatures using a store procedure. i get an error saying that the data type is not "supported". whats the difference between the odbc which works and the stored procedure that does'nt work. are there parameters i need to include in my stored procedure?