Skip to main content

SQL functions for Actionscript

By May 1, 2003Uncategorized

I’ve posted a set of functions I put together this morning.

They’re for preping data for SQL, in case you’re making a SQL command inside Flash.

They validate and prepare numbers (fSQLval), and add necessary delimiters to strings (fSQLstr) and dates (fSQLdate)

Have a look