SQL/R ODBC driver A.02.61 ----------------------------------------------------------------- Please refer to the README file, available in the server file set for a description of the SQLR/R ODBC A.02.61 release. Please Note: * With the new A.02.61 client, if you encounter a "Protocol failure" during connect, the client and server revisions are not compatible and the server must be updated. * Please read the following section about known problems and troubleshooting. Reporting Problems ------------------ If you have EMail, please send your problem report to our support EMail address "support@marxmeier.com" (without the enclosing quotes). If you don't have access to EMail, please send problem reports by Fax to +49 202 2431420. When reporting a problem, please include the contents of the SQL view of your query whenever possible. This makes it more likely for us to reproduce the problem or "guess" the cause of the problem. If you encounter a problem while programming MS Access or VBA macros, please include them with your problem report along with as much information as possible. If you set the Debug configuration item in the section [Debug] to 1, the code location which issued an error is identified with the error message. Please include this information in your problem report when possible. You can also put additional information on our ftp server in the /incoming directory if they are too large or inconvenient to include them in your mail. Please include the filename in your problem report. ODBC Connection Parameters -------------------------- The following parameters are supported in the SQLDriverConnect and SQLBrowseConnect ODBC functions. They can be set in the odbc.ini configuration file as well: * DSN={name of the data source} * Server={name or IP address of the SQL/R ODBC server} * Service={service name or port number} * UID={user name} * PWD={user password} * Password={yes|no} If set to yes, on Windows a password dialog is opened. * Quoting={0|1|2} Enables or disables ODBC identifier quoting. 0 = default (enabled on Windows, disabled on HP-UX and Linux) 1 = disabled 2 = enabled * Bulkfetch={0|1} Enables or disables the bulk fetch client server protocol which transfers multiple result rows at once to reduce transport latency. The bulk fetch protocol is enabled by default. 0 = disabled 1 = enabled