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

2002-07-25 Thread Andrew Hill
dows, you are trying 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 Hil

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:[E

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 B

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:

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

[PHP] HOWTO: ODBC-PHP-Apache2

2002-07-25 Thread Andrew Hill
http://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 Ge

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: [E

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]]

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 PROTECTE

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]]

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] 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] 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 Evang

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: J

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] Setting Up Openlink ODBC to Work With PHP

2001-01-16 Thread Andrew Hill
Hi Grant, Check out this HOWTO, and ask if you have any questions: http://www.iodbc.org/odbc-phpHOWTO.html Best regards, Andrew -- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastruc

RE: [PHP] "Authenticating" across sites/servers

2001-01-23 Thread Andrew Hill
Also, you can check the value of $HTTP_REFERER for the ip of the trusted host, to further eliminate the potential. Best regards, Andrew Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Busi

Re: [PHP] Hyperlink using thumnail

2001-01-23 Thread Andrew Hill
t;; ?> page_two.php: "; ?> Best regards, Andrew ------ Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology On 1/23/01 9:23 PM, "Dave Stewart" <[EMAIL PR

[PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
ing instead. Is there some way of telling system() that it should look exactly like it does in a shell, or to tell the shell or expect not to generate this hidden info? Any advice would be appreciated! TIA, -- Andrew Hill "Right now, I'd happily snort gunk from the sink if it would tak

Re: [PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
Hey, you stole my name! ::grin:: Man is this going to get confusing. Best regards, Andrew -- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology On 1/23/01 11:35 PM, &qu

RE: [PHP] Integration of PHP with MS Outlook?

2001-01-25 Thread Andrew Hill
ndrew Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology Provider > -Original Message- > From: Jon Haworth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Januar

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
Thierry, Not sure if you need that 'echo' in there. Also, if you have problems, compiling PHP / apache under MacOS X isn't THAT complicated :) Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
The MacOS X Developer Tools (free from Apple's site with a developer registration) have all the necessary tools. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology

Re: [PHP] Using while as for...

2001-02-23 Thread Andrew Hill
for?? > Thank you!! Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [PHP] Using while as for...

2001-02-23 Thread Andrew Hill
Whups, forgot a blasted semicolon... $count = 1; while($count < 10) { echo "Number is $count \n"; $count++; } Cheers, Andrew On 2/24/01 12:20 AM, "Andrew Hill" <[EMAIL PROTECTED]> wrote: > $count = 1; > > while($count <

RE: [PHP] [PHP-DB] To use paradox??..

2001-02-26 Thread Andrew Hill
- hostname is the Win box - ServerType is Odbc - Database is foo - other parameters as needed If you run into problems, free support is available at http://www.openlinksw.com/support/suppindx.htm Best regards, Andrew --

Re: [PHP] Loss of connection handle object

2001-03-01 Thread Andrew Hill
Andrew, What is the open() function? Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/1/01 7:27 PM, "Andrew Halliday" <[EMAIL PROT

Re: [PHP] Loss of connection handle object

2001-03-01 Thread Andrew Hill
nection info from either the objects > properties or from parameters passed to it. > Can you see what Ive done wrong...if anything?!?! > > AndrewH > > ----- Original Message - > From: "Andrew Hill" <[EMAIL PROTECTED]> > To: "Andrew Halliday" &l

Re: [PHP] Set ODBC Timeout Value

2001-03-06 Thread Andrew Hill
Karl, ODBC drivers typically have a timeout configuration. Decreasing that may solve your problem. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/6

RE: [PHP] includes slooooooow

2001-03-09 Thread Andrew Hill
Replace include with include_once where you can. Best regards, Andrew > -Original Message- > From: Jens Kisters [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 11:08 AM > To: [EMAIL PROTECTED] > Subject: [PHP] includes slooow > > > Hi, i just finished my first really big p

Re: AW: [PHP] Cache Database-driven site

2001-03-12 Thread Andrew Hill
http://www.php.net/manual/en/ref.outcontrol.php Regards, Andrew On 3/12/01 6:40 PM, "Joe Maier" <[EMAIL PROTECTED]> wrote: > Aaron, > i would love to believe what you say. > But i couldn't find any buffering functions in the online docs. > > Could you please gimme a pointer on where i can fin

[PHP] ANN: OpenLink Press Release

2001-03-13 Thread Andrew Hill
vers Visit http://www.openlinksw.com/main/softdld.htm to download a free and non expiring evaluation copy Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com --

Re: [PHP] Executing a string with both html and php inside it..

2001-03-14 Thread Andrew Hill
Aviv, eval() http://www.php.net/manual/en/function.eval.php Best regards, Andrew On 3/13/01 6:35 PM, "Aviv Revach" <[EMAIL PROTECTED]> wrote: > Hey! > > What should I do in order to execute the next string: > $str = "\n" > $str .= "blabla\n"; > $str .= " \n"; > $str .= "blabla\n"; > $

Re: [PHP] Print MySQL DB as Exel File?

2001-03-14 Thread Andrew Hill
--- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/14/01 9:28 PM, "Jason Murray" <[EMAIL PROTECTED]> wrote: >> Could anyone help me out with how to print th

Re: [PHP] Has anyone got MSSQL2000 to connect and work properlly?

2001-03-15 Thread Andrew Hill
--- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/15/01 5:32 PM, "Brandon Orther" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to get PHP4 to connect to Microsoft SQL2000. A

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Andrew Hill
K and compiling --with-iodbc. Also, while our drivers are not Open Source, they are free for low-use environments (2 concurrent database connections). Please let me know if I may assist in any way. Best regards, Andrew --- Andrew Hill - OpenLink Software Dir

Re: [PHP] MS SQL databse connecting

2001-03-19 Thread Andrew Hill
Whups, sorry - looks like that should have been addressed to Michael. Best regards, Andrew On 3/19/01 12:13 PM, "Andrew Hill" <[EMAIL PROTECTED]> wrote: > Yoshi, > > Regardless if you use a commercial or free driver, the only thing you need to > compile with i

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
regards, 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 &g

RE: [PHP] New problem with PHP "odbc_exec".

2001-04-18 Thread Andrew Hill
e "#define 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:

Re: [PHP] Last Element in an Array?

2001-04-19 Thread Andrew Hill
array)) 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 wh

RE: [PHP] Connecting to a MS Access database

2001-04-23 Thread Andrew Hill
y through it (so you 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 > -Origi

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] 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 devel

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

Re: [PHP] What is this??

2001-04-26 Thread Andrew Hill
t;E_ALL & ~E_NOTICE" means "report all errors, except 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

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

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 Integrat

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 A

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] PHP+MS Access and/or MS SQL

2001-04-26 Thread Andrew Hill
rew -- 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: [

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

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
ww.php.net/manual/en/ref.odbc.php 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,

RE: [PHP] A universal Database Class

2001-05-18 Thread Andrew Hill
iver Manager 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: Bran

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 &

RE: [PHP] ODBC Connection

2002-01-16 Thread Andrew Hill
er 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

RE: [PHP] Re: odbc linux to win2000

2002-01-18 Thread Andrew Hill
pport/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 &

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 > ferr

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

2002-01-25 Thread Andrew Hill
ry "foo" and no file "bar": 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 > >

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

2002-02-04 Thread Andrew Hill
Richard, Simple example using MS SQL Server: 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

RE: [PHP] odbc_fetch_into(), is there a way to display each data while using this function?

2002-02-07 Thread Andrew Hill
Scott, Try something like this (untested): $row_num = 1; while (odbc_fetch_into($result, $row_num, $some_array) { $row_num++; while (list ($key, $val) = each ($some_array)) { echo "$key => $val"; } } Best regards

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] 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 Univers

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 Interne

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 Techn

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:

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,

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] 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 Evan

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 A

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 Evang

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, Andre

RE: [PHP] Microsoft Access

2001-10-26 Thread Andrew Hill
u need any 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, Octobe

RE: [PHP] php/Oracle db connection

2001-10-26 Thread Andrew Hill
you need to set: 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

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] Desperate: odbc_connect() does not work! Please help!

2001-10-31 Thread Andrew Hill
as appropriate? e.g.: 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 Di

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

2001-10-31 Thread Andrew Hill
x.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: Kraa de Simon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 200

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

2001-10-31 Thread Andrew Hill
y Progress 8.3b is supported. > > So you are saying that a setting in the .ini files or some environment > variable could be missing. > > I will have a look at it. > > Thanks, > > Simon. > > > -Original Message- > > From: Andrew Hill [mailto:[E

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

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
- you may also use the above method 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 &

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] 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: Tues

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 Integrat

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- >

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] 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 D

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] 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 &

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 Techno

Re: [PHP] mssql

2001-03-24 Thread Andrew Hill
ad is available at http://www.openlinksw.com and a HOWTO on compiling iODBC in with PHP (this is the Driver Manager, which is needed to use any ODBC drivers with Apache/PHP) is available at www.iodbc.org Hope this helps. Best regards, Andrew --- Andrew Hill - Ope

Re: [PHP] Is it possible to have href link refer to same PHP file?

2001-03-27 Thread Andrew Hill
Just check the value of the submit variable. If it's populated, then the form has been clicked. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com On 3/27

[PHP] RE: what exactly are /path/to/blah looking for? .h? .so? .a? what?!

2001-03-30 Thread Andrew Hill
Daevid, It's the path/to/odbcsdk It's looking for libiodbc.so :) Best regards, Andrew ------ Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com > -Original Messag

