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

Visual Basic

 
Questiondeleting the repeated record from a particular field Pin
dennymw23-Nov-08 18:19
dennymw23-Nov-08 18:19 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 19:30
Nanda_MR23-Nov-08 19:30 
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 
Sorry for disturbing.


My table name is General Issue table and the two fields are TestCaseName and TestScriptName. In TestCaseName column some testcases are same. i just want only one entry for particular test case.


The code i using is,

rs.Open "SELECT TestCaseName FROM [General Issue table]", oConnection
Do While (rs.EOF = False)
varTestCaseName_Repeat = rs.Fields(0).Value
rs.MoveNext
If (varTestCaseName_Repeat = rs.Fields(0)) Then
"here how to use update statement"
End If
Loop
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 
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 

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.