![]() |
![]() |
||||||
|
|||||||
| Tags: data, directly, pulling, sql |
![]() |
|
|||
|
I'm interested in connecting my Flex App to SQL Server 2005, to trigger a
specific query based on user data, either by passing parameters or via some other method. I was wondering if someone could reccomend a place to read more about doing something like this, or has done it themselves. M. |
| Sponsored Links |
|
|||
|
More specifically, can I use something like this,
http://www.flextense.net/Documentation.aspx to create a web service that can link to SQL, that I can access from Flex 3 with some simple code like this ? <mx:WebService id="name_ws" wsdl="wsdl of your webservice" showBusyCursor="true" > <mx peration name="fetch_channel"></mx peration></mx:WebService> |
|
|||
|
|
|
|||
|
No, SQLconnect is only available with AIR. In Flex apps, you'll need to pass
your parameters using Httpservice or urlloader to a backend perl, java or other, then query the db and return xml data to your flex app that you'll parse and display in your app. |
|
|||
|
It sounded very promising but the weblink just goes to a picture of a pretty
girl, I gather the company is defunct. Does anyone know anything about Flexible Rails or the approach they take? What does "Rails" mean exactly anyway? http://www.flexiblerails.com/faq M. |
|
|||
|
Rails is a framework to build webapplications and uses Ruby as a scripting
language. Both are imho awesome! Some people (or a lot, I wouldn't know...) use it to quickly develop a backend (with admin) and then use Flex/Flash on the frontend. The book shows you how to do this, specifically with Flex 3. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise