Hi
I have a object variable in my DALC which could contain a string, int, class, image or any other datatype.
What I need to do is store this object in SQL Server. I am using an Image data type in SQL Server to store this data but have no idea how to convert my object into a format that can be sent into my stored procedure which expects an Image data type.
Can anyone tell me how to do this.
TIA
Smeat
I have a object variable in my DALC which could contain a string, int, class, image or any other datatype.
What I need to do is store this object in SQL Server. I am using an Image data type in SQL Server to store this data but have no idea how to convert my object into a format that can be sent into my stored procedure which expects an Image data type.
Can anyone tell me how to do this.
TIA
Smeat