Click here to Skip to main content
16,004,828 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Connection Pin
Colin Angus Mackay26-Dec-06 0:04
Colin Angus Mackay26-Dec-06 0:04 
GeneralRe: Connection Pin
shakti538526-Dec-06 2:58
shakti538526-Dec-06 2:58 
GeneralRe: Connection Pin
Colin Angus Mackay26-Dec-06 4:57
Colin Angus Mackay26-Dec-06 4:57 
GeneralRe: Connection Pin
shakti538526-Dec-06 20:11
shakti538526-Dec-06 20:11 
Questionhelp vb express 2005 Invoice Printing Pin
vbbeg22-Dec-06 18:44
vbbeg22-Dec-06 18:44 
QuestionDeleting using the ado delete command Pin
govagedon22-Dec-06 17:45
govagedon22-Dec-06 17:45 
AnswerRe: Deleting using the ado delete command Pin
ChandraRam22-Dec-06 20:25
ChandraRam22-Dec-06 20:25 
AnswerRe: Deleting using the ado delete command Pin
Werries23-Dec-06 0:55
Werries23-Dec-06 0:55 
Hi there.

There is many ways to identify data to be deleted. You can either delete data from x Value to y Value or with wildcards (*) or specific data only.

Here is some samples

DELETE * FROM Table WHERE ColumnA = Value1 AND/OR ColumnB = Value2

DELETE * FROM Table WHERE ColumnA = LIKE '%Value1' -> String Type Data (wildcard method)

DELETE * FROM Table WHERE ColumnA BETWEEN Value1 AND Value2

Hope this is helpfull

Regards, Werries

A programmer's life is good... or is it?? Ek dink nie so nie!
GeneralRe: Deleting using the ado delete command Pin
govagedon23-Dec-06 4:34
govagedon23-Dec-06 4:34 
AnswerRe: Deleting using the ado delete command Pin
manowj25-Dec-06 19:05
manowj25-Dec-06 19:05 
GeneralRe: Deleting using the ado delete command Pin
govagedon26-Dec-06 7:01
govagedon26-Dec-06 7:01 
QuestionDeployment Pin
Karma3125122-Dec-06 8:35
Karma3125122-Dec-06 8:35 
AnswerRe: Deployment Pin
Dave Kreskowiak22-Dec-06 8:59
mveDave Kreskowiak22-Dec-06 8:59 
AnswerRe: Deployment Pin
Christian Graus22-Dec-06 10:17
protectorChristian Graus22-Dec-06 10:17 
AnswerRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 7:02
mveDave Kreskowiak22-Dec-06 7:02 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 7:24
mveDave Kreskowiak22-Dec-06 7:24 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 7:36
mveDave Kreskowiak22-Dec-06 7:36 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 8:06
mveDave Kreskowiak22-Dec-06 8:06 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement [modified] Pin
Swisher2422-Dec-06 8:13
Swisher2422-Dec-06 8:13 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 8:46
mveDave Kreskowiak22-Dec-06 8:46 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Swisher2422-Dec-06 8:59
Swisher2422-Dec-06 8:59 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 9:00
mveDave Kreskowiak22-Dec-06 9:00 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Christian Graus22-Dec-06 10:22
protectorChristian Graus22-Dec-06 10:22 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Dave Kreskowiak22-Dec-06 12:16
mveDave Kreskowiak22-Dec-06 12:16 
GeneralRe: Updating a Database from a Datagrid using an SQL Insert Statement Pin
Colin Angus Mackay22-Dec-06 9:29
Colin Angus Mackay22-Dec-06 9:29 

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.