Dear Adobe:  We need more "Data Centric" examples and videos

Many of my data centric questions are unanswered (for days now).  This tells me that no one in the community knows the answers, which is probably because FlashBuilder 4 and using it against a ColdFusionBuilder 1 server are still so "new".  My customers are not impressed with bandwith sucking flashing, flipping, popping, spinning effects, with help hints. That's "kid stuff".  They only want and care about lightning fast response time, tons of data at their fingertips, and reliability.  They'll add their own images and suffer the bandwidth downside if they choose, but that's up to them.  The things I need to know how to do are very very simple:
1) Fetch data, into a grid or form (nailed, thanks for the video and examples)
2) Commit data  changed in the form or grid back to the DB (Not answered)
3) Create a new record from within the form or grid  (Huh? No video or examples)
4) Create new form popup windows based on a record selected in a grid (Got it, working good)
5) Refresh a row in a grid without mucking around with the user's selected row or indexed column (How? Unknown)
6) Delete a record in a form or a grid and commit the delete to the back end (Again, unknown)
Basically I need to know CRUD.  Create, Retrieve, Update, Delete
I'm really struggling with getting the answers to these simple questions. The helps are GREATLY DETAILED but the other side of that same coin is that they give me information overload explaining all the things that CAN be done, when I just need to know the CRUD basics.  Please make some more videos showing CRUD.  FlashBuilder and ColdFusionBuilder are going to be serious candidates for massive data handling only if we can get developers onto this product quickly.
Massive Data Handling = 200 Tables, 200 fields in each table, 200 indexes, 500 constraints, one third of a billion records total in all tables, and I want to find a specific 4 records, in no more than 4 mouse clicks, and response time of 2 seconds or less.
Unless I'm being unreasonable, and Adobe products are not the way I should go to achieve these goals.

Hi Mayank,
These instructions look fantastic.  They cover the stuff I need to know how to do.   I appreciate your efforts VERY MUCH and am following along dilegently.  I'm trying to transpose your very good and detailed instructions into my own project.   I'm stuck on the following line:
In your example:
productService.serviceControl.autoCommit = false;
I'm transposing it to my project, which should read:
baa_data_svc.serviceControl.autoCommit = false;
Because I have a <Declarations> tag of:
    <fx:Declarations>
        <valueObjects:BAA_SBJ id="bAA_SBJ"/>
        <s:CallResponder id="getSBJsResult"/>
        <baa_data_svc:Baa_data_svc
            id="baa_data_svc"
            fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
            showBusyCursor="true"/>
    </fx:Declarations>
When I try to run the project, I get the following error:
Error: Cannot assign operations into an RPC Service (autoCommit)
I have tried including and excluding the import:
import mx.rpc.events.ResultEvent;
but it makes no difference.
What am I doing wrong?  I need the autoCommit to be shut off, just like in your example.
Thanks for your kind help in this matter.

