I have a SQL table with a varbinary column. I need a user on my webform to be able to click a button that inserts an image
into the database. If I know the path of the database, how would the SQL statement look?
Thanks
ASP.NETVisual Basic.NETMicrosoft SQL Server
Last Comment
Murray Brown
8/22/2022 - Mon
Pawan Kumar
Pls try .. This code will read the data from the table and save the jpg file @ E drive with name Pawan.jpg.
4 part name [PAWAN452801].[ABCInvestment].data.CreditReport ----- ServerName.DatabaseaName.Schema.TableName
4 part name [PAWAN452801].[ABCInvestme
Open in new window