wwHTTPSQL::cServerUrl

The URL on the server to call to execute the SQL statement.

o.cServerUrl

Remarks

To use a secure connection via SSL use a URL that starts with https://. This requires that the Web Server is running an SSL certificate.

Example

oHSQL = CREATEOBJECT("wwHTTPSQL") oHSQL.cServerUrl = "http://localhost/wconnect/wc.dll?http~httpsql" oHSQL.Execute("select * from wwDevRegistry") BROWSE

See also

Class wwHTTPSQL

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic