sql server - save the image to SQL 2005 using visual studio 2005 -


How to save an image data type in a table using SQL Server 2005, whose view is in Studio 2005.thanks

ntext, text, and image data type to MicrosoftSQL The future version will be deleted in the server. Avoid using these data types in new development work and plan to modify those applications that currently use them ...

Try it:

  Create your table ID, include your Image Verbanner (Max), Add YourTable (ID, Your Image) 10, Bulk Column for Opporoset (Bulk 'C: Your Image. JPG', Single_ Blob) Image  

Comments