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 115716 - db objects fetch problem
Summary: db objects fetch problem
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 115308 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-17 15:36 UTC by kissoid2
Modified: 2007-09-25 18:38 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 kissoid2 2007-09-17 15:36:32 UTC
i downloaded microsoft sql server 2005 jdbc driver and instaled to NetBeans IDE 6.0 Build 200709150000.
i connect the database but i couldnt see table names and view names.
when i connect with jdbc:odbc bridge, i can see them but i cant see them with orginal drivers.

I think that maybe this build has problem. and Then i installed it to netbeans 5.5.1
Same problem with NetBeans IDE 6.0 Build 200709150000.

when i connect with microsoft jdbc driver, i cant see database objects (tables and views) in servers tab.
same problem with oracle.

same problem for oracle;

at oracle 7.3.4, database object fetch process not finishing. (i think this problem is normal. oracle 7.3.4 is very old 
version.)
at oracle 10g dont fetch database objects.

i searched problems at internet and i see many questions about same problems.
Comment 1 Andrei Badea 2007-09-17 16:17:27 UTC
Are you connecting to the right schema? In the New Database Connection dialog in the Advanced tab choose "dbo" or
whichever schema that your tables are in.

The recommended MS SQL driver to use with NetBeans is jTDS (http://jtds.sf.net). Please try with this driver and post
the results to this issue.

Also, please attach your message log (<userdir>/var/log/messages.log). Thanks.
Comment 2 _ jimdavidson 2007-09-17 19:05:17 UTC
*** Issue 115308 has been marked as a duplicate of this issue. ***
Comment 3 Andrei Badea 2007-09-18 15:48:52 UTC
Marking as incomplete until the required information is provided.
Comment 4 kissoid2 2007-09-25 13:44:52 UTC
i solved problem.

thanks.
Comment 5 Andrei Badea 2007-09-25 18:38:04 UTC
OK, closing then.