Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

chris_huston_t1
chris_huston_t1
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by chris_huston_t1
Customize the badges you want to showcase on your profile
Re: Simple Database connectivity with Flex? - Adobe LiveCycle 15-01-2008
HTTPService calls send and receive data in String format,often as XML. Remoting uses the AMF3 format which is binary andthus much more compact for large data sets. If you are justtransmitting a few records from you DB, then you probably won'tnotice a difference between the two approaches. In terms ofprogramming, remoting is generally more efficient since you cansend value objects and database results directly back to Flex anduse the result without having to convert it since AMFPHP takes careof a...

Views

168

Likes

0

Replies

0
Re: Simple Database connectivity with Flex? - Adobe LiveCycle 14-01-2008
Flex Data Services is not necessary for connecting to adatabase. You can use HTTPService calls to PHP or other scriptinglanguage such as .net to connect to a database of your choice. Youcan also use remoting with AMFPHP which is free and quite easy andefficient to work with. I use Flex/PHP/MySql all the time and theywork great together.Vygo

Views

165

Likes

0

Replies

0