Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » in extending data source explorer
in extending data source explorer [message #10255] Mon, 27 March 2006 06:39 Go to next message
Eclipse UserFriend
Originally posted by: soo.shin.samsung.com

Hi

Can I set additional JDBC connection properties?

I want to use table and column's comments(descriptions).
In case of Oracle, "remarksReporting" property's default value is false.
So getDescription() value is always null.

In new Connection dialog, there is optional properties field. but
is not working I think.
..
Re: in extending data source explorer [message #10485 is a reply to message #10255] Mon, 10 April 2006 21:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: brianf.sybase.com

Hi.

I don't fully understand the request. If you're asking about connection
properties for the connection profile itself, you can add name/value pairs
to the url to customize the connection however that particular driver
supports those features. Is that the type of support you're referring to?

If you are looking for a more specialized model for Oracle, we are hoping
for specialized vendor support for this case -- look for an announcement
in the coming weeks.

--Brian Fitzpatrick
Sybase, Inc.
Data Tools/Connectivity Committer
Re: in extending data source explorer [message #10777 is a reply to message #10485] Tue, 18 April 2006 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: soo.shin.samsung.com

Hi.

I used Oracle JDBC Driver.
And I want to view informations about DB tables and columns by expanding
DATA Explorer tree.(Especially column's label.)
Because oracle JDBC property("remarksReporting")' default value is false,
I can't view labels. So, I put this code to createConnection method in
connectivity.db.generic.JDBCConnection.java.

connectionProps.setProperty("remarksReporting", "true");
~



But, Can I set this property "true" IN NEW DATA CONNECTION Dialog?
just adding "remarksReporting/true" to DSE dialog?

Best Regards.
Re: in extending data source explorer [message #572158 is a reply to message #10255] Mon, 10 April 2006 21:28 Go to previous message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
Hi.

I don't fully understand the request. If you're asking about connection
properties for the connection profile itself, you can add name/value pairs
to the url to customize the connection however that particular driver
supports those features. Is that the type of support you're referring to?

If you are looking for a more specialized model for Oracle, we are hoping
for specialized vendor support for this case -- look for an announcement
in the coming weeks.

--Brian Fitzpatrick
Sybase, Inc.
Data Tools/Connectivity Committer
Re: in extending data source explorer [message #572603 is a reply to message #10485] Tue, 18 April 2006 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: soo.shin.samsung.com

Hi.

I used Oracle JDBC Driver.
And I want to view informations about DB tables and columns by expanding
DATA Explorer tree.(Especially column's label.)
Because oracle JDBC property("remarksReporting")' default value is false,
I can't view labels. So, I put this code to createConnection method in
connectivity.db.generic.JDBCConnection.java.

connectionProps.setProperty("remarksReporting", "true");
~



But, Can I set this property "true" IN NEW DATA CONNECTION Dialog?
just adding "remarksReporting/true" to DSE dialog?

Best Regards.
Previous Topic:What's new page?
Next Topic:Oracle data numeric type
Goto Forum:
  


Current Time: Thu Mar 28 18:38:26 GMT 2024

Powered by FUDForum. Page generated in 0.02042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top