Re: [PHP-DB] Re: odbc problem

2007-03-12 Thread bedul
are u indonesian? - Original Message - From: "IMRAN" <[EMAIL PROTECTED]> To: "bedul" <[EMAIL PROTECTED]> Cc: "php.db" Sent: Monday, March 12, 2007 8:04 PM Subject: [PHP-DB] Re: odbc problem > Send me your code, I'll fix it for you... noo

[PHP-DB] Re: odbc problem

2007-03-12 Thread IMRAN
Send me your code, I'll fix it for you... - Original Message - From: "bedul" <[EMAIL PROTECTED]> To: "IMRAN" <[EMAIL PROTECTED]> Cc: "php.db" Sent: Monday, March 12, 2007 12:15 PM Subject: Re: odbc problem - Original Message - From: "IMRAN" <[EMAIL PROTECTED]> To: ""bedul"" <

Fw: [PHP-DB] Re: odbc problem (update.. SOLVED)

2007-03-12 Thread bedul
IL PROTECTED]> To: Sent: Monday, March 12, 2007 2:53 PM Subject: [PHP-DB] Re: odbc problem > Hello, > I faced same problems. My table had many rows but I couldn't run > odbc_num_fields. It return -1 result. I looked PHP help file. But I get rows > with odbc_fetch_row(

Re: [PHP-DB] Re: odbc problem

2007-03-12 Thread bedul
allright.. i don't blame anyone.. i just wanna say "thanks to everyone for helping me.." perhaps u right.. more rows make the script return ERROR.. - Original Message - From: "Haydar Tuna" <[EMAIL PROTECTED]> To: Sent: Monday, March 12, 2007 2:53 PM Sub

[PHP-DB] Re: odbc problem

2007-03-11 Thread Haydar Tuna
Hello, I faced same problems. My table had many rows but I couldn't run odbc_num_fields. It return -1 result. I looked PHP help file. But I get rows with odbc_fetch_row() function. My operating system was Windows 2003. I think, there is a bug odbc_num_fields function in Windows 2003 operat

[PHP-DB] Re: odbc problem

2007-03-11 Thread bedul
- Original Message - From: "IMRAN" <[EMAIL PROTECTED]> To: ""bedul"" <[EMAIL PROTECTED]> Cc: "php.db" Sent: Monday, March 12, 2007 1:03 PM Subject: Re: odbc problem > Is odbc_num_fields return any value ? > You can disable the warnings in php.ini file. > > Please let me know if that hel

[PHP-DB] Re: odbc problem

2007-03-11 Thread IMRAN
Is odbc_num_fields return any value ? You can disable the warnings in php.ini file. Please let me know if that helps... - Original Message - From: ""bedul"" <[EMAIL PROTECTED]> Newsgroups: php.db To: Sent: Monday, March 12, 2007 10:21 AM Subject: Fw: odbc problem > > - Original Me

[PHP-DB] Re: ODBC Problem

2005-10-14 Thread Serafin Agoiz
Good morning Rodrigo (morning at least here :-) ) Take a look at this link: http://www.shawnolson.net/a/946/ I had the same problem and now it's solved. The problem is that MySQL and maybe another DDBB, they doesn't expect the data to be in utf8. I have added this line: $variable = mysql_query

Re: [PHP-DB] Re: odbc going nuts

