search for: driver_odbc_v

Displaying 8 results from an estimated 8 matches for "driver_odbc_v".

Did you mean: driver_odbc_ver
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
...cConnect. > >If sqlQuery(essai, "select * from S_TYP_COLLEGES") works, this is likely >to be the problem. > >On Mon, 16 Jul 2007, eric at net2000.ch wrote: > >> >> >>> essai >>> odbcGetInfo(essai) >> DBMS_Name DBMS_Ver Driver_ODBC_Ver >> "Oracle" "09.00.0121" "03.51" >> Data_Source_Name Driver_Name Driver_Ver >> "ORESTE_prod" "SQORA32.DLL" "09.00.0101" >> ODBC_Ver Server_Name >> &quot...
2009 May 29
1
RODBC sqlSave with DB2
...resSQL. http://www.mail-archive.com/r-help@r-project.org/msg19386.html The approach in the above link looked promising, but I don't know how to set the search path for DB2... Additional information, possibly helpful? > odbcGetInfo(channel), DBMS_Name DBMS_Ver Driver_ODBC_Ver Data_Source_Name Driver_Name Driver_Ver ODBC_Ver "DB2/AIX64" "08.02.0005" "03.51" "QUALITY8" "DB2CLI.DLL" "08.02.0006" "03.52.0000" Server_Name "DB2...
2006 Dec 28
0
RODBC not working when connecting to a Sybase database
...nnel was created as such channel <- odbcConnect("Labdata") I think this is telling me that my odbcConnect command worked > odbcGetInfo(channel) DBMS_Name DBMS_Ver "Adaptive Server Anywhere" "09.00.0002" Driver_ODBC_Ver Data_Source_Name "03.52" "Labdata" Driver_Name Driver_Ver "DBODBC9.DLL" "09.00.0000" ODBC_Ver Server_Name...
2008 Sep 24
0
Error results from MS Access via RODBC
...MDB tools ODBC module ii libmdbtools 0.5.99.0.6pre1.0.20 mdbtools libraries ii mdbtools 0.5.99.0.6pre1.0.20 JET / MS Access database (MDB) tools -------------------------- ~# mdb-ver db.mdb JET4 -------------------------- R> odbcGetInfo(channel) DBMS_Name "" DBMS_Ver "" Driver_ODBC_Ver "" Data_Source_Name "test" Driver_Name "test" Driver_Ver "test" ODBC_Ver "03.52" Server_Name "03.52" -------------------------- R> version platform: i486-pc-linux-gnu arch: i486 os: linux-gnu system: i486, linux-gnu status major...
2010 Feb 16
1
RODBC missing values in integer columns
Hello, We are having some strange issues with RODBC related to integer columns. Whenever we do a sql query the data in a integer column is 150 actual data points then 150 0's then 150 actual data points then 150 0's. However, our database actually has numbers where the 0's are filled in. Furthermore, other datatypes do not have this problem: double and varchar are correct and do not
2012 Feb 06
0
sqsSave() test using Test.R script returning error suggesting no values upon "insert"
...ing the data (BOLDED "Query:..". I've seen one other post that did not receive an answer (probably due to its lack of brevity). I'm using Window's Vista, R 2.11.1 Here's is my MySQL info: > odbcGetInfo(channel)              DBMS_Name               DBMS_Ver        Driver_ODBC_Ver       Data_Source_Name            Driver_Name             Driver_Ver                "MySQL"     "5.1.33-community"                "03.51"            "MysqlODBC"          "myodbc5.dll"           "05.01.0007"               ODBC_Ver      ...
2007 Oct 17
3
R and TeraData
Hello, Does anyone know a way to connect from R on Linux box to TeraData server? I can use ODBC connection on Windows box, but with amount of data I need (and prefer) to use large Linux box. Thanks, Vadim
2012 Dec 21
0
segfault reading large BLOB from SQL Server
...s: [1] mra_1.0 frb_3.9 fame_2.19 tis_1.23 RODBC_1.3-6 [6] RObjectTables_0.3-1 loaded via a namespace (and not attached): [1] data.table_1.8.2 XML_3.9-4 > conn <- h41Connect(devl = T) > odbcGetInfo(conn) DBMS_Name DBMS_Ver Driver_ODBC_Ver Data_Source_Name Driver_Name "Microsoft SQL Server" "10.50.4000" "03.50" "h41_devl" "libtdsodbc.so" Driver_Ver ODBC_Ver Server_Name "0.91"...