InternetURL Property (RDA)
The InternetURL property specifies the URL used to connect to the SQL Server 2005 Compact Edition (SQL Server Compact Edition) Server Agent. The SQL Server Compact Edition Server Agent connects the SQL Server Compact Edition client to the Microsoft SQL Server database. This property is required for the Push, Pull, and SubmitSQL methods.
Syntax
object.InternetURL(value)
Applies To
SQL Server Compact Edition RDA object
Generic Parameters
Parameter | Description |
---|---|
value |
The URL string that includes the location of SQL Server Compact Edition Server Agent (sqlcesa30.dll). |
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetURL(BSTR *pVal);
HRESULT put_ InternetURL (BSTR newVal);
Remarks
The URL string must include the location to SQL Server Compact Edition Server Agent, and can optionally include the port number. For example, the following URL includes the location to the Server Agent and specifies port 80: https://www.adventure-works.com:80/sqlce/sqlcesa30.dll.
See Also
Reference
Other Resources
Configuring and Securing the Server Environment