+ Reply to Thread
Results 1 to 2 of 2

Thread: linux/unix data base

  1. #1
    Guest.Visitor Guest

    Default linux/unix data base

    Is there a linux/unix data base product that views its database the same way the AS/400 does? I would like to be able to write some java programs that would allow me to CHAIN (or what ever the read by key is called ) and other file operations the same as the AS/400. Thanks for your input.

  2. #2
    Guest.Visitor Guest

    Default linux/unix data base

    Hi Thomas, My strong advice generally is to learn SQL and use JDBC, that's the way of the world, even on the 400. JDBC 2.0 makes this easier. IMO it is a mistake to use Record level I/O in java other than to get something going quickly in a way familiar to RPG/COBOL programmers -- I'm sure that's why IBM provided it. Java does provide RandomAccessFile, which can provide the IO you're looking for, but it's out there by itself. The rest is stream oriented or JDBC ( SQL based. ) I recall an article in JavaWorld that built something using RandomAccessFile, you can search there. It's possible that someone has ported/built a DBase, Btrieve or other C database allowing record type IO. You might search for these and linux/unix and hope A) that they are multiuser, enterprise ready and B) someone has provided a java interface. Otherwise you'd have to build JNI wrappers, which sort of kills the "quick and easy " idea. Best, Joe Sam Joe Sam Shirah Autumn Software Consulting/Development/Outsourcing Please Note New Email: jshirah@attglobal.net Visit our User Group at: http://www.jax400.com

+ Reply to Thread

Similar Threads

  1. Replies: 8
    Last Post: 09-22-2003, 05:23 AM
  2. Display Data Base Relations (DSPDBR)
    By ukpi1b in forum General
    Replies: 2
    Last Post: 06-11-2003, 11:38 AM
  3. Can I access a remote data base using Net.Data?
    By Guest.Visitor in forum Internet
    Replies: 1
    Last Post: 02-04-2000, 12:30 PM
  4. Accessing J. D. Edwards Data Base Files
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 04-01-1998, 11:17 AM
  5. AS/400 data base to PC database
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 06-18-1997, 02:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts