jdbcTypeInfo(driverClass, con, user, password, keepAlive)
TRUE
, keeps the database connection alive after executing the query. The default is
FALSE
.
A direct interface to the
java.sql.DatabaseMetaData.getTypeInfo()
method. See
the Java documentation for description of the fields in the table. Useful for debugging.
data.frame
containing the entire table.
## Not run: jdbcTypeInfo(driverClass="com.microsoft.sqlserver.jdbc.SQLServerDriver", con="jdbc:sqlserver://qadb-s2k:1433;databaseName=testdb;user=testqa;password=testqa;", user="testqa", password="testqa") ## End(Not run)