[PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
in php.ini, it always crashes with the same error. TIA, -- Andrew Hill Software Developer Awarez Ltd. Kirkman House, 12-14 Whitfield Street, London W1T 2RF T: +44 (0)20 7299 7367 F: +44 (0)20 7299 7374 IRC: #max on freenode.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
Marek Kilimajer wrote: Andrew Hill wrote: The problem is that in my php.ini file, I have the line: memory_limit = 8M So, why is PHP reporting that the allowed memory size is 256M? The phpinfo() function correctly reports that memory_limit is set to 8M. Are you running phpini

RE: [PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
Andrew Hill wrote: The problem is that in my php.ini file, I have the line: memory_limit = 8M So, why is PHP reporting that the allowed memory size is 256M? The phpinfo() function correctly reports that memory_limit is set to 8M. I've just been informed off-list

[PHP] Use of date(), and therefore time(), in the PEAR Date class

2004-09-10 Thread Andrew Hill
actually get the correct time! Can anyone please suggest what might be causing date()/time() to (sometimes) return an incorrect time inside the Date class? Cheers, -- Andrew Hill Developer Awarez Ltd. Kirkman House, 12-14 Whitfield Street, London W1T 2RF T: +44 (0)20 7299 7370 F: +44 (0)20 7299 7374

[PHP] flock(), fclose() and O/S buffering

2004-07-01 Thread Andrew Hill
and output process, it would be necessary to use a separate lockfile, which is opened and locked *before* the file to be written to is opened, written, and then closed, after which the lock on the lockfile can be released. Can anyone please confirm that this is the case? Thanks, -- Andrew Hill [EMAIL

Re: [PHP] OCDB Connection from unix box

2002-10-27 Thread Andrew Hill
Hi Peter, Check out the PHP-ODBC HOWTO's on http://www.iodbc.org, this will help you get the *nix side set up. You will also need an appropriate driver to install on the *nix box - OpenLink has 30 day trials if you require one. Best regards, Andrew Hill Director of Technology Evangelism

Re: [PHP] php and databases

2002-10-26 Thread Andrew Hill
Or, more simply - set up an ODBC DSN on the Windows box to the MySQL database, and simply link the tables into Access. Best regards, Andrew Hill Director of Technology Evangelism - OpenLink Software Universal Data Access and the Virtuoso Universal Server http://www.openlinksw.com/virtuoso

Re: [PHP] Does anyone knows File Maker

2002-10-07 Thread Andrew Hill
Elliot, PHP works just fine with ODBC, using the iODBC Driver Manager as per the HOWTO at http://www.iodbc.org. This should work against FMPro under Windows as well. Best regards, Andrew Hill Director of Technology Evangelism - OpenLink Software Universal Data Access and the Virtuoso Universal

RE: [PHP] xml to mysql

2002-09-04 Thread Andrew Hill
Server is available as a free download - let me know what you think. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: DtM [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-08 Thread Andrew Hill
Doug, Have you tried setting the variables with putenv() ? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Doug Smith [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] Re: can i use --with-unixODBC instead of --with-ibm-db2?

2002-08-08 Thread Andrew Hill
Doug, It may be - I'm a bit more familiar with iODBC. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Doug Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: [PHP] Close A Databse Connection

2002-07-26 Thread Andrew Hill
+1 right. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 2:22 PM To: [EMAIL PROTECTED

RE: [PHP] Re: Where do I specify a DSN?

2002-07-25 Thread Andrew Hill
to use a File/User DSN instead of a System DSN. 4. on *nix - you haven't specified your ODBCINI environment variable like: putenv(ODBCINI=/path/to/odbc.ini); (note LD_LIBRARY_PATH and ODBCINSTINI may have to be defined as well!) Best regards, Andrew Hill Director of Technology Evangelism

RE: [PHP] Using PHP to access a Microsoft SQL server

2002-07-25 Thread Andrew Hill
ODBC can do this directly - no root privs needed. http://www.php.net/odbc Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Lazor, Ed [mailto:[EMAIL

RE: [PHP] [GURU] PHP w/ Informix DB ISQL 7.20 and Dynamic server 7.30

2002-07-25 Thread Andrew Hill
Hi Emile, Sure, ODBC should work just fine. Let me know if you need info on setting it up. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Emile Bosch

RE: [PHP] ODBC Failures

2002-07-25 Thread Andrew Hill
How does it fail? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: David Busby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 4:29 PM To: php

RE: [PHP] Where do I specify a DSN? v0.2

2002-07-25 Thread Andrew Hill
- the instructions should be similar for UnixODBC. Hint - look at the putenv() calls. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: David Busby [mailto

[PHP] HOWTO: ODBC-PHP-Apache2

2002-07-25 Thread Andrew Hill
://www.iodbc.org/odbc-php-apache2.html Please provide feedback and comments! Best regards, Andrew Hill Director of Technology Evangelism - OpenLink Software What is Virtuoso? http://www.openlinksw.com/virtuoso/whatis.htm -- PHP General

RE: [PHP] RE: ODBC for Informix

2002-06-18 Thread Andrew Hill
Hi Kevin, You can also obtain ODBC Drivers for Informix from OpenLink - http://www.openlinksw.com Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server -Original Message- From: Juraj

RE: [PHP] Error Reporing Questions with Mac

2002-06-18 Thread Andrew Hill
Kevin, This can either be set dynamically by the error_reporting() function, or changed in the php.ini file. http://www.php.net/manual/en/function.error-reporting.php http://www.php.net/manual/en/features.error-handling.php Best regards, Andrew Hill Director of Technology Evangelism OpenLink

RE: [PHP] Re: Getting PHP on FreeBSD to talk to MSSQL Server 7...

2002-05-21 Thread Andrew Hill
And you can also use ODBC Drivers, after linking --with-iodbc as per the HOWTO's on www.iodbc.org. You may obtain drivers from OpenLink. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Virtuoso Universal Server

RE: [PHP] ODBC number of rows?

2002-05-03 Thread Andrew Hill
Brian, This returns -1 for most drivers in a Select, but should return appropriate info in an Update, Alter, Insert, etc. If you need the feature when returning rows of data, you may simply create a loop and increment a counter variable as you iterate over the result se5t. Best regards, Andrew

RE: [PHP] PHP and MS Access

2002-04-05 Thread Andrew Hill
Ronan, Check these: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306269 http://support.microsoft.com/default.aspx?scid=kb;EN-US;q174943 It's most likely an issue with how you have your DSN setup or how apache is running. Best regards, Andrew Hill Director of Technology Evangelism

RE: [PHP] Using ODBC

2002-04-04 Thread Andrew Hill
What problems are you having? It's fairly straightforward - create a System DSN and test it in the ODBC Administrator, and use it in the odbc functions in PHP. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access

RE: [PHP] Mac Classic and PHP...

2002-03-18 Thread Andrew Hill
Or even put the 68k linux distro (I forget its name) on their 8500. Actually, an 8500 can run LinuxPPC or SuSe for PPC just fine. I've got PHP, iODBC, Apache, etc running great on this setup for testing purposes. Best regards, Andrew Hill Director of Technology Evangelism http

RE: [PHP] Database abstraction layer oci

2002-03-11 Thread Andrew Hill
Most powerful meaning being tied to Oracle? :) ODBC is not inherently slower than oci or any native access, and a properly written ODBC driver will actually enforce additional functionality against the back-end database. Best regards, Andrew Hill Director of Technology Evangelism OpenLink

RE: [PHP] Database abstraction layer oci

2002-03-08 Thread Andrew Hill
I suggest simply using ODBC. Best regards, Andrew Hill Director of Technology Evangelism http://www.openlinksw.com/virtuoso/whatis.htm OpenLink Virtuoso Internet Data Integration Server -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08

RE: [PHP] DB2 from PHP : ODBC ?

2002-02-27 Thread Andrew Hill
-expiring downloads at www.openlinksw.com for development and testing. Hope this helps! Best regards, Andrew Hill Director of Technology Evangelism http://www.openlinksw.com/virtuoso/whatis.htm OpenLink Virtuoso Internet Data Integration Server -Original Message- From: Mario Bittencourt

RE: [PHP] PHP + ODBC on IIS (Win2k)

2002-02-26 Thread Andrew Hill
Sebastian, Check your System DSN - Options button, and verify that you don't have Exclusive checked off. Hope this helps. Best regards, Andrew Hill Director of Technology Evangelism http://www.openlinksw.com/virtuoso/whatis.htm OpenLink Virtuoso Internet Data Integration Server -Original

RE: [PHP] PHP + ODBC on IIS (Win2k)

2002-02-26 Thread Andrew Hill
Ignacio, He can use Access and local ODBC just fine, as he is on a Windows box. Actually, the ODBC Socket server isn't needed from Linux either, as OpenLink provides Single-Tier and Multi-Tier ODBC drivers from *nix platforms to many databases. Best regards, Andrew Hill Director of Technology

[PHP] RE: [PHP-DB] odbc functions

2002-02-04 Thread Andrew Hill
($result_id); ? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 10:36 AM

RE: [PHP] Building my site... again

2002-01-25 Thread Andrew Hill
Note, This will not work with PHP as a CGI. Best regards, Andrew Hill * and then Torkil Johnsen blurted Now. I would of course like for my site to be listed in the search engines, and I wouldn't mind getting search hits on both cars and ferrari. But. Will the web spiders and web

RE: [PHP] Building my site... again

2002-01-25 Thread Andrew Hill
: index.php/foo/bar Best regards, Andrew Hill -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:03 AM To: PHP-General Subject: Re: [PHP] Building my site... again -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Andrew Hill

RE: [PHP] Re: odbc linux to win2000

2002-01-18 Thread Andrew Hill
/suppindx.htm if you run into problems. You will need to link your PHP against the iODBC Driver Manager, as per the HOWTOs at www.iodbc.org. Let me know how you get on. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] ODBC Connection

2002-01-16 Thread Andrew Hill
with the server-side components on the Windows box. Let me know if you need additional assistance configuring ODBC from *nix. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original

RE: [PHP] Apache Error 500

2001-12-31 Thread Andrew Hill
Patrick, It's likeley that one that one server PHP is installed as a GGI - unfortunatley the trick you want to use only work when PHP is installed as a module. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] PHP + DB2

2001-12-17 Thread Andrew Hill
Rares, Using ODBC should be fine; what problems are you having with input/output parameters? Also, what ODBC drivers are you using? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

RE: [PHP] UPDATE Query works in odbc/Mysql, but fails in odbc/MS Access

2001-12-06 Thread Andrew Hill
mweb, MS points to a datetime issue: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q246570 As far as a reference - I'm guessing somewhere on MS's site? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] FreeBSD 4.3, PHP 4.0.6 unixODBC -- Undefined Symbol

2001-12-05 Thread Andrew Hill
Joe, What is the problem you were having with OpenLink and iODBC under BSD? If threading errors, you can simply download the non-threaded version of the SDK and drivers from our site. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com

RE: [PHP] Re: FOLLOW UP on column names not liked by odbc/php/access

2001-12-05 Thread Andrew Hill
mweb, I suggest you use the ODBC Metadata functions in PHP to describe your database, e.g. odbc_tables, odbc_columns, odbc_primarykeys, odbc_foreignkeys, etc. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] URGENT: IIS server now OK, but MS access DB not reachable

2001-12-04 Thread Andrew Hill
mweb, Are you using a File or User DSN? You DSN domain needs to be a working System DSN, succesfully tested in your ODBC Adminsistrator. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

RE: [PHP] Column name not liked by PHP/ODBC and Access

2001-12-04 Thread Andrew Hill
mweb, Just a guess - is Note a reserved word? you might want to quote/escape it. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: mweb

RE: [PHP] Problem connecting to mysql via odbc

2001-11-30 Thread Andrew Hill
Mweb, Set your ODBCINI environment variable (and others) as per the HOWTO at www.iodbc.org. This HOWTO is for iODBC, but the concepts are the same for this error condition. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data

RE: [PHP] odbc with access on win2k

2001-11-20 Thread Andrew Hill
Paul, Use a System DSN. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Paul Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20

RE: [PHP] Setting up PHP and ODBC on Linux

2001-11-19 Thread Andrew Hill
Mweb, The iODBC site is back up; I recommend downloading the iODBC SDK and using that. I apologize for the inconvenience; we had a power station fire in the neighborhood! Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data

RE: [PHP] Desperate: odbc_connect() does not work! Please help!

2001-11-19 Thread Andrew Hill
Simon, You may use the 91b driver against a 91c database, connecting in sockets, or you may use the 91 object file we ship and relink it against your 91c installation to produce a shared-memory version. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http

RE: [PHP] Anyone knows how to prevent nonACSII chars convertion with MSSQL?

2001-11-14 Thread Andrew Hill
Tomaz, In spite of your ODBC adversion it may be your best bet :) One related option - OpenLink has a FreeTDS based driver available that you may wish to try. Please let me know if you require assistance. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http

RE: [PHP] newbie question about odbc_connect

2001-11-14 Thread Andrew Hill
to piggyback a Linux ODBC DSN onto a local or remote JDBC Driver instead of an ODBC driver; let me know if you require assistance. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers

RE: [PHP] Re: Faking MS Access on MySQL linux box

2001-11-12 Thread Andrew Hill
John, OpenLink's Multi-Tier drivers can get you from Linux to MSAcess on Windows. Mweb, I'd just use ODBC against MySQL for testing. There isn't any way to actually run an Access DB on Linux. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http

RE: [PHP] Desperate: odbc_connect() does not work! Please help!

2001-10-31 Thread Andrew Hill
.: setenv(ODBCINI=/path/to/odbc.ini); setenv(LD_LIBRARY_PATH=/path/to/your/driver/manager/lib); You may also which to try this connection with odbctest, a sample application available in the iODBC SDK at www.iodbc.org. HTH! Best regards, Andrew Hill Director of Technology Evangelism OpenLink

RE: [PHP] Desperate: odbc_connect() does not work! Please help!

2001-10-31 Thread Andrew Hill
, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Kraa de Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:59 PM To: '[EMAIL PROTECTED]'; Php

RE: [PHP] Desperate: odbc_connect() does not work! Please help!

2001-10-31 Thread Andrew Hill
files or some environment variable could be missing. I will have a look at it. Thanks, Simon. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: woensdag 31 oktober 2001 20:25 To: Kraa de Simon; Php-General (E-mail) Subject: RE: [PHP] Desperate

RE: [PHP] Installing ODBC

2001-10-30 Thread Andrew Hill
Hi, You should compile --with-iodbc pointing to the odbcsdk directory, not just the libiodbc file. The SDK is available at www.iodbc.org. You will also need your LD_LIBRARY_PATH varible set to include the directory where libiodbc is. Best regards, Andrew Hill Director of Technology Evangelism

RE: [PHP] Microsoft Access

2001-10-26 Thread Andrew Hill
assistance. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Alex Shi [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 8:56 PM

RE: [PHP] php/Oracle db connection

2001-10-26 Thread Andrew Hill
: ODBCINI (pointing to the odbc.ini) ODBCINSTINI (pointitng to the odbcinst.ini) LD_LIBARARY_PATH (pointing to the lib directory that contains the libiodbc.so file) DSNs need to be configured in the odbc.ini Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http

RE: [PHP] php/Oracle db connection

2001-10-25 Thread Andrew Hill
Toni, Note the Unknown host. Check your odbc.ini for the Host field of the DSN you are using. Ensure it's resolvable. Try an IP address instead maybe. Also, set the variables in the environment and see if your DSN works in odbctest without PHP in the mix. Best regards, Andrew Hill Director

RE: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Andrew Hill
Note, this is not currently possible under the CGI, only as a module. Best regards, Andrew Hill -Original Message- From: John A. Grant [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Submitting variables via /'s Ashley

RE: [PHP] XML works like a DataBase?

2001-09-25 Thread Andrew Hill
do need XML, then convert from relational data to XML on the fly. There are several ways to do this. An easy one is our database: Virtuoso You can download it for free at http://www.openlinksw.com/virtuoso Hope this helps. Best regards, Andrew Hill Director of Technology Evangelism OpenLink

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-24 Thread Andrew Hill
Jeffrey, Ensure your ORACLE_SID is also set. This is a case of Oracle environment variables. Log in as the oracle user and look at the output of an 'env'. You are missing something there. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com

RE: [PHP] Progress database

2001-09-21 Thread Andrew Hill
Richard, Regarding Progress, you are probably going to come back to ODBC :) When you do, feel free to give our drivers a try. You will be pleasantly surprised. Let me know if I can help in any way. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
Jeffrey, Set your ORACLE_HOME environment variable. putenv(ORACLE_HOME=/path/to/oracle/home/dir); etc. HTH Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle I did but didnt work. Jeffrey Iskandar Ahmad System Engineer Technology Division TIME dotNet -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 9:09 PM

Re: [PHP] Help a newbie?

2001-09-15 Thread Andrew Hill
Apache is my vote. And change your system date, please - it's messing with my inbox sort :) Cheers, Andrew Hill OpenLink Software On Sunday, August 2, 1998, at 03:14 AM, Peter Gibson wrote: Hi! Simple question... Should I use IIS (5.0) or apache for development of PHP before I upload

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

2001-09-13 Thread Andrew Hill
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

Re: [PHP] Dynamic Form

2001-09-12 Thread Andrew Hill
Here is my take on it, cobbled together with the help of a js wizard friend of mine: ?php include(config.inc.php); //config contains database connection params ? html head titleDynamic Dropdown Menus/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 script

RE: [PHP] HELP!!!

2001-09-10 Thread Andrew Hill
Boris, Compiling with ODBC translates to linking with an ODBC Driver Manager. An Open Source Driver Manager is iODBC - www.iodbc.org There is also a HOWTO on the site for PHP compiling --with-iodbc. You will still need a driver for your ASA, but it appears you have this. Best regards, Andrew

RE: [PHP] iODBC support (--with-iodbc[=DIR])

2001-09-04 Thread Andrew Hill
Simon, The HOWTO on www.iodbc.org walks through the steps with links to specific file downloads. As far as what libc version you need, do the following on your RedHat box: rpm -qa |grep libc the latest version number that shows up is what you need compatibility for. Best regards, Andrew Hill

RE: [PHP] PHP with Access?

2001-09-04 Thread Andrew Hill
on Windows is you have not configured your PHP installation to support ODBC :) Either view the install docs to enable the extension: http://www.php.net/manual/en/install-windows.php or upgrade to 4.0.6 or later, which will support ODBC on Windows by default. Best regards, Andrew Hill Director

RE: [PHP] iODBC Troubles / Troubles in ODBC Land

2001-08-28 Thread Andrew Hill
these question on the DB list - the cross post to the general list isn't necessary. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Jonathan Hilgeman

Re: [PHP] Use PHP to connect to Oracle 8i database

2001-08-27 Thread Andrew Hill
available if you encounter problems. Best regards, Andrew Hill Director of Technology Evangeslim OpenLink Software http://www.openlinksw.com XML and eBusiness Infrastructure Technology Providers On Monday, August 27, 2001, at 05:04 PM, Joe Conway wrote: I want to use php to connect to an Oracle 8i

[PHP] Archives

2001-08-08 Thread Andrew Hill
Richard, Check out http://marc.theaimsgroup.com The WWW section contains many PHP list archives. I couldn't live without this resource. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

RE: [PHP] PHP-Linux Sybase-Windows

2001-08-02 Thread Andrew Hill
-user license, and free support is available at http://www.openlinksw.com/support/suppindx.htm. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From

RE: [PHP] Connecting PHP to SQL Server

2001-07-30 Thread Andrew Hill
for a free download and come with a non-expiring 2-user license. Free support is also available at http://www.openlinksw.com/support/suppindx.htm should you run into problems. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access

RE: [PHP] Apache + Oracle + PHP on HPUX

2001-07-26 Thread Andrew Hill
. This should get your environment fairly well setup. If you require assistance, free support is available at http://www.openlinksw.com/support/suppindx.htm Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

Re: [PHP] progress dbi?

2001-07-25 Thread Andrew Hill
, and supports the ODBC 3.5 API and includes a GUI control panel on Mac OS X, Linux, and many Unix platforms. OpenLink's commercial drivers download with a free non-expiring 2 user license. Support is available at http://www.openlinksw.com Best regards, Andrew Hill Director of Technology

RE: [PHP] ODBC Function equivalent to MySql_Fetch_Array

2001-07-11 Thread Andrew Hill
Bob, Why doesn't odbc_fetch_into give you what you want? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Bob Horton [mailto:[EMAIL PROTECTED

RE: [PHP] ODBC Function equivalent to MySql_Fetch_Array

2001-07-11 Thread Andrew Hill
Bob, Perhaps use odbc_field_name or even odbc_specialcolumns with odbc_fetch_into? I do agree that mysql_fetch_array is quite useful. Dan - what do you think? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] ODBC Function equivalent to MySql_Fetch_Array

