edbDataSource.RODBC_MySQL: Create an RODBC MySQL data source (from an 'edb' reference)....

Description Usage Arguments Value Author(s) See Also

Description

Create an RODBC MySQL data source (from an 'edb' reference).

Only for MS Windows RODBC databases. Generic function that call

class-specific method corresponding to the class of the

edb object provided. Notice that the exectutable

odbcconf.exe should be on Windows path, otherwise the command

will fail.

Usage

1
2
3
4
5
## S3 method for class 'RODBC_MySQL'
edbDataSource(edb, trash = FALSE, mysqlOdbcDriver = "MySQL ODBC 5.2a Driver", 


    verbose = FALSE, ...)

Arguments

edb

An object of class 'edb', such as returned by edb.

trash

Single logical. If TRUE, then a dummy ODBC data source will

be created

mysqlOdbcDriver

Single character string. Name of the MySQL ODBC Driver, as

displayed in the ODBC data source management GUI.

verbose

Single logical. Print the command passed to odbcconf.exe?

...

Additional parameters to be passed to system2.

Value

Returns the output of system2.

Author(s)

Julien MOEYS <Julien.Moeys@mark.slu.se>

See Also

edbDataSource, edb.


easyrodbcmysql documentation built on May 2, 2019, 5:51 p.m.