This worked PERFECTLY !
Oddly enough, from the factory install, the PB.INI file
already contained an entry in the [Database] section that
read NoCatalog=No. I first tried changing it to
NoCatalog=Yes, in keeping with the use of Yes or No instead
of 0 or 1, but that did NOT work. As soon as I changed it to
the value 1 instead, that worked. Thanks sooooooo much!
=Steve=
> Unless I'm missing something, you can do this with the
> following INI setting:
>
> [Database]
> NoCatalog=1
>
> Or you can go to the Database painter, Design menu,
> Options item, General tab and uncheck "Use Extended
> Attributes".
>
> Ken
>
> <Steve> wrote in message
> > news:488dd8ad.7ac...@sybase.com... Hi Paul-
> > I do not have the PB Cat tables created under a
> > different user ID, nor do I want to have to go to the
> > DBA's and ask them to create these tables. It is strange
> > how there is a mechanism to disable the use of these
> > catalog tables under ODBC, but not under any other
> > database interface. Every time I connect to the OLE-DB
> > database (Db2), I get the nuisance error message [The
> > current provider does not support the ITableDefinition
> > interface]. Very annoying.
> =Steve= >
> >> If you've got the PB Catalog tables created under a
> >> different user schema, you can tell PB to look there
> for >> them.
> >>
> >> On the System tab in the connection profile, add the
> >> schema owner account to the "PowerBuilder Catalog
> Table >> Owner" field. That will stop PB from trying to
> create them >> under the developers' individual accounts.
> >>
> >> I'm not sure how to totally disable the Catalog table
> >> checking with OLE-DB...
> >>
> >> Paul Horan[TeamSybase]
> >>
> >> <Steve> wrote in message
> >> > news:488dcf11.794...@sybase.com... Does