RSQLServer (version 0.2.0)

have_test_server: Checks availability of TEST server

Description

SQL Server details can be specified in a ~/sql.yaml file. To be able to run examples and some tests in the package, it is necessary for there to be a valid server with name TEST in this file.

Usage

have_test_server(type = "sqlserver")

Arguments

type
specifies whether the server type is "sqlserver" (default) or "sybase"

Value

boolean TRUE if TEST server details are available. Otherwise, FALSE

See Also

get_server_details dbConnect,SQLServerDriver-method

Examples

Run this code
have_test_server()

Run the code above in your browser using DataLab