Help On RDBMSResolver
Does anyone know how to get the fieldInfo properties from RDBMSResolver in actionscript? I have tried to used the addFieldInfo method.
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 08-12-2005, 10:26 AM
View Complete Forum Thread with Replies
Sponsored Links:
RDBMSResolver. Please, Help
Help, pls.
I can't understand how use RDBMSResolver component.
Could you write step-by-step manual with this template?
mysql database with table 'my_table'
columns:
User, id
How i get Array of users and Array of ids with using RDBMSResolver?
View Replies !
View Related
RdbmsResolver With Updates Ordered By The Time
Hello,
Is it possible to get updateXML from rdbmsResolver with updates ordered by
the time they occured?
For example, if i insert new record into dataset, delete some other record,
then update and then insert new
one,
i would like to get updateXML, that looks like:
<update_packet ...>
<insert>...</insert>
<delete>...</delete>
<update>...</update>
<insert>...</insert>
</update_packet>
because now i get XML grouped by update operations (first do all inserts,
then updates and finally deletes):
<update_packet ...>
<insert>...</insert>
<insert>...</insert>
<update>...</update>
<delete>...</delete>
</update_packet>
Regards,
Tomas
View Replies !
View Related
RdbmsResolver With Updates Ordered By The Time
Hello,
Is it possible to get updateXML from rdbmsResolver with updates ordered by
the time they occured?
For example, if i insert new record into dataset, delete some other record,
then update and then insert new
one,
i would like to get updateXML, that looks like:
<update_packet ...>
<insert>...</insert>
<delete>...</delete>
<update>...</update>
<insert>...</insert>
</update_packet>
because now i get XML grouped by update operations (first do all inserts,
then updates and finally deletes):
<update_packet ...>
<insert>...</insert>
<insert>...</insert>
<update>...</update>
<delete>...</delete>
</update_packet>
Regards,
Tomas
View Replies !
View Related
RdbmsResolver With Updates Ordered By The Time
Hello,
Is it possible to get updateXML from rdbmsResolver with updates ordered by
the time they occured?
For example, if i insert new record into dataset, delete some other record,
then update and then insert new
one,
i would like to get updateXML, that looks like:
<update_packet ...>
<insert>...</insert>
<delete>...</delete>
<update>...</update>
<insert>...</insert>
</update_packet>
because now i get XML grouped by update operations (first do all inserts,
then updates and finally deletes):
<update_packet ...>
<insert>...</insert>
<insert>...</insert>
<update>...</update>
<delete>...</delete>
</update_packet>
Regards,
Tomas
View Replies !
View Related
We've Lost RDBMSResolver & DataSet In Actionscript 3
So let's build our own. Who's with me? I've already started. WHO'S WITH ME!? *insert Howard Dean roar here*
Seriously though, anyone want to make this a gotoAndLearn pet project? I'll be back later to share what I've come up with so far, which is a down and dirty result parser.
I don't mean the visual components, just the classes. I never cared for the UI components...just the classes.
View Replies !
View Related
RDBMSResolver, Remoting (AMFPHP), And Database Management
I know this is "server-side" but it's very FMX04 specific.
Gods of Kirupa - could someone PLEASE write a tutorial that covers the following (step 4 is my main concern):
Management of a mySQL database with Flash MX Professional 2004 - specifically:
1) How to load information from a database using the new Remoting connection component and AMFPHP (I know how to do this part).
2) How to get that information into a dataSet (I know how to do that too).
3) How to manipulate the items in a dataSet (I can do that).
4) How to use the XML deltaPacket produced by the RDBMSResolver component to INSERT, UPDATE, and DELETE records from the server-side database using AMFPHP. This is the part that I can't do. I know that it involves the creation of an AMFPHP method that can parse the nodes, but I don't know where to start on that, and thought that maybe someone had already found a good way to do it. Also, I don't know /how/ the dataPacket is "delivered to the server" (e.g. GET or POST?).
5) How to handle the result returned by an update packet.
It seems like this kind of tutorial would help a LOT of people, and I'm sure some of the more FMX04 capable people in here have already conquered it.
I've looked all over and I STILL haven't found one FULL tutorial or example of how to handle all of these issues.
Thank you!
(ps - forgive me for posting a similar question in some other site forums - this one was down)
View Replies !
View Related
RDBMSResolver, Remoting (AMFPHP), And Database Management
I know this is "server-side" but it's very FMX04 specific.
Gods of Kirupa - could someone PLEASE write a tutorial that covers the following (step 4 is my main concern):
Management of a mySQL database with Flash MX Professional 2004 - specifically:
1) How to load information from a database using the new Remoting connection component and AMFPHP (I know how to do this part).
2) How to get that information into a dataSet (I know how to do that too).
3) How to manipulate the items in a dataSet (I can do that).
4) How to use the XML deltaPacket produced by the RDBMSResolver component to INSERT, UPDATE, and DELETE records from the server-side database using AMFPHP. This is the part that I can't do. I know that it involves the creation of an AMFPHP method that can parse the nodes, but I don't know where to start on that, and thought that maybe someone had already found a good way to do it. Also, I don't know /how/ the dataPacket is "delivered to the server" (e.g. GET or POST?).
5) How to handle the result returned by an update packet.
It seems like this kind of tutorial would help a LOT of people, and I'm sure some of the more FMX04 capable people in here have already conquered it.
I've looked all over and I STILL haven't found one FULL tutorial or example of how to handle all of these issues.
Thank you!
(ps - forgive me for posting a similar question in some other site forums - this one was down)
View Replies !
View Related
|