On 06.06.2004 22:36, Jason Lane wrote:
Couldn't I just generate the flow with the TextSerializer?
H�? I don't understand. Why generating flow with TextSerializer?
I think SQLTransformer or ESQL-Logicsheet will be your friend:
Yes that is good, but if I want to generate a flow.js from a DB? Surely I need to out put to a text format, which .js is.
So for example in my flow.js:
var $0 = [ //these values from db { key: "$1", value: "$2" }, ];
Where $0-2 are results of DB query.
Sorry I'm sure I'm totally missing the point here ;(
Don't generate the flow script, but access the values from a class that accesses the database.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
