Hello Peter,
you wrote :
> in my Installation of SQL Studio 7.4.03 there are no objects displayed
> under 'tables' in the explorer on the left.
>
> If I connect to the same database from another installation
> of SQL Studio
> (same Version, same OS NT4.0SP6) it works fine,
> so it seems to be a problem with the configuration of the SQL
> Studio on my
> machine. (Indices, procedures etc. are displayed correctly.)
possible reasons for an empty catalog view include :
- you use an sql studio of version < 7.4.03.23 with a db kernel >= 7.4.03.18.
(->install a newer version of sql studio (deinstall of old one or reboot not
necessary))
- you entered a filter prefix in the filter textbox above the treeview.
(-> remove it and refresh the view)
- you are connected as an exclusive user ("create user ... exclusive") which
can have only one db connection.
(-> create users with explicitky given "non exclusive" option, since
"exclusive" is the default.)
if none of the above applies, please send me versions of sql studio and database
kernel. Turn on the "trace all" checkbox in the log window of sql studio (if available,
depending on version) and press the refresh button one or two times.
copy the log from the window and paste it into your reply also.
regards,
Markus Stausberg
SAP Labs Berlin
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]