Similar Messages

  • What is the best External Hard Drive for a Macbook Leopard 10.5.8?  I need more memory for documents, pictures, videos, and music.  Thanks!

    What is the best External Hard Drive for a Macbook Leopard 10.5.8?  I need more memory for documents, pictures, videos, and music.  Thanks!

    Hi, does your MacBook have Firewire, or just USB?
    FW is far faster if you have that.
    Avoid Bus powered ones.
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    USB only...
    http://eshop.macsales.com/shop/firewire/usb/eliteclassic

  • My laptop does not recognize my iPhone 3GS as a camera device. I need to import my photos and videos and don't know how

    Hi everyone,
    my laptop does not recognize my iPhone 3GS as a camera device anymore.
    I need to import my photos and videos and don't know how.
    The iPhone does charge when I plus it in the USB hub but it does not ask me to import the photos anymore
    and it also doesn't show it as a device when I click on the "computer" button where an SD card or an Usb stick would normally be displayed..
    I don't know what to do

    Thank you, randers4! I now plugged it directly into the ports of my laptop and it's still not recognized.
    Does the app Photosync work for more than a thousand photos or will this take me forever?
    Thanks a lot

  • HT201210 i need to update to the latest version of itunes, but need to download some images and video first.....it is telling me that this will all be erased if i update, but it is not letting me do anything else.....what can i do??

    i need to update to the latest version of itunes, but need to download some images and video first.....it is telling me that this will all be erased if i update, but it is not letting me do anything else.....what can i do??

    You have no choice but to restore the phone.
    However, I'm sure you've been smart enough to have backed up your data before starting the most significant update in iOS history,right?

  • HT1212 I got the message copied below in iTunes but I still need to keep my pics and videos. "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    I got the message copied below in iTunes but I still need to keep my pics and videos. Passcode has been wrongly entered 100 times by my little chiled. Is it possible to still keep the data?
    "iTunes could not connect to the [device] because it is locked with a passcode. You must enter your passcode on the [device] before it can be used with iTunes."

    PHONE LOCKED
    If your phone is locked because you have incorrectly entered the unlock passcode too many times then follow the steps in this article http://support.apple.com/kb/ht1212

  • It keeps saying running out of disk space need to delete some photos and videos but i already cleared out all my photos and videos and it keeps saying the same thing

    it keeps saying running out of disk space need to delete some photos and videos but i already cleared out all my photos and videos and it keeps saying the same thing.

    Connect the iPod to your computer. Click on the iPod under Devices and iTunes. How large is the "other" category as shown in the colored bargraph? If larger than about 3/4 GB, restore the iPod. That large of "other" indicates corrupted files.

  • I am in data-centric hell and want out

    I am trying to learn how to work with the new FB 4 data-centric features. So, I have a s:List using TileLayout, I call my ColdFusion service and the product list gets populated. So far so good.
    Now, because it’s a big list, I want to filter the data by categories listed in a ComboBox (in Flex 3 projects I have created, my data provider for the list was an ArrayCollection which I could apply filters to, no problems). My question:
    What do I filter? When I use the data-centric thing, I can’t figure out exactly what the data provider for the list is, so I can filter that. In fact, ‘dataProvider’ is nowhere to be seen in the generated code. When I trace(myList.dataProvider), it comes up as ‘mx.collections::AsyncListView no list’. I am completely lost here.
    Any ideas? If anyone knows of a tutorial that covers something similar, I would love to know about it – I have not been able to find one.
    Best regards,
    Carlos

    Hey David,
    I have been playing with this DCD for days because I wanted to use it in an actual little project for one of my sites. I learned one thing: the lastResult can be different, depending on what component one is binding to. In the examples you provided, you were using a DataGrid, which ends up with an ArrayCollection as the dataProvider; I have been using a List, whose dataProvider is some ******* thing I could not figure out – for example, I was never able to make it show up in the debugger.
    I looked at Tour de Flex, which was updated just a few days ago. The RemoteObject examples I found there use plain old mx:RemoteObject to access data; I did not see any using a DCD-generated service. That makes me wonder why, if this DCD is so great, it is not being used in the latest showcase.
    I recreated the same little project, this time using s:RemoteObject to create a service that can be called from any component – that took me less than an hour; so far, it’s being called from 2 different components, each one calling one of the two methods the CFC defines so far. Everything works just as well, maybe faster than in the original project, and I am able to use the debugger to see what is going on.
    Now, instead of 5 huge value object AS files, I have two much smaller ones. The new debug SWF is 109 KB, the first one 138 KB – that’s 26% bigger.
    So, since I am not into masochism, I will be completing the project using my service. Right now, from my point of view, DCD is OK for prototyping/preliminary testing; it’s fun and very dazzling, but useless.
    Thank you for all the help; if you learn of any good stuff about DCD, please post again and let us know.
    Best regards,
    Carlos

  • I need help on back up and more storage for photos and videos.  I have a imac (500g) that I back up to a 500g hard drive using time machine.  How do I set up a larger hd and back that up as well?

    I can buy a 1T hd to store photos and videos to, but would need a second one to back that up as well?  I guess I need to know how to get aperture and iphoto to keep my photos on a larger drive and how to keep both the imac and that larger hd backed up.  Note- we can't get  DSL, so off site back up isn't a viable option.

    Move your photo and video libraries to an external HD. Apple explains how to do this in:
    iPhoto: How to move the Library to an EHD

  • OT: What viewers do you need to use ALL audio and video files?

    I had a lot of trouble with audio and video files on my PC. I
    now have a
    MacBook Pro, which is a big improvement. But I still
    frequently
    encounter files that I can't use. I try to open them, but
    Apple doesn't
    know what to do with them. For example, I often encounter
    unusable
    videos while perusing news websites. I also have some audio
    files with
    .mva or .mvw extensions that don't work.
    So what viwers/players do I need to download in order to be
    able to play
    every audio/video file that comes my way? iTunes handles .mp3
    files, and
    I also have QuickTime installed. I just viewed another video
    after I
    installed a Flash plugin. What else do I need to install?
    Thanks.
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

    VLC is a big favorite
    http://www.macupdate.com/app/mac/5758/vlc-media-player

  • I have made the switch to MAC from PC and I use Sony cameras/video recorders. I used the Sony PMB program to store all photos and videos. Now I need to transfer my photos and videos over to my MAC and I do not know how to do this as PMB is not supported

    I need to transfer all my photos and videos from my old PC stored in the SONY PMB program to my new fabulous MAC desktop. I do not know how I can do this. Plus for future photos/videos, how can I upload them from Sony products ?
    Please help me
    PS I just purchased the computer yesterday so it has the most current operating system

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Do you know where the actual photo files are located on your laptop? If so, you can transfer them to the Mac over a LAN or by saving them to an external HDD, thumb drive or burning them to a disk. Then you can import the photos to the iPhoto app that came on your new Mac.
    It would be the same process for the videos, however, it would depend what type of video files they are, as to which Mac app might allow you to view them.
    BTW, since your Mac is new you need to Accept the iLife apps; iPhoto, GarageBand and iMovie into your Mac App Store/iTunes account. Open the MAS, sign into you account, go to the Purchased pane and accept the apps.

  • Please HELP!  My kid wiped my iPhone5 and I need to get my photos and videos off it!  I have no backup with iTunes :((  Is there a way to scan the device manually?

    hi,
    New to this, so go easy on me.  I recently got my first iDevice - an iPhone 5.  I've used it for a month now and I have to say I love it. 
    But, I gave it to my kid this morning to look at.  It was locked, so I assumed it was safe.  WRONG.  5 mins later, I returned to him and my lovely iPhone5 was at the setup /pick your language screen!  Looks like he entered the password incorrectly too many times and wiped it.
    Now - I thought it would be fairly easy to recover the data and the apps - but it turns out this is not the case.   I was never prompted to install iTunes and sync the device - not in the manual, not on the device when setting it up - so how was I to know that that would be my backup.  I checked iCloud at a suggestion of an IT pal - nothing there, despite knowing that I had a Photo stream enabled.  I may have disabled it only recently, but not sure if I can manually turn it on again?
    Anyway - is there a way to manually scan my device and grab my all important photos and videos?
    Cheers for any suggestions!

    Hi Michela27,
    Thanks for visiting Apple Support Communities.
    If you have content on your iPhone that isn't on your computer, the best thing is to use the advice in this article to transfer it to your new computer before setting up sync:
    iTunes: Transferring media from your iPhone, iPad, iPod touch, or iPod
    http://support.apple.com/kb/HT1209
    Cheers,
    Jeremy

  • Is it possible to transfer music/videos from one itunes account to a separate one?  I need to give my music and videos that I bought a grandchild to her for her ipad.

    Is it possible to transfer music/videos from my itunes account to a grandchild (she will need her own account)  I bought her music and videos and let her play with my ipod touch.  Now she has an ipad.

    No you cannot transfer purchases from one account to another account. Apple does not allow it and never has allowed it.
    She can use you Apple ID on the device and switch between her ID and your ID, but that can cause problems at times and can become a bit of a pain.

  • I need help getting my music and videos to have sound again.

    Today I noticed that the sound (music, games and videos) was not working on my Iphone 4.  I can still hear updates, phone calls, ringing, text messages etc.  I have backed up the phone and restored it, but that didnt work.  If I plug head phones into the phone that works.  I dont understand.  Does anyone have any suggestions beforeI take it an Apple store or just get a new phone.

    Hi jenanoch,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    Phone: No sound or distorted sound from speaker
    http://support.apple.com/kb/TS5180
    Cheers,
    - Judy

  • URGENTLY need to get back photos and videos my daughter deleted...

    On the weekend my two year old has somehow deleted or reset my husband’s mobile which has wiped everything from the phone. My biggest concern is the 2,500+ photos and videos of our families memories. Unfortunately he had not linked it to itunes or download the files or linked to iclouds. Is there anyway PLEASE of getting these photos and videos back??!! Do you know of a program we can use? Im desperate to get these back as these are the only pics of my daughter from the last 2yrs.
    Your help is much appreciated.

    They're gone. You're not going to get them back.
    There are several lessons here.
    Back up. Often. Apple has made backing up the iPhone brain dead simple. It will either back up to your computer every time you plug it in to sync with iTunes, or it can back up to iCloud on a daily basis with no user interaction at all so long as it's connected to WiFi and a power source.
    Electronic devices fail. It's not a matter of if it will happen, it's only a matter of when.
    Now go out and buy an external drive to backup your computer before some silly mishap ends up wiping your tax returns and other irreplacable documents.
    Another lesson to take from this is that if you're going to let a 2 year old play with a $600 piece of electronic equipment, you might want to supervise things a little bit more closely... iOS has features built in to make sure that a chile (or an adult for that matter) can't get out of whatever app you want them to use and bork up the entire phone. Read the manual and look at the section on using "guided access".
    Be thankful that you didn't learn another important lesson from this, which is "iPhones are made of glass, which is fragile". Giving something made of glass (or largely of glass) to a 2 year old to play with is downright stupid. What if she'd broken the glass and cut herself? It wouldn't be just memories you could potentially be missing then.

  • MERGING AND SYNCING more then one audio and video clip?

    Is there are way to select a bin of video clips and a bin of audio clips (DSLR with separate audio) and have Premiere analyze and sync them in batches like Avid. I have a mountain of audio and video clips, but with no rhyme or reason to the file name, no timecode, no slates, just waveforms. But without knowing which audio files go with which video files, it’s impossible (or least time-consuming).
    Or do I have to use plural eyes or other synchronising program for doing that?
    THanks.

    Do the video clips have audio. That is, are you seeking to match A/V clips with audio-only clips? If so, then Premiere can do that. Select all the clips in both bins, right-click & select Create Multicam Source Sequence, and select Sync by Audio.
    Whenever Premiere finds that two or more clips match each other but no others in the batch, it creates a multicam source sequence of just those clips.

Maybe you are looking for

  • Unable to Log in. Please see your System Administrator. Laptop chucks Spack

    Hi all, Got great responses from people in my first post recently, but before I managed to try any of them, my laptop chucked a spack attack. It will start up, and get to the Log in Window, but when I type in my password (yes, it is the right one...)

  • A vi I run crashes after a while, with no error message

    I have designed a vi that runs in a for loop. It takes data from the BNC-2110 (using the AI One Scan vi), and then calls a vi to adjust the measurements to a temperature. After this it displays an output on a plot (per input channel). After this prog

  • More XMP questions / filtering on edit settings

    alright, i've imported one or two of my old CS projects into LR1.0. now i have a couple of questions. in CS, i used sidecar XMP files, both as a way to avoid the mystery of the photoshop database, and to future proof myself for when something like LR

  • Classpath setting "unable to access jarfile"

    Hi when i run $java -jar batik-squiggle.jar the error message on screen is "unable to acces jarfile batik-squiggle.jar" and the path of the jar file is edited with the $CLASSPATH variable in the ~/.bash_profile if i execute $java -jar /usr/share/bati

  • Reusing dimensions in different AWs (version 10.1.0.4)

    Hi, I have a question re: reusing dimensions in analytic workspaces. My understanding was that in version 10.1.0.4 the metadata for dimensions is now completely contained within the AW itself. I'm trying to reuse dimensions in different AWs in the sa