RE: [PHP] PHP + FreeBSD + ODBC -- Progress Database

2001-09-13 Thread Andrew Hill

Joseph,

It does appear you have iODBC compiled in already.  To confirm for this do a
find for libiodbc.so.
Yes, you do need iODBC here to act as the Driver Manager (a binding point so
PHP can interface with ODBC) but you will still need an actual ODBC driver.

Try the Multi-Tier driver from our site - the Product Availabilty link will
walk you through the selection process.
You will need to install the MT client components on your BSD box and the MT
server components on your Win box.

The drivers will download for free with a non-expiring 2-connection license,
and free support is available at
http://www.openlinksw.com/support/suppindx.htm if you require assistance
configuring your connection.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: Joseph Koenig [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 13, 2001 10:02 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] PHP + FreeBSD + ODBC -- Progress Database


 This is probably a really stupid question. I've been reading info on
 phpbuilder and at iodbc.org and I must just be missing something. What I
 want to do is connect to a Progress Database on WinNT from a FreeBSD 4.3
 server with PHP 4.0.6. Before I compiled PHP, I was under the impression
 I needed iodbc. On my PHP info page, it shows this configure line:

 './configure' '--with-mysql=/usr/local/mysql'
 '--with-pgsql=/usr/local/pgsql' '--enable-trans-sid'
 '--with-curl=/usr/local/bin/curl' '--enable-ftp'
 '--enable-magic-quotes' '--with-apxs=/usr/local/sbin/apxs'

 However, as I scroll down the page, I find this info:

 odbc

 ODBC Support  enabled
 Active Persistent Links   0
 Active Links  0
 ODBC library  iodbc
 ODBC_INCLUDE  -I/usr/local/include
 ODBC_LFLAGS   -L/usr/local/lib
 ODBC_LIBS -liodbc


 Directive Local Value
   Master Value
 odbc.allow_persistent On
   On
 odbc.check_persistent On
   On
 odbc.default_db   no value
   no value
 odbc.default_pw   no value
   no value
 odbc.default_user no value
   no value
 odbc.defaultbinmode   return as is
   return as is
 odbc.defaultlrl   return up to 4096
 bytes return up to 4096 bytes
 odbc.max_linksUnlimited
   Unlimited
 odbc.max_persistent   Unlimited
   Unlimited

 Now, to me that looks like I could theoretically do what I want to,
 correct? Any help with PHP + ODBC on FreeBSD would be much
 appreciated. Thanks,

 Joe

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP + FreeBSD + ODBC -- Progress Database

2001-09-13 Thread ignacio . estrada


You can go to the google.com searching engine, type ODBCSocketServer and
you will found very good information on ODBC.  However this solution uses
Microsoft Access database.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


   
 
Joseph Koenig  
 
joe@jwebmediTo: [EMAIL PROTECTED] 
 
a.com   cc:   
 
 Subject: [PHP] PHP + FreeBSD + ODBC -- 
Progress Database  
13/09/2001 
 
08:02  
 
Please 
 
respond to 
 
joe
 
   
 
   
 




This is probably a really stupid question. I've been reading info on
phpbuilder and at iodbc.org and I must just be missing something. What I
want to do is connect to a Progress Database on WinNT from a FreeBSD 4.3
server with PHP 4.0.6. Before I compiled PHP, I was under the impression
I needed iodbc. On my PHP info page, it shows this configure line:

'./configure' '--with-mysql=/usr/local/mysql'
'--with-pgsql=/usr/local/pgsql' '--enable-trans-sid'
'--with-curl=/usr/local/bin/curl' '--enable-ftp' '--enable-magic-quotes' '
--with-apxs=/usr/local/sbin/apxs'

However, as I scroll down the page, I find this info:

odbc

ODBC Supportenabled
Active Persistent Links   0
Active Links0
ODBC libraryiodbc
ODBC_INCLUDE-I/usr/local/include
ODBC_LFLAGS -L/usr/local/lib
ODBC_LIBS-liodbc


DirectiveLocal Value
   Master Value
odbc.allow_persistent   On
On
odbc.check_persistent   On
On
odbc.default_db  no value
  no value
odbc.default_pw  no value
  no value
odbc.default_user  no value
   no value
odbc.defaultbinmodereturn as is
 return as is
odbc.defaultlrl  return up to 4096
bytes return up to 4096 bytes
odbc.max_links  Unlimited
Unlimited
odbc.max_persistentUnlimited
   Unlimited

Now, to me that looks like I could theoretically do what I want to,
correct? Any help with PHP + ODBC on FreeBSD would be much appreciated.
Thanks,

Joe

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]