wwHTTPSQLServer::oSQL

Instance of a wwSQL object that can be used to execute a SQL connection. Use this if you have a persistent SQL connection object you want to re-use.

o.oSQL

Example

loData = CREATE("wwHTTPSQLServer_Demo")

oSQL = CREATEOBJECT("wwSQL")
oSQL.cConnectString = "server=(local);driver={SQL Server};database=wwDeveloper;pwd=sa;uid=;"
loData.oSQL = oSQL 			

loData.S_Execute( Request.FormXML() )   

ShowXML( loData.cResponseXML )

See also:

Class wwHTTPSQLServer | wwHTTPSQLServer::cConnectString

© West Wind Technologies, 1996-2022 • Updated: 05/21/08
Comment or report problem with topic