Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
Sciencez4-Jun-09 8:14
Sciencez4-Jun-09 8:14 
GeneralRe: Digital dashboard using VB or C# and other technologies Pin
dan!sh 4-Jun-09 22:56
professional dan!sh 4-Jun-09 22:56 
AnswerRe: Digital dashboard using VB or C# and other technologies Pin
0x3c04-Jun-09 8:58
0x3c04-Jun-09 8:58 
QuestionMaster and details saving Pin
atk88774-Jun-09 3:15
atk88774-Jun-09 3:15 
GeneralA word of advice Pin
Kschuler4-Jun-09 6:33
Kschuler4-Jun-09 6:33 
GeneralRe: A word of advice Pin
atk887711-Jun-09 3:38
atk887711-Jun-09 3:38 
QuestionRemoval Of Row By Listbox Troubles [modified] Pin
eginteractive4-Jun-09 0:17
eginteractive4-Jun-09 0:17 
AnswerRe: Removal Of Row By Listbox Troubles Pin
Dave Kreskowiak4-Jun-09 1:30
mveDave Kreskowiak4-Jun-09 1:30 
Your SQL statement is wrong. You may want to lookup the syntax for the DELETE statement. It should be:
DELETE FROM Team WHERE ID = ...

I highly discourage using string concatenation to build an SQL query like this. Google for "SQL Injection Attack" to see why and for example on using a parameterized query that is safer and easier to debug.

By the way, thank you very much for exposing one of your SQL Server's usernames and passwords to everyone on the ENTIRE INTERNET!


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Removal Of Row By Listbox Troubles Pin
EliottA4-Jun-09 2:50
EliottA4-Jun-09 2:50 
GeneralRe: Removal Of Row By Listbox Troubles Pin
eginteractive4-Jun-09 3:07
eginteractive4-Jun-09 3:07 
GeneralRe: Removal Of Row By Listbox Troubles Pin
Oakman4-Jun-09 4:10
Oakman4-Jun-09 4:10 
GeneralRe: Removal Of Row By Listbox Troubles Pin
dan!sh 4-Jun-09 5:20
professional dan!sh 4-Jun-09 5:20 
AnswerRe: Removal Of Row By Listbox Troubles Pin
dan!sh 4-Jun-09 2:07
professional dan!sh 4-Jun-09 2:07 
AnswerRe: Removal Of Row By Listbox Troubles Pin
Jon_Boy4-Jun-09 7:24
Jon_Boy4-Jun-09 7:24 
GeneralRe: Removal Of Row By Listbox Troubles Pin
eginteractive4-Jun-09 16:49
eginteractive4-Jun-09 16:49 
QuestionHow to check if a file exists then delete it in vb.net 2005? Pin
Striker.dbz3-Jun-09 23:45
Striker.dbz3-Jun-09 23:45 
AnswerRe: How to check if a file exists then delete it in vb.net 2005? Pin
Johan Hakkesteegt3-Jun-09 23:59
Johan Hakkesteegt3-Jun-09 23:59 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Striker.dbz4-Jun-09 0:20
Striker.dbz4-Jun-09 0:20 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Johan Hakkesteegt4-Jun-09 0:22
Johan Hakkesteegt4-Jun-09 0:22 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Striker.dbz4-Jun-09 0:32
Striker.dbz4-Jun-09 0:32 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Dave Kreskowiak4-Jun-09 1:25
mveDave Kreskowiak4-Jun-09 1:25 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Johan Hakkesteegt4-Jun-09 1:32
Johan Hakkesteegt4-Jun-09 1:32 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Dave Kreskowiak4-Jun-09 3:30
mveDave Kreskowiak4-Jun-09 3:30 
AnswerRe: How to check if a file exists then delete it in vb.net 2005? Pin
Ashfield4-Jun-09 1:40
Ashfield4-Jun-09 1:40 
GeneralRe: How to check if a file exists then delete it in vb.net 2005? Pin
Striker.dbz4-Jun-09 4:03
Striker.dbz4-Jun-09 4:03 

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.