up vote 1 down vote favorite
share [g+] share [fb]

Is there any way I can use AS400 style library/file style naming over JDBC with jt400? I want to be able to run queries like:

SELECT * FROM MYLIBRARY/MYFILE

Thanks

link|improve this question

17% accept rate
feedback

3 Answers

Set the jdbc naming property to "system".

http://javadoc.midrange.com/jtopen_6_3/com/ibm/as400/access/doc-files/JDBCProperties.html

link|improve this answer
feedback

It seems to depend on the driver you use. For our .NET projects we use the IBM drivers and we use the "standard" iSeries naming convention.

Check the options in the driver. We have "Naming=System" within our connection string (again using the .NET driver) Perhaps that will fix it.

link|improve this answer
feedback

There is a way to do this on the 400 with STRSQL but not as far as I know with JDBC

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.