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, 1996-2024 • Updated: 01/02/02
Comment or report problem with topic