Developers community number 1 connection string reference

ODBC Connection to Omnis Database

Posted 2012-01-19 19:28
by Jeff Ku
in the DSN Forum
I'd been looking at this for ages, but I've finally figured it out.

I'm posting this here in case anyone else in the future requires the info.

Using PHP/ODBC to connect to an Omnis Database (*.df1).

Here is the php

$dsn="DRIVER={OMNIS ODBC Driver};DataFilePath=C:FILENAME.df1;UserID='';Password=''";

$conn=odbc_connect ($dsn,'username','password');
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.