[This is preliminary documentation and is subject to change.]

Uses .Net 'Connection String' functionality to connect to a DB server IP, port, and Database name. See the appropiate string in the Web.config file.

Remarks

You MUST change the connection string in the web.config file if you are running the server on a separate machine, or with a different database name!!!

Namespace: DataCore
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Connect()
Visual Basic
Public Sub Connect
Visual C++
public:
void Connect()

See Also