Content-type: text/html Database Connect String

Home
WebGroove is no longer supported. These docs are reference only.


Database Connect String
To execute a SQL statement, you must either specify the connect attribute of the sql tag or set the {sys:connect} variable. Both of these options accept a database connect string.

If you're using the ODBC version of WebGroove, this will be your ODBC connect string. For mSQL or MySQL, the connect string should be in this format:

SRV = server; DB = database; UID =user; PWD = password

WebGroove only requires the DB parameter, although your particular situation may require the others. SRV can be either the server name or IP address. If your database supports a local UNIX socket connection, you may omit the server.

Up To
Agent System Options
Sql Tag


WebGroove® is a registered trademark of Creativision Publishing Corporation