[Flashcoders] Flashsql component

2006-10-18 Thread Laurent CUCHET
Hello I use flashsql component a component to manage database I meet a bug with it and impossible to make it works at another level than _level0 If you are at _level0 its ok with : on (release) { flashsql.Execute(SELECT * FROM client, pros, , , , myComboBox); } If you lad the swf at

Re: [Flashcoders] Flashsql component

2006-10-18 Thread Adrian Ionut Beschea
hate to be offtopic here but I have to say this. are you sure you want to have your sql selects in flash ? one quick decompile and the whole database structure is exposed. Laurent CUCHET [EMAIL PROTECTED] wrote: Hello I use flashsql component a component to manage database I meet a bug with

RE: [Flashcoders] Flashsql component

2006-10-18 Thread Kevin Aebig
mailing list Subject: [Flashcoders] Flashsql component Hello I use flashsql component a component to manage database I meet a bug with it and impossible to make it works at another level than _level0 If you are at _level0 its ok with : on (release) { flashsql.Execute(SELECT * FROM client