2001-07-11 Thread Andrew Hill
Bob, Perhaps use odbc_field_name or even odbc_specialcolumns with odbc_fetch_into? I do agree that mysql_fetch_array is quite useful. Dan - what do you think? Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data

RE: [PHP] Which DB abstraction ?

2001-06-21 Thread Andrew Hill
Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Robert Mena [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 11:47 PM To: php mailing

RE: [PHP] Forum script

2001-06-20 Thread Andrew Hill
www.phorum.org Best regards, Andrew -Original Message- From: Rosen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 11:23 AM To: [EMAIL PROTECTED] Subject: [PHP] Forum script Hi Can someone recommend me some good script for forums ? Thanks, Rosen --

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Andrew Hill
Jack, Check out www.interakt.ro Best regards, Andrew -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 6:45 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP Interact with DreamWaver Dear All I'm fresh on the php, but i just want to ask what

RE: [PHP] A universal Database Class

2001-05-18 Thread Andrew Hill
at www.iodbc.org. Please let me know if you require assistance. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Brandon Orther [mailto:[EMAIL

RE: [PHP] PHP4 and MySQL on Macintosh

2001-05-15 Thread Andrew Hill
Andy, Go Mac OS X - and roll your own install. I notice you are using ODBC in another post - there is a HOWTO at www.iodbc.org for compiling PHP, Apache, and iODBC (ODBC Driver Manager) under Mac OS X. Let me know if you run into problems. Best regards, Andrew Hill Director of Technology

RE: [PHP] ODBC connect

2001-05-15 Thread Andrew Hill
Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology Providers -Original Message- From: Andreas Pucko [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 9:02 PM To: Php (E-mail

RE: [PHP] installing PHP on a sun box

2001-05-14 Thread Andrew Hill
Joseph, You should check that 'cc' is installed on your system. (try typing: cc) If you get language optional software package not installed then you will need to install the developer tools, including the c-compiler. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software

RE: [PHP] Shopping cart search

2001-05-10 Thread Andrew Hill
You may wish to check here for comparsons: http://www.l-i-e.com/compare/ Plus, there was a discussion set up in onelist - phpcart. It's idle now but may be searchable. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access

RE: [PHP] trying to activate php4 module

2001-05-04 Thread Andrew Hill
Jeff, You have an extra / this: --activate-module=/src/modules/php4/libphp4.a should be: --activate-module=src/modules/php4/libphp4.a Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access Data Integration Technology

Re: [PHP] Trouble Setup !!!!!!!!!

2001-05-02 Thread Andrew Hill
Hi Luis, I recommend you 'roll your own'. There are some straightforward steps for a install on Unix in the manual: http://www.php.net/manual/en/install.unix.php Best regards, Andrew Andrew Hill - OpenLink Software Directory of Technology

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-27 Thread Andrew Hill
Hi, A small correction, remote ODBC DSNs work fine with Access. It's simply a question of installing appropriate drivers. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-26 Thread Andrew Hill
-- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.openlinksw.com -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 10:02 PM To: [EMAIL PROTECTED

Re: [PHP] Ultradev PHP Server Model

2001-04-26 Thread Andrew Hill
Check out www.interakt.ro It's beta... but functional. Best regards, Andrew On Thursday, April 26, 2001, at 06:46 PM, John Platte wrote: John Monfort wrote: I was wondering, is anyone aware of a PHP server model, for Ultradev? Or, any leads on how I can create one? I'm developing a

Re: [PHP] What is this??

2001-04-26 Thread Andrew Hill
notices. All the options you can use are listed here: http://www.php.net/manual/en/html/features.error-handling.html Best regards, Andrew Andrew Hill - OpenLink Software Directory of Technology Evangelism Internet Data Integration Technology http

RE: [PHP] db to xls

2001-04-24 Thread Andrew Hill
Rahul, Why not just create a pivot table in Excel directly to Oracle? That way you would have a live view of the data. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http

RE: [PHP] Connecting to a MS Access database

2001-04-23 Thread Andrew Hill
can access multiple database schemas as if they are a single local schema). Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.openlinksw.com -Original Message- From

Re: [PHP] Connecting to a MS Access database

2001-04-22 Thread Andrew Hill
The Access native driver IS an ODBC driver. That is, I believe, your only option. Best regards, Andrew Andrew Hill - OpenLink Software Directory of Technology Evangelism Internet Data Integration Technology http://www.openlinksw.com On Saturday

Re: [PHP] Last Element in an Array?

2001-04-19 Thread Andrew Hill
)) HTH! Best regards, Andrew Andrew Hill - OpenLink Software Directory of Technology Evangelism Internet Data Integration Technology http://www.openlinksw.com On Thursday, April 19, 2001, at 07:57 PM, Jason Caldwell wrote: Is there a command which

RE: [PHP] New problem with PHP odbc_exec.

2001-04-18 Thread Andrew Hill
efine HAVE_SQL_EXTENDED_FETCH 1 " in php_odbc.h and recompile. This will prevent PHP from atomatically setting a cursor. Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.open

Re: [PHP] Oracle Connection

2001-04-15 Thread Andrew Hill
You can use ODBC as well. Compile PHP with iODBC (http://www.iodbc.org) and you can use an ODBC driver instead of the oci - this can bypass the Oracle client install in many cases. Best regards, Andrew Andrew Hill . Director Technology Evangelism

Re: [PHP] Access/SQL Server?

2001-04-15 Thread Andrew Hill
ds, Andrew -------- Andrew Hill . Director Technology Evangelism OpenLink Software . www.openlinksw.com Internet Data Integration Technology On 4/15/01 2:40 PM, "Bob Clingan" [EMAIL PROTECTED] wrote: What to I need to do/configure in order for PHP 4 to be able to connect to Access and/or

[PHP] RE: [PHP-DB] mysql_result()

2001-04-04 Thread Andrew Hill
-- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com -Original Message- From: Jordan Elver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:46 AM To: PHP Database Mailing List; PHP General Mailing List

  1   2   >