Click here to Skip to main content
15,892,697 members
Home / Discussions / Database
   

Database

 
Questiontentative of reconnection to sql server Pin
MrKBA23-Oct-09 1:47
MrKBA23-Oct-09 1:47 
QuestionBackup & recovery of Oracle 10g database Pin
diptipanchal23-Oct-09 1:00
diptipanchal23-Oct-09 1:00 
AnswerRe: Backup & recovery of Oracle 10g database Pin
Chris Meech23-Oct-09 9:49
Chris Meech23-Oct-09 9:49 
QuestionImage Pin
rdop22-Oct-09 19:20
rdop22-Oct-09 19:20 
AnswerRe: Image Pin
Christian Graus22-Oct-09 19:30
protectorChristian Graus22-Oct-09 19:30 
GeneralRe: Image Pin
rdop22-Oct-09 19:50
rdop22-Oct-09 19:50 
GeneralRe: Image Pin
Christian Graus22-Oct-09 20:18
protectorChristian Graus22-Oct-09 20:18 
AnswerRe: Image Pin
εїзεїзεїз24-Oct-09 2:44
εїзεїзεїз24-Oct-09 2:44 
Function LoadImage(ByVal PicSave As PictureBox) As Image

                   Dim arrayImage() As Byte = CType(dr.Item("DbFld"), Byte())
                   Dim ms As New MemoryStream(arrayImage)
                   LoadImage = Image.FromStream(ms)

               End If
           End While
           dr.Close()
           Return LoadImage


   End Function


Best Regards,
SOFTDEV
If you have knowledge, let others light their candles at it

GeneralRe: Image Pin
Christian Graus24-Oct-09 10:30
protectorChristian Graus24-Oct-09 10:30 
GeneralRe: Image Pin
εїзεїзεїз24-Oct-09 19:26
εїзεїзεїз24-Oct-09 19:26 
Questionquery needed Pin
Ashok Nalam22-Oct-09 12:00
Ashok Nalam22-Oct-09 12:00 
AnswerRe: query needed Pin
i.j.russell22-Oct-09 12:10
i.j.russell22-Oct-09 12:10 
GeneralRe: query needed Pin
Ashok Nalam22-Oct-09 12:15
Ashok Nalam22-Oct-09 12:15 
GeneralRe: query needed Pin
Not Active22-Oct-09 12:17
mentorNot Active22-Oct-09 12:17 
GeneralRe: query needed Pin
i.j.russell22-Oct-09 12:24
i.j.russell22-Oct-09 12:24 
AnswerRe: query needed Pin
Not Active22-Oct-09 12:15
mentorNot Active22-Oct-09 12:15 
GeneralRe: query needed Pin
i.j.russell22-Oct-09 12:42
i.j.russell22-Oct-09 12:42 
GeneralRe: query needed Pin
Nisha Agrawal22-Oct-09 20:11
Nisha Agrawal22-Oct-09 20:11 
GeneralRe: query needed Pin
i.j.russell22-Oct-09 21:42
i.j.russell22-Oct-09 21:42 
GeneralAdding custom attributes to tables Pin
Brady Kelly22-Oct-09 6:31
Brady Kelly22-Oct-09 6:31 
GeneralRe: Adding custom attributes to tables Pin
i.j.russell22-Oct-09 11:12
i.j.russell22-Oct-09 11:12 
GeneralRe: Adding custom attributes to tables Pin
Mycroft Holmes23-Oct-09 22:06
professionalMycroft Holmes23-Oct-09 22:06 
Questionproblem with sending (') as string Pin
Pankaj1822-Oct-09 2:12
Pankaj1822-Oct-09 2:12 
AnswerRe: problem with sending (') as string Pin
Eddy Vluggen22-Oct-09 2:21
professionalEddy Vluggen22-Oct-09 2:21 
GeneralRe: problem with sending (') as string Pin
David Skelly22-Oct-09 2:27
David Skelly22-Oct-09 2:27 

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.