This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 184081 - Unable to browse tables when connection to Sybase is established using jconnect
Summary: Unable to browse tables when connection to Sybase is established using jconnect
Status: CLOSED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 21:33 UTC by lslingerland
Modified: 2010-04-14 17:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lslingerland 2010-04-13 21:33:48 UTC
I am creating a db connection using jconnect (tried both jconn2 and jconn3).  After i enter all of the info in the New Database Connection - Basic Settings Tab I go to Advanced Tab and click Get Schemas.  Instead of schemas the list is populated with user roles.  No matter what i select, the table list ends up being emplty.

for db url i use the following format: jdbc:sybase:Tds:<HOST>:<PORT>/<DBNAME>
Comment 1 Jiri Rechtacek 2010-04-14 06:10:07 UTC
No P1, Sybase is not one of supported Databases. Anyway, could you attach you IDE Log (menu item View|IDE Log). Add -J-Dorg.netbeans.modules.db.level=FINEST before starting NetBeans in order to get verbose logging information. You would add it to the netbeans_default_options line in <install-dir>/etc/netbeans.conf. Thanks