Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Crystal report Pin
_Damian S_23-Jul-08 14:47
professional_Damian S_23-Jul-08 14:47 
AnswerRe: Crystal report Pin
Rupesh Kumar Swami24-Jul-08 0:17
Rupesh Kumar Swami24-Jul-08 0:17 
GeneralRe: Crystal report Pin
Ahamed Azeem25-Jul-08 22:56
Ahamed Azeem25-Jul-08 22:56 
QuestionThumb Print Pin
structures8323-Jul-08 1:53
structures8323-Jul-08 1:53 
AnswerRe: Thumb Print Pin
jzonthemtn23-Jul-08 5:21
jzonthemtn23-Jul-08 5:21 
QuestionSaving Images Pin
structures8323-Jul-08 1:49
structures8323-Jul-08 1:49 
AnswerRe: Saving Images Pin
Ahamed Azeem23-Jul-08 2:11
Ahamed Azeem23-Jul-08 2:11 
AnswerRe: Saving Images Pin
John Ad23-Jul-08 2:14
John Ad23-Jul-08 2:14 
Hi,

Here is the procedure for saving the image to the DataBase using SQL Server:

1. Get the content length of the image that is to be uploaded
2. Create a byte[] to store the image
3. Read the input stream of the posted file
4. Create a connection object
5. Open the connection object
6. Create a command object
7. Add parameters to the command object
8. Execute the sql command using the ExecuteNonQuery method of the command object
9. Close the connection object.


You may refer to this[^] article for more information on this.

Hope this helps.

Vinay
ComponentOne LLC.
www.componentone.com

GeneralGantt chart control needed Pin
Iman Attarzadeh23-Jul-08 0:33
Iman Attarzadeh23-Jul-08 0:33 
GeneralRe: Gantt chart control needed Pin
jzonthemtn23-Jul-08 1:27
jzonthemtn23-Jul-08 1:27 
QuestionNot actually a programming question, more a general info requirement Pin
Dalek Dave23-Jul-08 0:29
professionalDalek Dave23-Jul-08 0:29 
AnswerRe: Not actually a programming question, more a general info requirement Pin
ChandraRam23-Jul-08 2:58
ChandraRam23-Jul-08 2:58 
QuestionA VB Service Pin
Stephen Lintott22-Jul-08 23:24
Stephen Lintott22-Jul-08 23:24 
AnswerRe: A VB Service Pin
Dalek Dave23-Jul-08 0:32
professionalDalek Dave23-Jul-08 0:32 
GeneralRe: A VB Service Pin
Stephen Lintott23-Jul-08 1:11
Stephen Lintott23-Jul-08 1:11 
GeneralRe: A VB Service Pin
Dalek Dave23-Jul-08 1:39
professionalDalek Dave23-Jul-08 1:39 
GeneralRe: A VB Service Pin
Stephen Lintott23-Jul-08 1:44
Stephen Lintott23-Jul-08 1:44 
GeneralRe: A VB Service Pin
zahedonline23-Jul-08 1:49
zahedonline23-Jul-08 1:49 
GeneralRe: A VB Service Pin
Stephen Lintott23-Jul-08 1:55
Stephen Lintott23-Jul-08 1:55 
QuestionHow do I populate a Strongly Typed DataSet with XML Pin
penguin500022-Jul-08 23:03
penguin500022-Jul-08 23:03 
AnswerRe: How do I populate a Strongly Typed DataSet with XML Pin
Mycroft Holmes23-Jul-08 14:02
professionalMycroft Holmes23-Jul-08 14:02 
QuestionDATETIMEPICKER IN VB.NET Pin
r_mohd22-Jul-08 22:57
r_mohd22-Jul-08 22:57 
AnswerRe: DATETIMEPICKER IN VB.NET Pin
ilprincipe23-Jul-08 1:19
ilprincipe23-Jul-08 1:19 
GeneralRe: DATETIMEPICKER IN VB.NET Pin
zahedonline23-Jul-08 1:54
zahedonline23-Jul-08 1:54 
AnswerRe: DATETIMEPICKER IN VB.NET Pin
brjames3223-Jul-08 1:33
brjames3223-Jul-08 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.