2003-07-04 Thread Pete Morganic
something. George -Original Message- From: Pete Morganic [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 1:56 pm To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: odbc going nuts Are registed globals off, otherwise u name to change $username to $_POST['username'] > Any suggestions (apart

RE: [PHP-DB] Re: odbc going nuts

2003-07-04 Thread George Pitcher
L PROTECTED] > Sent: 04 July 2003 1:56 pm > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: odbc going nuts > > > Are registed globals off, otherwise u name to change $username to > $_POST['username'] > > > Any suggestions (apart from dropping Access in favour of anot

[PHP-DB] Re: odbc going nuts

2003-07-04 Thread Pete Morganic
Are registed globals off, otherwise u name to change $username to $_POST['username'] > Any suggestions (apart from dropping Access in favour of another db - client choice) Oh dear.. Access is a real pain in the butt and we now NEVER deal with a client that selects Access. Never had any complai

[PHP-DB] Re: ODBC driver for ORACLE

2003-05-29 Thread Dave Smith
Alain Barbu wrote: > Hi, > > Is there any free ODBC Driver for ORACLE 9i to use with PHP, APACHE, LINUX > ? > > Regards > Alain The Oracle Client software includes a perfectly good ODBC driver. If you install the client it will be included. -- Dave Smith [EMAIL PROTECTED] -- PHP Database Mai

Re: [PHP-DB] Re: ODBC?

2002-09-27 Thread Andrew Hill
And if you are using ODBC from *nix, you will want to configure it --with-iodbc as per the HOWTO at www.iodbc.org. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software - http://www.openlinksw.com On Tuesday, September 24, 2002, at 10:34 AM, Ever Lopez wrote: > First ma

[PHP-DB] Re: ODBC?

2002-09-24 Thread Ever Lopez
First make sure you have installed the MyODBC Driver Then make a odbc DSN to the MySQL database. Finally try something like this: odbc_connect($DSN_Name,$UserName, $Password) or die("Could not connect to the datasource"); Hope this helps... "Chris Payne" <[EMAIL PROTECTED]> escribió en el me

Re: [PHP-DB] Re: odbc data sort problem (i think) :)

2002-08-29 Thread Andrew Hill
Lukas, Use varchar instead of char to avoid this issue - that is the behavior you should expect regardless of the driver or ODBC use. Best regards, Andrew Hill OpenLink Software On Thursday, August 29, 2002, at 05:07 AM, Lukas Boldrino wrote: > i got the problem. > the odbc driver fills unuse

[PHP-DB] Re: odbc data sort problem (i think) :)

2002-08-29 Thread Lukas Boldrino
i got the problem. the odbc driver fills unuses spaces in a row with blanks. goddamn *g* cu "Lukas Boldrino" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hey guys ! > > I´m trying to use a if syntax to compare data and preselect radiobuttons. > I tried it l

[PHP-DB] Re: odbc vs mysql

2002-04-03 Thread John Lim
Try odbc connection pooling. That should help. "Maris Kalnins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When connecting to database (Sybase) through ODBC it takes some time to > establish odbc connection with: > > $cx=odbc_pconnect($G_dbname, $G_dblogin,

RE: [PHP-DB] Re: ODBC and images

2002-03-26 Thread Andrew Hill
s.htm OpenLink Virtuoso Internet Data Integration Server > -Original Message- > From: Bruce S. Garlock [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 9:16 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: ODBC and images > > > Although this article is m

[PHP-DB] Re: ODBC and images

2002-03-26 Thread Bruce S. Garlock
Although this article is more geared towards MySQL, the principles should apply to ODBC, and you should be able to translate the MySQL functions to ODBC functions rather easily. http://www.phpbuilder.com/columns/florian19991014.php3 David Juras wrote: > Hi, > I'm working with PHP and ODBC

[PHP-DB] Re: odbc insert

2001-12-29 Thread George Nicolae
it's OK. I did it. -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com "George Nicolae" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > pls help me with syntax for insert into mdb via odbc.

[PHP-DB] Re: ODBC DataBase Paging Solution

2001-09-16 Thread Manuel Lemos
Hello Veniamin, On 14-Sep-01 06:29:52, you wrote: >Do somebody has a paging solution for ODBC connection ? Sure, try Metabase and this PHP class that can do all you need displaying results in HTML tables with links to go back and forth between result pages. Metabase http://phpclasses.UpperDesi

[PHP-DB] Re: ODBC and SQL Server

2001-09-08 Thread Ron Litzenberger
Are u still having password problems? What I did was use a sql account and not the NT account. So create a user account is SQL then set the odbc driver to connect using that account. I belive the reason the NT account wont work is because the account running PHP has permissions set to everyone

[PHP-DB] Re: ODBC failed

2001-08-14 Thread Al
You are using "phoneinfo" both as a table name and a datasource name. You *could* do that, but I don't think it's what you're trying for :) Go back to your control panel and see what you named the ODBC you created (datasource name, or DSN). You use that name for the first parameter for your ODBC