That just means you're trying to define the same constant twice, so you either have it twice in your copy of adovbs.inc, or else its defined in your asp page (or another include called from that page) as well as in adovbs.inc.
A simple text search will enable you to find the duplicate ocurrence which you need to delete.
hth
Phil
|