PDA

View Full Version : Database creation with flex


trendykarn
07-30-2009, 01:02 PM
Hello everybody

I am new to flex and need some help.

Reffered to the script on adobe help resource center (http://livedocs.adobe.com/flex/3/html/help.html?content=SQL_08.html)

I created application with the same code but it is not creating any database file.
And one more question, can we do this same thing with web aplication if YES then HOW ?
pls help me !!

Atlast I want to say, Flex is awesome.

Thank you.

rebelheart
08-04-2009, 06:23 PM
I don't know what code you used from that page but that's about 'retreiving' not 'creating'. That whole page doesn't have an example that uses a CREATE statement but only SELECT. You can't create a table/db with a SELECT statement. Check the right page.