[V4REV] problem with binded variables - SQL
Ruslan Zasukhin
sunshine at public.kherson.ua
Sat Nov 8 01:38:40 CST 2008
On 11/8/08 1:09 AM, "David Simpson" <dsimpson at dotcomsolutionsinc.net> wrote:
> -- fill arrays with data for writing
> put ":1,:2,:3,:4,NULL,NULL,:7,:8,NULL,:
> 10,NULL,NULL,NULL,NULL,NULL,NULL,:17,NULL,NULL,NULL,:21" into
> varPlaceholdersList
>
> -- execute SQL statement
> put "INSERT INTO " & varTableName & " ( " & gFieldsList & " )
> VALUES (" & varPlaceholdersList & ")" into tSQLCommands
> --put "INSERT INTO " & varTableName & " VALUES (" &
> varPlaceholdersList & ")" into tSQLCommands
> revExecuteSQL varDBConnection,tSQLCommands,"varSourceDataArray"
> put the result into varError
Wait a moment.
Does revExecuteSQL() method support SQL binding ?!!?
I am not sure.
We support it in our own VDatabase_SqlExecute()
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list