RE: [PHP] Re: odbc remote

2006-06-07 Thread Warren Vail
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

[PHP] Re: odbc remote

2006-06-07 Thread Peter Kuma
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

[PHP] Re: ODBC connection..

2004-02-10 Thread Ben Ramsey
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

[PHP] Re: odbc functions - not binary safe?

2004-01-27 Thread Anthony
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

[PHP] Re: ODBC

2002-08-02 Thread Scott Fletcher
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

[PHP] Re: ODBC Failures

2002-07-01 Thread Richard Lynch
>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","

RE: [PHP] RE: ODBC for Informix

2002-06-18 Thread Andrew Hill
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.

[PHP] RE: ODBC for Informix

2002-05-23 Thread Juraj Hasko
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

[PHP] Re: ODBC number of rows?

2002-05-01 Thread Manuel Lemos
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

RE: [PHP] Re: odbc linux to win2000

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

[PHP] Re: odbc linux to win2000

2002-01-18 Thread Ergin Aytac
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

[PHP] Re: ODBC to Access with Autonumber Field

2001-11-21 Thread Richard Lynch
> 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

[PHP] Re: ODBC connect w/ connectstr instead of DSN

2001-09-21 Thread Richard Lynch
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

[PHP] RE: Odbc Vs Oracle

2001-01-31 Thread Nold, Mark
- 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