Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Open Office .asp Connection strings

  • 09-08-2005 2:54am
    #1
    Closed Accounts Posts: 2,639 ✭✭✭


    Howdy all, need a little help with some connections strings.

    I've just downloaded Open office as a replacement for Access on my computer as I'm designing a new website and Access is well, ****e for the internet. Now all i'm trying to do is some simple connection strings like you would to Access on a bog standard .asp page a la

    Set objConn = Server.CreateObject("ADODB.Command")
    objConn.ActiveConnection = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("../DB/Database.mdb")

    Fair enough

    How the hell do you go about doing it with Open Office's Base database program? what's the driver I use? the connection string etc. I really need help! Thanks in advance!


Comments

  • Registered Users, Registered Users 2 Posts: 2,660 ✭✭✭Baz_


    did you try the documentation, not trying to be smart but the type of people who make that program would usually write up the more technical parts (exactly like this) first. Try googling, I'd be surprised if you didn't find it...


  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    I'm not sure, but I'd guess that Open Office comes with ODBC drivers. If that's the case just set up a system DSN using the ODBC control panel icon and connect to it that way.

    Alternately you could try downloading MSDE instead, it's the free version of SQL server.


  • Registered Users, Registered Users 2 Posts: 4,003 ✭✭✭rsynnott


    OpenOffice doesn't come with a database; it just comes with a database access system. Try MySQL or PostGreSQL.


  • Closed Accounts Posts: 2,639 ✭✭✭Laguna


    Thanks for the help everyone. I'll check out MSDE as I feel Open Office is too messy.


Advertisement