Click here to Skip to main content
15,894,343 members
Home / Discussions / Database
   

Database

 
JokeRe: Microsoft ODBC Driver for Oracle [urgent] Please Help Pin
ChandraRam2-Oct-07 21:05
ChandraRam2-Oct-07 21:05 
QuestionDuplicate with the Same Identity Number Pin
Vimalsoft(Pty) Ltd1-Oct-07 21:54
professionalVimalsoft(Pty) Ltd1-Oct-07 21:54 
AnswerRe: Duplicate with the Same Identity Number Pin
Pete O'Hanlon1-Oct-07 22:19
mvePete O'Hanlon1-Oct-07 22:19 
GeneralRe: Duplicate with the Same Identity Number Pin
Vimalsoft(Pty) Ltd1-Oct-07 22:50
professionalVimalsoft(Pty) Ltd1-Oct-07 22:50 
GeneralRe: Duplicate with the Same Identity Number Pin
Pete O'Hanlon1-Oct-07 22:53
mvePete O'Hanlon1-Oct-07 22:53 
GeneralRe: Duplicate with the Same Identity Number Pin
Vimalsoft(Pty) Ltd1-Oct-07 23:08
professionalVimalsoft(Pty) Ltd1-Oct-07 23:08 
GeneralRe: Duplicate with the Same Identity Number Pin
ChandraRam2-Oct-07 20:59
ChandraRam2-Oct-07 20:59 
GeneralRe: Duplicate with the Same Identity Number Pin
Vimalsoft(Pty) Ltd2-Oct-07 21:18
professionalVimalsoft(Pty) Ltd2-Oct-07 21:18 
i have used a Query to Determine that.

SELECT *
FROM sde.Property p1
WHERE (FUNC_KEY = 'PV000000') AND EXISTS
        (SELECT 1
      FROM sde.Property p2
      WHERE p2.lis_key = p1.lis_key
      HAVING COUNT(p2.Property_ID) = 2)
      order by Property_ID Asc


Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


GeneralRe: Duplicate with the Same Identity Number Pin
ChandraRam2-Oct-07 21:22
ChandraRam2-Oct-07 21:22 
GeneralRe: Duplicate with the Same Identity Number Pin
Vimalsoft(Pty) Ltd2-Oct-07 22:04
professionalVimalsoft(Pty) Ltd2-Oct-07 22:04 
GeneralRe: Duplicate with the Same Identity Number Pin
ChandraRam2-Oct-07 22:32
ChandraRam2-Oct-07 22:32 
AnswerRe: Duplicate with the Same Identity Number Pin
John-ph1-Oct-07 22:52
John-ph1-Oct-07 22:52 
AnswerRe: Duplicate with the Same Identity Number Pin
Suaysh Andhare3-Oct-07 0:18
Suaysh Andhare3-Oct-07 0:18 
Questionexport data from sqlserver to excel Pin
mehran.asg1-Oct-07 21:20
mehran.asg1-Oct-07 21:20 
AnswerRe: export data from sqlserver to excel Pin
pmarfleet1-Oct-07 21:48
pmarfleet1-Oct-07 21:48 
Questionfetching database schema using ado.net Pin
chanzeb1-Oct-07 21:19
chanzeb1-Oct-07 21:19 
AnswerRe: fetching database schema using ado.net Pin
Kschuler2-Oct-07 7:29
Kschuler2-Oct-07 7:29 
AnswerRe: fetching database schema using ado.net Pin
PIEBALDconsult3-Oct-07 15:29
mvePIEBALDconsult3-Oct-07 15:29 
QuestionProblem with Attach In 2005 Pin
mehrdadc481-Oct-07 8:14
mehrdadc481-Oct-07 8:14 
AnswerRe: Problem with Attach In 2005 Pin
Marek Grzenkowicz2-Oct-07 1:22
Marek Grzenkowicz2-Oct-07 1:22 
QuestionHelp with FormView please Pin
sjp7001-Oct-07 8:13
sjp7001-Oct-07 8:13 
AnswerRe: Help with FormView please Pin
Pete O'Hanlon1-Oct-07 10:17
mvePete O'Hanlon1-Oct-07 10:17 
QuestionIdentity after updated Pin
webhay1-Oct-07 7:17
webhay1-Oct-07 7:17 
AnswerRe: Identity after updated Pin
pmarfleet1-Oct-07 9:50
pmarfleet1-Oct-07 9:50 
AnswerRe: Identity after updated Pin
Pete O'Hanlon1-Oct-07 10:41
mvePete O'Hanlon1-Oct-07 10:41 

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.