Click here to Skip to main content
15,911,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 21:18
dennymw23-Nov-08 21:18 
GeneralRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 21:35
Nanda_MR23-Nov-08 21:35 
GeneralRe: deleting the repeated record from a particular field Pin
Anubhava Dimri23-Nov-08 22:00
Anubhava Dimri23-Nov-08 22:00 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 22:32
dennymw23-Nov-08 22:32 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 22:51
Nanda_MR23-Nov-08 22:51 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 23:21
dennymw23-Nov-08 23:21 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR24-Nov-08 17:23
Nanda_MR24-Nov-08 17:23 
AnswerRe: deleting the repeated record from a particular field Pin
fego ogwara24-Nov-08 4:54
fego ogwara24-Nov-08 4:54 
TO DELTE THAT RECORD WHAT U NEED DO IS TO SET UR DATABASE IN ORDER
NOT TO REPEAT A NAME.

FOR INSTANCE IF U ARE USING ADODC CONTROL

THE CODE WILL BE LIKE THESE

DIM RS AS NEW ADODB.RECORDSET
DIM CN AS NEW ADODB.CONNECTION
CN.CONNECTIONSTRING ="DATABASE PATH"
CN.OPEN
RS.OPEN "DELETE * FROM TABLENAME WHERE FIELDNAME='" & NAME & "'",CN
QuestionHelp me Pin
Tsodgorhuu23-Nov-08 17:42
Tsodgorhuu23-Nov-08 17:42 
AnswerRe: Help me Pin
Guffa23-Nov-08 19:04
Guffa23-Nov-08 19:04 
GeneralRe: Help me Pin
Ashfield23-Nov-08 22:11
Ashfield23-Nov-08 22:11 
AnswerRe: Help me Pin
Paul Conrad24-Nov-08 5:56
professionalPaul Conrad24-Nov-08 5:56 
QuestionAnyone know about posting bot? Pin
syhs8923-Nov-08 17:34
syhs8923-Nov-08 17:34 
AnswerRe: Anyone know about posting bot? PinPopular
Ashfield23-Nov-08 22:12
Ashfield23-Nov-08 22:12 
GeneralRe: Anyone know about posting bot? Pin
Jon_Boy24-Nov-08 2:06
Jon_Boy24-Nov-08 2:06 
GeneralRe: Anyone know about posting bot? Pin
syhs8924-Nov-08 3:01
syhs8924-Nov-08 3:01 
GeneralRe: Anyone know about posting bot? [modified] Pin
Jon_Boy24-Nov-08 3:10
Jon_Boy24-Nov-08 3:10 
GeneralRe: Anyone know about posting bot? Pin
Ashfield24-Nov-08 3:52
Ashfield24-Nov-08 3:52 
GeneralRe: Anyone know about posting bot? Pin
syhs8924-Nov-08 4:09
syhs8924-Nov-08 4:09 
GeneralRe: Anyone know about posting bot? [modified] Pin
syhs8924-Nov-08 4:17
syhs8924-Nov-08 4:17 
QuestionText rendered into Image question Pin
JJeffrey23-Nov-08 16:59
JJeffrey23-Nov-08 16:59 
AnswerRe: Text rendered into Image question Pin
Dave Kreskowiak24-Nov-08 2:06
mveDave Kreskowiak24-Nov-08 2:06 
QuestionIE Automation meet alert message [modified] Pin
simmons23-Nov-08 15:44
simmons23-Nov-08 15:44 
QuestionCross threading in class library Pin
MAP Tiger23-Nov-08 7:39
MAP Tiger23-Nov-08 7:39 
AnswerRe: Cross threading in class library Pin
Christian Graus23-Nov-08 9:22
protectorChristian Graus23-Nov-08 9: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.