RE: If a collection exists?

2006-06-12 Thread Dan G. Switzer, II
Dave, >In general, if you can't find a specific function that returns exactly what >you want, your best bet for these sorts of things is to use exception >handling to try something, and see if it works: > > > > > > > ... Collection already exists? > > > > >Of cou

Re: If a collection exists?

2006-06-12 Thread Raymond Camden
It will return all collections. Although I've heard this can be a slow operation. You will want to cache the result. On 6/12/06, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to find out if a verity collection exists in CFMX7? It > doesn't seem to have a function like collectio

RE: If a collection exists?

2006-06-12 Thread Dave Watts
> Is there a way to find out if a verity collection exists in > CFMX7? It doesn't seem to have a function like > collectionExists() or something in the admin API either. If > you know of a way, please let me know. In general, if you can't find a specific function that returns exactly what you