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
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"" <
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(
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
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
- 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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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.
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
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
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
23 matches
Mail list logo