[PHP-DB] Connecting, and interacting with Lotus Notes databases...

2004-02-11 Thread Tristan . Pretty
I did a search on Google, and turned up a few links, but they all seemed to be on about mail databases... however, I need to talk to other databases... I'm hoping that it'll be as easy as it is to talk to MySQL... anyone got any experience in that? Tris...

Re: [PHP-DB] Connecting, and interacting with Lotus Notes databases...

2004-02-11 Thread Robert Twitty
ODBC is the only way that I am aware of for connecting to a Lotus Notes database via PHP. -- bob On Wed, 11 Feb 2004 [EMAIL PROTECTED] wrote: I did a search on Google, and turned up a few links, but they all seemed to be on about mail databases... however, I need to talk to other

Re: [PHP-DB] Compatibility between Sybase and PHP

2004-02-11 Thread Robert Twitty
Unless I am mistaken, but isn't it possible to build the sybases extension using the Sybase client library and not FreeTDS? -- bob On Wed, 11 Feb 2004, Alan Chan wrote: Hi, I found that there is a problem in the version compatibility between our Sybase server and PHP/apache server. PHP can

RE: [PHP-DB] Connecting, and interacting with Lotus Notes databases...

2004-02-11 Thread Tristan . Pretty
Sadly, no... I'm totaly new to Notes, and all I know is... 1. There is a databse, that stores our events 2. I need to add/delete/edit etc these events via our web site (run with PHP) I take it I should totter off, and find out exactly how the database is structured first? I don't know squat

[PHP-DB] Building A Query

2004-02-11 Thread Benjamin Jeeves
Hi All I have a form with a number of checkboxs on it and what I would like to be able to do is build a query base on the checked checkedboxes. The database I am using is mysql Thank You Ben

Re: [PHP-DB] Building A Query

2004-02-11 Thread John W. Holmes
From: Benjamin Jeeves [EMAIL PROTECTED] I have a form with a number of checkboxs on it and what I would like to be able to do is build a query base on the checked checkedboxes. All depends on what you're actually doing, but I assume each checkbox is related to a row in the database? And each

[PHP-DB] Accessing my variables

2004-02-11 Thread J. Kevin C. Burton
Hey all.. I am using PHP5 and apache 2.0 on windows xp pro. My problem is: I have an include file: global.inc.php Inside that file I have: $myVariable = xankjndckjnskncd; now I have a index.php that has: ? Include('global.inc.php); Print $myVariable; ? Anyone got a clue on this one?

[PHP-DB] DBX_Connect

2004-02-11 Thread J. Kevin C. Burton
For those of you have tried the dbx_connect method using ODBC.. Please help. Here is my error: Date: 11-02-2004 13:27:18 Error type: 2 Error message: dbx_connect() [ http://localhost/function.dbx-connect function.dbx-connect]: dbx: module 'DBX_ODBC' not loaded. Script:

Re: [PHP-DB] Accessing my variables

2004-02-11 Thread Fedde van Feggelen
My problem is: I have an include file: global.inc.php Inside that file I have: $myVariable = xankjndckjnskncd; now I have a index.php that has: ? Include('global.inc.php); Print $myVariable; ? Anyone got a clue on this one? Depends on what your problem is, not really a clear problem

RE: [PHP-DB] Accessing my variables

2004-02-11 Thread Gary Every
You're missing a ' in your include statement, after .php Gary Every Sr. UNIX Administrator Ingram Entertainment Inc. 2 Ingram Blvd, La Vergne, TN 37089 Pay It Forward! -Original Message- From: J. Kevin C. Burton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:29 AM To:

RE: [PHP-DB] Connecting, and interacting with Lotus Notes databases...

2004-02-11 Thread Robert Twitty
If you are going to use a Notes database over the web, the easiest way to do this is with the Lomino Web Servwer. -- bob On Wed, 11 Feb 2004 [EMAIL PROTECTED] wrote: Sadly, no... I'm totaly new to Notes, and all I know is... 1. There is a databse, that stores our events 2. I need to

[PHP-DB] Re: DBX_Connect

2004-02-11 Thread Thierry Bothorel
Do not know, are ODBC functions always built in win32 binaries for PHP5? J. Kevin C. Burton [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] For those of you have tried the dbx_connect method using ODBC.. Please help. Here is my error: Date: 11-02-2004 13:27:18 Error

[PHP-DB] Run SQL-Server command using PHP

2004-02-11 Thread indra Siregar
How I can run sql-server using PHP, like sp (stored procedure) in SQL-Server ThankYou -- Indra Siregar IF02008 Politeknik Informatika Del -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Connecting, and interacting with Lotus Notes databases...

2004-02-11 Thread Chris Ruprecht
I have set up a notes server to use port 81 (instead of port 80) for it's HTTP server component. You can do that within Notes Admin. A lot of the notes DB templates can be used on the web without any additional programming, so you might be all set :). You can put a link from your normal web

[PHP-DB] please test PEAR DB 1.6.0RC6

2004-02-11 Thread Daniel Convissor
Hello Yet Again: Sorry to be crying wolf so many times over the past week, but another release of PEAR DB was made yesterday, 1.6.0RC6. The biggest improvement in this release is better mapping of error codes. Several DBMS's now properly report duplicate key constraint violations as