RE: [PHP-WIN] Japanese text in MSSQL database

2007-03-20 Thread Mike Matz
tinue using the PDO interface for the majority of my code. Hope this helps someone in the future :) -Original Message- From: Mike Matz [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 11:54 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Japanese text in MSSQL database Hello,

[PHP-WIN] Japanese text in MSSQL database

2007-03-14 Thread Mike Matz
Hello, I'm working with an MSSQL 2000 database that contains Japanese characters in ntext columns. I'm not entirely sure how to see what encoding or charset it's using, but there is a ColdFusion admin application that can display the data in UTF8 as well as accept the data. I'm trying to access

RE: [PHP-WIN] ftp_connect() failed

2006-12-13 Thread Mike Matz
Could it be the FTP server throttling repeated connects from the same IP? Have you tried on different FTP server software? -Original Message- From: Alek Silverstone [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 8:01 AM To: php-windows@lists.php.net Subject: [PHP-WIN] ftp_con

RE: [PHP-WIN] Unicode data w/PDO DBLIB, MSSQL

2006-10-11 Thread Mike Matz
e CVS as of last night. Thanks for the quick responses and fix! -Original Message- From: Vincent DUPONT [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 4:14 PM To: Frank M. Kromann; Mike Matz Cc: [EMAIL PROTECTED]; php-windows@lists.php.net Subject: RE: [PHP-WIN] RE: SPAM-LOW:

[PHP-WIN] RE: SPAM-LOW: [PHP-WIN] Unicode data w/ PDO DBLIB, MSSQL

2006-10-09 Thread Mike Matz
en Olmsted [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 12:55 PM To: Mike Matz; php-windows@lists.php.net Subject: re: SPAM-LOW: [PHP-WIN] Unicode data w/ PDO DBLIB, MSSQL I think I have reported the problem you are having with the odbc and pdo and sql server under bug 38834. http://bu

[PHP-WIN] Unicode data w/ PDO DBLIB, MSSQL

2006-10-09 Thread Mike Matz
Is there currently any way to retrieve Unicode data from SQL Server? I'm working with SQL Server Express 2005, on a database that's been restored from an old SQL Server 2000 database. I'm writing a PHP script that imports data from the MSSQL database, processes it, and adds it to a MySQL database