Populate Adobe Flex with ADO Recordset
I spent some time on integration with Adobe Flex. The goal was interchange XML messages betweeen typical windows application written in Visual Basic and Adobe Flex (swf file). The easiest way is using Flex ExternalInterface API.
In my scenario windows dialog window is loading on statup compiled Flex application (swf file) and send ADO DB recordset converted to XML format to embeded flex application. Flex loaded the data and populate data grid.
Finally sample application looks like below
 
 Complete source code you can download from ADOToFlex.zip
