• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Help!How can Flex+PHP+MSSQL(Microsoft) work together?

Guest
Aug 16, 2010 Aug 16, 2010

Copy link to clipboard

Copied

I have already learned how to make Flex + PHP + MySQL work together.Simply by Zend AMF.

But my company wants to use MSSQL(Microsoft) as the database.

I also use the Zend AMF.

But it returns the Fatal error: Uncaught exception 'Zend_Amf_Server_Exception' with message 'Handle error: Unable to writeObject output: Can not serialize resource type: mssql result 499' in C:\wamp\www\ZendFramework\library\Zend\Amf\Server.php:631Stack trace:#0 C:\wamp\www\BQSB-debug\gateway.php(69): Zend_Amf_Server->handle()#1 {main} thrown in C:\wamp\www\ZendFramework\library\Zend\Amf\Server.php on line 631

How can I handle the error?

Can Flex+PHP+MSSQL(Microsoft) work together by Zend AMF?

Or there are other ways to make Flex+PHP+MSSQL(Microsoft) work together.

Please help me, I am waiting online,thx.

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 18, 2010 Aug 18, 2010

I am currently using Flex 4+Php+Zend with a MSSQL backend.

I use the microsoft sql php driver to interface from PHP to MSSQL.  http://www.microsoft.com/sqlserver/2005/en/us/php-driver.aspx

Hope that helps

Votes

Translate

Translate
Explorer ,
Aug 18, 2010 Aug 18, 2010

Copy link to clipboard

Copied

I am currently using Flex 4+Php+Zend with a MSSQL backend.

I use the microsoft sql php driver to interface from PHP to MSSQL.  http://www.microsoft.com/sqlserver/2005/en/us/php-driver.aspx

Hope that helps

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 20, 2010 Sep 20, 2010

Copy link to clipboard

Copied

LATEST

Thanks a lot for your helpful answer.

And sorry for my  late reply because of being sent abroad by my company.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines