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=;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, 2025 • Updated: 2025-03-12
Comment or report problem with topic