[PHP] Re: [PHP-DB] RE: [PHP] RE: what exactly are /path/to/blah lookingfor? .h? .so? .a? what?!

2001-03-30 Thread Andrew Hill
7 14:42 isql.h > > odbcsdk/examples: > total 112 > -rw-r--r--1 nobody html10321 Mar 7 14:42 odbctest.c > -rwxr-xr-x1 nobody html 92225 Mar 7 14:42 odbctest* > -rw-r--r--1 nobody html 3460 Mar 7 14:42 Makefile > > odbcsdk/driver: >

Re: [PHP] RE: [PHP-DB] help with compiling ODBC into PHP4

2001-04-02 Thread Andrew Hill
pen40/l3ko.taz (also available from iODBC.org). If you need other platforms, go to: http://www.iodbc.org/opliodbc.htm (iODBC) or http://www.openlinksw.com/main/softdld.htm (OpenLink) Best regards, Andrew --- Andrew Hill - OpenLink Software Director Techn

[PHP] Re: [PHP-DB] PHP4.0.4 segfaults with odbc_pconnect

2001-04-02 Thread Andrew Hill
in the environmnet, or odbctest wouldn't show your DSNs. So fix the ServerType, ensure working server-side components, and change your connection syntax for odbctest - you actually are just about there. Let me know if you need additional assistance. Best regards, Andrew

[PHP] iODBC Mac OS X HOWTO

2001-04-03 Thread Andrew Hill
m any relational database. I'll be uploading it to the www.iodbc.org site, but if anyone would like to comment on the initial draft, it's attached to the post. Any and all feedback is welcome - tell me anything is not clear! Best regards, Andrew ------ Andrew

[PHP] RE: [PHP-DB] iODBC Mac OS X HOWTO

2001-04-03 Thread Andrew Hill
Okay, so no attachments to the lists :) Here is the HOWTO: http://www.iodbc.org/osxphp_iodbc.htm Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com office

  1   2   >