简体   繁体   中英

How to connect SQL Server in Flex Desktop Application or Flash as3 Application?

SQLConnector.swc => Only it supports for mySQL but there is no SQL Server side library for as3 applications.

if any one flex/flash desktop developers plzz help me!!

Regards, RajeshKumar S

The SQLConnection supports SQLLite, which is a local / file based database; not mySQL or SQL Server which are client/server databases.

To my knowledge, there is no built in way to connect to a client server database. In theory you could write your own database drivers using socket connections. I would not expect that to be trivial.

I recommend you use an application server (Java, ColdFusion, PHP, .NET, etc.. ) that can easily access the database and your Flex based UI.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM