Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Insert or Save file into SQL Server Database Table with C# Examplesand VB.Net Examples (http://www.velocityreviews.com/forums/t951478-insert-or-save-file-into-sql-server-database-table-with-c-examplesand-vb-net-examples.html)

jayeshsorathia@gmail.com 08-28-2012 07:53 AM

Insert or Save file into SQL Server Database Table with C# Examplesand VB.Net Examples
 
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


All times are GMT. The time now is 02:41 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57