search for: driver_ver

Displaying 12 results from an estimated 12 matches for "driver_ver".

Did you mean: driver_gem
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
..., 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 >> "03.52.0000" "weba" >> >> >>> sqlTables(essai) >> >> The result of this function is a liste o...
2009 May 29
1
RODBC sqlSave with DB2
...t.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 " Any suggestions for how to resolve are appreci...
2015 Nov 17
0
[PATCH 3/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
...the virtio-win drivers, + * figure out if it's suitable for the specific Windows flavor of the + * current guest. + *) +and virtio_inf_matches_guest_os inf_content inf_name inspect = + let sections = Windows_inf.of_string inf_content in + + (* Try to find the [Version] / DriverVer. *) + let driver_ver = parse_driver_ver inf_name sections in + + (* Try to find the [Manufacturer] line. *) + let driver_arch = parse_manufacturer inf_name sections in + + (* If we got both, we can continue, else give up. *) + match driver_ver, driver_arch with + | None, None | Some _, None | None, Some _ -> fa...
2006 Dec 28
0
RODBC not working when connecting to a Sybase database
...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 "03.52.0000" "CGS9" -- Farrel Buchinsky
2008 Sep 24
0
Error results from MS Access via RODBC
...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: 2 minor: 7.2 year: 2008 month: 08 day: 25 svn rev: 46428 language: R version.string R vers...
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"
...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            Server_Name           "03.52.0000" "localhost via...
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-virtio-copy-drivers Instead of trying to split and parse elements from virtio-win paths, use the '*.inf' files supplied with the drivers to control how Windows drivers are installed. The following emails best explain how this works: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html
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 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
..._base_addr_index, u64 *cfg_offset); -static int __devinit cciss_pci_find_memory_BAR(struct pci_dev *pdev, +static int cciss_pci_find_memory_BAR(struct pci_dev *pdev, unsigned long *memory_bar); static inline u32 cciss_tag_discard_error_bits(ctlr_info_t *h, u32 tag); -static __devinit int write_driver_ver_to_cfgtable( +static int write_driver_ver_to_cfgtable( CfgTable_struct __iomem *cfgtable); /* performant mode helper functions */ @@ -550,7 +550,7 @@ static const struct file_operations cciss_proc_fops = { .write = cciss_proc_write, }; -static void __devinit cciss_procinit(ctlr_info_t *h...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
..._base_addr_index, u64 *cfg_offset); -static int __devinit cciss_pci_find_memory_BAR(struct pci_dev *pdev, +static int cciss_pci_find_memory_BAR(struct pci_dev *pdev, unsigned long *memory_bar); static inline u32 cciss_tag_discard_error_bits(ctlr_info_t *h, u32 tag); -static __devinit int write_driver_ver_to_cfgtable( +static int write_driver_ver_to_cfgtable( CfgTable_struct __iomem *cfgtable); /* performant mode helper functions */ @@ -550,7 +550,7 @@ static const struct file_operations cciss_proc_fops = { .write = cciss_proc_write, }; -static void __devinit cciss_procinit(ctlr_info_t *h...
2012 Dec 21
0
segfault reading large BLOB from SQL Server
...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" "03.52" "MSSDEV1" > sqlColumns(conn, "v_MAFiles") TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER_LENGTH DECIMAL_DIGI...