i am developing a form where i am collecting personal information such as name, address and signature of the person as a bmp file........ i am saving the data in the SQL Server 2005
i am building a SQL query to insert the record.......
the prob that i m facing is that i cannot concatenate the image type with the SQL string that i m building
the insert works fine if i dont try to insert the image
the image is saved in a column of datatype "IMAGE"
plz help
thanks,
Manu
i am building a SQL query to insert the record.......
the prob that i m facing is that i cannot concatenate the image type with the SQL string that i m building
the insert works fine if i dont try to insert the image
the image is saved in a column of datatype "IMAGE"
plz help
thanks,
Manu