Click here to Skip to main content
15,916,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Split string Pin
Luc Pattyn12-Nov-09 7:42
sitebuilderLuc Pattyn12-Nov-09 7:42 
GeneralRe: Split string Pin
Christian Graus12-Nov-09 9:33
protectorChristian Graus12-Nov-09 9:33 
GeneralRe: Split string Pin
Luc Pattyn12-Nov-09 10:20
sitebuilderLuc Pattyn12-Nov-09 10:20 
AnswerRe: Split string Pin
Kschuler12-Nov-09 7:43
Kschuler12-Nov-09 7:43 
GeneralRe: Split string Pin
ivo7512-Nov-09 7:52
ivo7512-Nov-09 7:52 
AnswerRe: Split string Pin
Shameel12-Nov-09 23:16
professionalShameel12-Nov-09 23:16 
QuestionDelete Database entries!!! Pin
jeshra27912-Nov-09 7:36
jeshra27912-Nov-09 7:36 
AnswerRe: Delete Database entries!!! Pin
Kschuler12-Nov-09 7:46
Kschuler12-Nov-09 7:46 
You're kind of taking the long way with what you have so far. You can use what you have and just add that you need to do an update back to the database...or you can start over and use a Delete SQL statement.

If you use the Delete SQL statment
DELETE * FROM payments
You don't even need a data adapter. Just run the command with an execute nonquery.
GeneralRe: Delete Database entries!!! Pin
jeshra27912-Nov-09 10:00
jeshra27912-Nov-09 10:00 
GeneralRe: Delete Database entries!!! Pin
Kschuler12-Nov-09 10:03
Kschuler12-Nov-09 10:03 
GeneralRe: Delete Database entries!!! Pin
jeshra27912-Nov-09 10:27
jeshra27912-Nov-09 10:27 
GeneralRe: Delete Database entries!!! Pin
Luc Pattyn12-Nov-09 10:17
sitebuilderLuc Pattyn12-Nov-09 10:17 
AnswerRe: Delete Database entries!!! Pin
The Man from U.N.C.L.E.12-Nov-09 9:29
The Man from U.N.C.L.E.12-Nov-09 9:29 
AnswerRe: Delete Database entries!!! Pin
Oakman12-Nov-09 14:10
Oakman12-Nov-09 14:10 
GeneralRe: Delete Database entries!!! Pin
Luc Pattyn12-Nov-09 14:20
sitebuilderLuc Pattyn12-Nov-09 14:20 
GeneralRe: Delete Database entries!!! Pin
Oakman12-Nov-09 15:29
Oakman12-Nov-09 15:29 
GeneralRe: Database entries all gone Pin
Luc Pattyn12-Nov-09 15:45
sitebuilderLuc Pattyn12-Nov-09 15:45 
GeneralRe: Database entries all gone Pin
Oakman12-Nov-09 15:58
Oakman12-Nov-09 15:58 
GeneralRe: Database entries all gone Pin
Luc Pattyn12-Nov-09 16:10
sitebuilderLuc Pattyn12-Nov-09 16:10 
GeneralRe: Database entries all gone Pin
Oakman12-Nov-09 16:14
Oakman12-Nov-09 16:14 
AnswerRe: Delete Database entries!!! Pin
Shameel12-Nov-09 23:02
professionalShameel12-Nov-09 23:02 
QuestionBroken Publish Link Pin
Curtbroo12-Nov-09 7:20
Curtbroo12-Nov-09 7:20 
AnswerRe: Broken Publish Link Pin
Curtbroo12-Nov-09 7:22
Curtbroo12-Nov-09 7:22 
QuestionMDIParent confusion Pin
EliottA12-Nov-09 2:57
EliottA12-Nov-09 2:57 
AnswerRe: MDIParent confusion Pin
dan!sh 12-Nov-09 3:48
professional dan!sh 12-Nov-09 3:48 

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.