Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deleting Duplicate Rows

510 views
Skip to first unread message

Ganesh Babu

unread,
Aug 7, 2000, 3:00:00 AM8/7/00
to
Hi

How to delete duplicate rows in a datawindow without using embedded SQL. Because
we using three backend ie SQL server, Oracle, Adaptive Server. Pls reply
immediately.

Thanks

Ganesh Babu T.R
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp

Simon Caldwell

unread,
Aug 7, 2000, 3:00:00 AM8/7/00
to
this.SetSort("<key column>")
this.Sort()
this.SetFilter('getrow() = 1 or <key column>[-1] <> <key column>[0]')
this.Filter()
this.RowsDiscard(1,this.FilteredCount(),Filter!)

"Ganesh Babu" <trga...@hotmail.com> wrote in message
news:7PB0tGE...@forums.sybase.com...

0 new messages