Click here to Skip to main content
15,905,877 members
Home / Discussions / Database
   

Database

 
GeneralRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 7:49
mentorWendelius28-Aug-08 7:49 
QuestionRe: Save Image in SQL Database Pin
bapu288928-Aug-08 7:59
bapu288928-Aug-08 7:59 
AnswerRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 8:09
mentorWendelius28-Aug-08 8:09 
QuestionRe: Save Image in SQL Database Pin
bapu288928-Aug-08 8:18
bapu288928-Aug-08 8:18 
AnswerRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 8:29
mentorWendelius28-Aug-08 8:29 
GeneralRe: Save Image in SQL Database Pin
bapu288928-Aug-08 8:38
bapu288928-Aug-08 8:38 
GeneralRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 9:00
mentorWendelius28-Aug-08 9:00 
GeneralRe: Save Image in SQL Database Pin
bapu288928-Aug-08 9:19
bapu288928-Aug-08 9:19 
Hello sir

thanks for promt rep.

yes i have change the logic the way you said but still it's same problem i mean i can save or delete image from sql database but i have to close application to see the changes

and one more thing i would like to tell you that i have created another application without image but it works fine if i add or delete first name and last name it shows the changes same time and i have used same method with this application but i am not sure but i sow one difference in it

that project has one table with three columns ID, FirstName, LastName

and this is button event to change enable = false

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Button2.Enabled = False
        Button3.Enabled = False : Button4.Enabled = False : Button5.Enabled = False
        Button1.Enabled = True
        TextBox1.Enabled = True : TextBox2.Enabled = True
        TextBox1.BackColor = Color.Aquamarine : TextBox2.BackColor = Color.Aquamarine
        Try
            Me.StudentBindingSource.EndEdit()
            Me.StudentBindingSource.AddNew()
        Catch ex As Exception
            MsgBox(ex.Message)
        End Try
    End 
Sub

but with this there is only one difference

Me.StudentBindingSource.EndEdit()
      Me.StudentBindingSource.AddNew()



so do you think this is the issue

waiting for your kind rep.

have a nice time

thanks again
GeneralRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 9:34
mentorWendelius28-Aug-08 9:34 
GeneralRe: Save Image in SQL Database Pin
bapu288928-Aug-08 9:48
bapu288928-Aug-08 9:48 
GeneralRe: Save Image in SQL Database Pin
Wendelius28-Aug-08 9:54
mentorWendelius28-Aug-08 9:54 
QuestionRe: Save Image in SQL Database Pin
bapu288928-Aug-08 23:23
bapu288928-Aug-08 23:23 
AnswerRe: Save Image in SQL Database Pin
Ashfield29-Aug-08 2:33
Ashfield29-Aug-08 2:33 
QuestionRe: Save Image in SQL Database Pin
bapu288929-Aug-08 2:54
bapu288929-Aug-08 2:54 
AnswerRe: Save Image in SQL Database Pin
Ashfield29-Aug-08 3:14
Ashfield29-Aug-08 3:14 
QuestionRe: Save Image in SQL Database Pin
bapu288929-Aug-08 4:13
bapu288929-Aug-08 4:13 
AnswerRe: Save Image in SQL Database Pin
Wendelius29-Aug-08 7:34
mentorWendelius29-Aug-08 7:34 
QuestionRe: Save Image in SQL Database Pin
bapu288929-Aug-08 7:57
bapu288929-Aug-08 7:57 
AnswerRe: Save Image in SQL Database Pin
Wendelius29-Aug-08 8:32
mentorWendelius29-Aug-08 8:32 
NewsRe: Save Image in SQL Database Pin
bapu288929-Aug-08 9:50
bapu288929-Aug-08 9:50 
GeneralRe: Save Image in SQL Database Pin
Wendelius29-Aug-08 10:17
mentorWendelius29-Aug-08 10:17 
NewsRe: Save Image in SQL Database Pin
bapu288929-Aug-08 10:57
bapu288929-Aug-08 10:57 
GeneralRe: Save Image in SQL Database Pin
Wendelius29-Aug-08 11:15
mentorWendelius29-Aug-08 11:15 
GeneralRe: Save Image in SQL Database Pin
bapu288929-Aug-08 11:25
bapu288929-Aug-08 11:25 
QuestionRe: Save Image in SQL Database Pin
bapu288930-Aug-08 4:22
bapu288930-Aug-08 4:22 

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.