× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Connection properties would be set as part of the call the JDBC_ConnProp(). Are you using that? The code would look something like this:

propList = JDBC_Properties();
JDBC_setProp(propList: 'user': %trim(Your-UserId));
JDBC_setProp(propList: 'password': %trim(Your-Password));
JDBC_setProp(propList: 'extended metadata': 'true');

conn = JDBC_ConnProp( 'com.ibm.as400.access.AS400JDBCDriver'
: 'jdbc:as400://localhost'
: propList );

JDBC_freeProp(propList);


On 4/5/2013 7:18 PM, James H. H. Lampert wrote:
On 4/5/13 4:07 PM, CRPence wrote:
This method is supported only if the user has set the driver
property "extended metadata" to true.

I've been trying from both Java in Eclipse, and RPG through JDBCR4. I've
tried properties passed in the getConnection() call, and I've tried
properties appended to the URL, and it doesn't appear to have even
enough of an effect to where I know I'm even setting the property.

helllllllp meeeeeeeeee!

--
JHHL


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.