odbc manager utility, if you have one, and try adding the datasource,
looking for host name provisions).
Hope this helps,
Warren Vail
-Original Message-
From: Peter Kuma [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 2:51 PM
To: php-general@lists.php.net
Subject: [PHP] Re: odbc
Benjamin Adams wrote:
> how do I do a remote connection for odbc?
> Everything that I see is on the local machine.
> Can you do an odbc to a remote database?
As far as I know ODBC can be used only locally. Although some kind of
forwarding utilities might exist. Maybe it could be accomplished by
win
I don't know about a "user" DSN, but I do know it's possible to create
an ODBC connection, using the ODBC functions. Check out the manual:
http://us4.php.net/manual/en/ref.odbc.php
Andrew Kwiczola wrote:
Heya, I was wondering if its possible to create a odbc connection with
php, using a User D
If you're connecting to the mySQL database through ODBC (why not just
connect directly to mySQL server?) ... then you probably have to escape with
a single quote. For most ODBC drivers you escape ' with '' (two single
quotes) . took me a while to figure that one out, but works for me. :)
- An
Yes! Unfortunately, you'll have to install the special driver on the
Linux/Unix becuase of the communication difference between UNIX & Windows as
well as the language difference between these two. I tried using iODBC and
openLINK. After 1 1/2 years, I decided that open source code for this is n
>List,
> My ODBC connection is failing it seems...I can run this code just
>fine...odbc_connect and odbc_pconnect seem to work...the odbc_prepare
>even works just fine...but as soon as I execute (with odbc_execute,
>odbc_exec, or odbc_do it fails...any ideas?
>
>
>$db = odbc_pconnect("Desire","
uraj Hasko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 23, 2002 2:45 AM
To: 'Kevin Meredith'
Cc: [EMAIL PROTECTED]
Subject: [PHP] RE: ODBC for Informix
Hi,
ODBC drivers should be installed on server, you can download latest
Informix SDK w/ ODBC drivers from IBM:
http://www6.software.
Hi,
ODBC drivers should be installed on server, you can download latest Informix SDK w/
ODBC drivers from IBM:
http://www6.software.ibm.com/devcon/devcon/docs/clnt27wx.htm
Juraj
>-Original Message-
>From: Kevin Meredith [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, May 22, 2002
Hello,
Brian McGarvie wrote:
> odbc_num_rows($result);
>
> the above return -1 always, what other way can you check if any rows
> have been returned?
Many ODBC drivers can't return that information.
You may want to try this database abstraction layer that provides
emulation for that even when
amp; Data Integration Technology Providers
> -Original Message-
> From: Ergin Aytac [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 18, 2002 1:23 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: odbc linux to win2000
>
>
> I think I know it again. There is no sqlbase-
I think I know it again. There is no sqlbase-odbc driver available for
linux, only for win2000. So I have to write a bridge, which runs on win2000
and answers the php-sql-requests.
sorry for this question
ergin aytac
"Ergin Aytac" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">ne
> Does anyone have an example of Inserting a record to a table in an Access
> database where one of the fields is an Autonumber field, and most
Just don't specify that field at all on the insert, just like MySQL (and
any other database). That part of it is the same across every SQL database
I
I think it's not, last I heard...
But I don't use ODBC a lot, so don't rely on me if somebody else says
differently.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little t
-
Disclaimer: The information contained in this email is intended only for the
use of the person(s) to whom it is addressed and may be confidential or
contain legally privileged information. If you are no
14 matches
Mail list logo