CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: In need of a little advice



A SQL solution would be

SELECT MAX(Position) + 1
FROM YourDatabaseTable
WHERE TrackName = 'YourCurrentTrackName'

Of course you'll probably want to parameterise the WHERE clause but it
should give you the general idea.

Alan


W Komornicki's Home Page | Main Index | Thread Index