Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Insert or Save file into SQL Server Database Table with C# Examplesand VB.Net Examples

Reply
Thread Tools

Insert or Save file into SQL Server Database Table with C# Examplesand VB.Net Examples

 
 
jayeshsorathia@gmail.com
Guest
Posts: n/a
 
      08-28-2012
There is a need in application to upload a file and store into SQL Server Database table.
You can do this very simple way.
File is stored in sql server as binary data. You need to set "varbinary" data type of the column in which you want to store file. You need to take "varbinary(MAX)" data type.

Click here to view C# Examples and VB.net Examples on this. Click Here... http://jayeshsorathia.blogspot.com/2...ase-table.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.Net Tips , C# Tips : Get Operating System name and version detailsof server with C# Examples and VB.Net Examples jayeshsorathia@gmail.com ASP .Net 0 08-01-2012 10:59 AM
.Net Tips, C# Tips : Get IP Address from host name with C# Examplesand VB.Net Examples jayeshsorathia@gmail.com ASP .Net 0 07-31-2012 07:25 AM
INSERT DATA OF MY DATATABLE INTO TABLE OF A SQL DATABASE Rod ASP .Net 0 10-27-2006 11:41 AM
How can I save a DateTime from my C# program into a SQL Server (datetime) database column. Steve Kershaw ASP .Net 5 08-29-2006 02:10 AM
Tools to extract data from SQL database and convert it into XML & insert XML data into SQL databases Harry Zoroc XML 1 07-12-2004 10:10 PM



Advertisments