Announcement

Collapse
No announcement yet.

simple database engine

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • simple database engine

    I am looking for a database engine for use with PB/DLL 6. It needs to be something that I can distribute with my project/product without additional licensing fees.

    I am currently using an MSAccess database w/DAO but would rather move to something more internal since the DAO requires just the right DLL's to have already been installed. Once I go live with the product I would prefer to not have to worry about such compatibity issues.

    Thanks,
    Jeff


    ------------------

  • #2
    tsunami is great. here is a link. http://www.powerbasic.com/support/pb...ad.php?t=25830

    ------------------
    The world is full of apathy, but who cares?

    Comment


    • #3
      My company's SQL Tools add-on for PowerBASIC might also be a good choice for you. It is much easier to install than DAO. In fact it will work with virtually any version of the Microsoft MDAC package, including the ones that come pre-installed on Windows 98SE, ME, NT4, and 2000. Most of our customers report better performance with SQL Tools than with DAO. And incidentally, our new SQL Tools Version 2 is compatible with Visual Basic as well as PowerBASIC.

      SQL Tools is available from PowerBASIC.com. Just click on one of the links below...

      -- Eric Pearson, Perfect Sync Software

      ------------------
      Perfect Sync Development Tools
      Perfect Sync Web Site
      Contact Us: mailto:[email protected][email protected]</A>



      [This message has been edited by Eric Pearson (edited September 02, 2001).]
      "Not my circus, not my monkeys."

      Comment


      • #4
        Jeff,
        Another great database product that was built with PowerBASIC
        is Paul Squires 'Cheetah' DBMS. It is XBase compatible. Try a
        demo at: www.planetsquires.com

        Regards,
        --Bob

        ------------------
        "It was too lonely at the top".

        Comment


        • #5
          I second SQL Tools, the ability to tap into an Access Database with
          a single .DLL file is great. Support is great too, I've done
          many projects with SQL Tools, and I program in DAO a lot, the
          syntax is very easy to adjust to.

          ------------------
          -Greg
          -Greg
          [email protected]
          MCP,MCSA,MCSE,MCSD

          Comment

          Working...
          X