CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2005
    Posts
    36

    Red face Need help pls...thanks

    How will I be able to accsess from a dbf file(visual foxpro) using my java codes?

  2. #2
    Join Date
    Sep 2004
    Posts
    247

    Re: Need help pls...thanks

    You could make a ODBC connection to your dbf data source and then access it from java using JDBC with the JDBC/ODBC bridge.

  3. #3
    Join Date
    Jun 2005
    Posts
    36

    Smile Thanks..

    Thank you Sir..
    But I forgot to mention that my boss requires me not to use ODBC. He wants the system to be OS independent .
    What packages in java offer such service?
    Thank you and God Bless.

  4. #4
    Join Date
    Sep 2004
    Posts
    247

    Re: Need help pls...thanks


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured