Hi,
 
I guess, you can try to open .mdb file using getURL(..), user would be prompted to save or open the file. File would be opened with default application to open .mdb, which is MS Access if someone has not changed it to Open Office :)

try this:
 
getURL("my.mdb", "_blank");
 
-abdul
 
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthik
Sent: Thursday, May 12, 2005 4:44 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to load a .mdb from a flex application?

Is there  any possibility to run an EXE on click of a button( i'd like to open an MS Access application)
regards,
nithya

Steven Webster <[EMAIL PROTECTED]> wrote:
Do you mean how to do you connect Flex to an access database ?!?   Flex doesn't
connect directly to a database; you would have some middleware perform your database
integration (eg j2EE code, or some C# code exposed as a web service) and them use
one of the Flex Data Service APIs (eg RemoteObject or WebService tag) to invoke
methods on your middleware that are responsible for interrogating your database.
 
Steven
 
--
Steven Webster
Technical Director
iteration::two
 
This e-mail and any associated attachments transmitted with it may contain confidential information and must not be copied, or disclosed, or used by anyone other than the intended recipient(s). If you are not the intended recipient(s) please destroy this e-mail, and any copies of it, immediately.
 
Please also note that while software systems have been used to try to ensure that this e-mail has been swept for viruses, iteration::two do not accept responsibility for any damage or loss caused in respect of any viruses transmitted by the e-mail. Please ensure your own checks are carried out before any attachments are opened.


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthik
Sent: 12 May 2005 11:24
To: flexcoders
Subject: [flexcoders] How to load a .mdb from a flex application?

hai,
      How to load a .mdb file from a flex application either on click of a button or somehow?
thanks,
nithya


Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now


Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now

Yahoo! Groups Links

Reply via email to