[flexcoders] Help on DataGrid dataProvider

2009-03-04 Thread jcjr031064
Hello guys, A newbie here. I have this code: ?xml version=1.0 encoding=UTF-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=bookData.send() mx:Script ![CDATA[ import mx.rpc.events.ResultEvent; import

[flexcoders] Re: Help on DataGrid dataProvider

2009-03-04 Thread jcjr031064
[mailto:flexcod...@yahoogroups.com] On Behalf Of jcjr031064 Sent: Tuesday, March 03, 2009 11:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help on DataGrid dataProvider Hello guys, A newbie here. I have this code: ?xml version=1.0 encoding=UTF-8? mx:Application xmlns:mx=http

[flexcoders] Re: Help on DataGrid dataProvider

2009-03-09 Thread jcjr031064
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jcjr031064 Sent: Wednesday, March 04, 2009 7:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help on DataGrid dataProvider Thanks a lot. I followed your recommendation

[flexcoders] Re: Need Suggestions for database application.

2009-04-16 Thread jcjr031064
PHP is good for server-side and there are frameworks that will help you encapsulate database layer so you can easily switch from one db engine to another e.g. MySQL to PGSQL,etc. Built in PHP is PHP Data objects library that can help you with this problem as well if you need a thin layer for