[PHP-DB] PHP with Access DB without ODBC

2004-09-01 Thread Juan Torres
Hello, how can i connect php with an access db. I need to do it without use ODBC. Thanks, Juan Torres. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Multi queries with ODBTP

2004-04-12 Thread Juan Torres
Hi, I have a problem with ODBTP extension. If I have two (or more) odbtp_query, the first odbtp_query is lost by second odbtp_query. When I put: $l_rst = odbtp_query($l_str_sql, $l_cnn); print (odbtp_query_id($l_rst)); Always print value '0'. Can anybody help me? I want have two (or more) odbtp

Re: [PHP-DB] Japanese characters.

2004-02-16 Thread Juan Torres
Thanks very much, this extension is very good. Now i can work with unicode fields in my db. Again thanks, Juan Torres. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Japanese characters.

2004-02-13 Thread Juan Torres
How can I read from a SQL Server DB, a field of type 'nvarchar'. This field contais japanese characters. thanks! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Sql Server

2004-02-13 Thread Juan Torres
Hello, I have a connectoin ODBC with a SQL Server database. A table has a field of type 'nvarchar'. This field contains japanese characters. How can I read these japanese characteres? When I read (with: "select name from data") only read '?' character. Thaks ve

[PHP-DB] ODBC with SQL Server

2004-02-13 Thread Juan Torres
characters are shown correctly. My PHP file has follow code to work with Japanese characters: mb_internal_encoding("EUC-JP"); mb_http_output("EUC-JP"); mb_http_input("EUC-JP"); mb_language("Japanese"); My question: How can I show correctly the Japanese char

[PHP-DB] ODBC with SQL Server

2004-02-13 Thread Juan Torres
Hello, I have a connectoin ODBC with a SQL Server database. A table has a field of type 'nvarchar'. This field contains japanese characters. How can I read these japanese characteres? When I read (with: "select name from data") only read '?' character. Thaks ve

[PHP-DB] Problem with SQL Server.

2004-02-13 Thread Juan Torres
characters are shown correctly. My PHP file has follow code to work with Japanese characters: mb_internal_encoding("EUC-JP"); mb_http_output("EUC-JP"); mb_http_input("EUC-JP"); mb_language("Japanese"); My question: How can I show correctly the Japanese char