Expand my Community achievements bar.

Regarding MS Access

Avatar

Level 1


Hello friends,



I want to convert my MS Access application to Flex. Could
please explain me how to access .mdb files

in Flex with an example.



Thanks,

Sri.
2 Replies

Avatar

Former Community Member
Flex does not have anything to directly access MS Access mdb
files. You can use the Flex HTTPService, WebService, or
RemoteObject components to connect to some server side technology
that connects to the database (PHP, CF, Java, etc.), but can't
connect directly from Flex.

Avatar

Level 1
As Greg said ...you need to access the MS Access Databases
through the JDBC which is java code and use the MSAccess Driver and
use it.