Click here to Skip to main content
15,920,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help with "OutOfMemoryException" Pin
Guffa29-Apr-08 23:03
Guffa29-Apr-08 23:03 
GeneralRe: Help with "OutOfMemoryException" Pin
Juan Patrick30-Apr-08 13:22
Juan Patrick30-Apr-08 13:22 
GeneralRe: Help with "OutOfMemoryException" Pin
Christian Graus30-Apr-08 13:36
protectorChristian Graus30-Apr-08 13:36 
QuestionWindows Service not working Pin
svanwass29-Apr-08 15:54
svanwass29-Apr-08 15:54 
QuestionSQL help [modified] Pin
bapu288929-Apr-08 9:41
bapu288929-Apr-08 9:41 
AnswerRe: SQL help Pin
Ray Cassick29-Apr-08 11:54
Ray Cassick29-Apr-08 11:54 
QuestionRe: SQL help Pin
bapu288930-Apr-08 8:03
bapu288930-Apr-08 8:03 
AnswerRe: SQL help Pin
Ray Cassick30-Apr-08 8:37
Ray Cassick30-Apr-08 8:37 
My suggesting is that once you do the query to delete the record you need to manually refresh the interface to show this.

It depends on bit on how you are filling your interface also. My guess is that if you are doing data binding then you may just be able to refresh the binding-manager to do this. If you are manually reading a record and placing data form the fields into the text properties of your UI then you have to at very least go back through the UI and clear out those text properties to show that the record has been deleted.

If you have a client side record-set that you have used to populate your UI from that is not really going to reflect the changes made int eh DB though until you have redone that read query so your record-set on the client may need to be flushed and refilled to show the change also.

There are so many different ways to do all of this, I can;t really cover them ALL here. I might suggest that you concentrate on searching how to do this keeping in mind the method you are using to read the data and display it in the first place.


FFRF[^]



QuestionRe: SQL help Pin
bapu28891-May-08 8:32
bapu28891-May-08 8:32 
AnswerRe: SQL help Pin
Ray Cassick1-May-08 11:02
Ray Cassick1-May-08 11:02 
AnswerRe: SQL help Pin
bapu28892-May-08 9:29
bapu28892-May-08 9:29 
GeneralRe: SQL help Pin
Ray Cassick2-May-08 9:37
Ray Cassick2-May-08 9:37 
GeneralSending text to the printer Pin
MikeMarq29-Apr-08 8:40
MikeMarq29-Apr-08 8:40 
AnswerRe: Sending text to the printer Pin
Smithers-Jones29-Apr-08 8:53
Smithers-Jones29-Apr-08 8:53 
GeneralRe: Sending text to the printer Pin
MikeMarq29-Apr-08 15:40
MikeMarq29-Apr-08 15:40 
AnswerRe: Sending text to the printer Pin
Smithers-Jones29-Apr-08 21:33
Smithers-Jones29-Apr-08 21:33 
GeneralRe: Sending text to the printer Pin
MikeMarq30-Apr-08 2:10
MikeMarq30-Apr-08 2:10 
AnswerRe: Sending text to the printer Pin
Smithers-Jones30-Apr-08 3:04
Smithers-Jones30-Apr-08 3:04 
QuestionHow to write a help-assistant like office Assistant? Pin
MaWeRic29-Apr-08 4:59
MaWeRic29-Apr-08 4:59 
AnswerRe: How to write a help-assistant like office Assistant? Pin
Zaegra29-Apr-08 8:41
Zaegra29-Apr-08 8:41 
GeneralRe: How to write a help-assistant like office Assistant? Pin
MaWeRic4-May-08 22:47
MaWeRic4-May-08 22:47 
Questionreceive file names sent to your application Pin
Member 467598629-Apr-08 2:29
Member 467598629-Apr-08 2:29 
GeneralCP MEMBERS: IGNORE QUESTION Pin
leckey29-Apr-08 6:51
leckey29-Apr-08 6:51 
GeneralServer was unable to process request. ---> System.InvalidCastException Pin
Nitin198129-Apr-08 0:48
Nitin198129-Apr-08 0:48 
GeneralRe: Server was unable to process request. ---> System.InvalidCastException Pin
Mycroft Holmes29-Apr-08 1:41
professionalMycroft Holmes29-Apr-08 1:41 

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.