Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rodbc

R Getting The Number Of Rows Which Have Been Updated

How can we get the number of rows affected by the executed UPDATE query? r Solution 1: From the Mi… Read more R Getting The Number Of Rows Which Have Been Updated

Rodbc::sqlsave - Problems Creating/appending To A Table

Related to several other questions on the RODBC package, I'm having problems using RODBC::sqlSa… Read more Rodbc::sqlsave - Problems Creating/appending To A Table

Using R With Rodbcext And Rodbc To Execute A Sql Stored Procedure

I am using the RODBCext package and the RODBC package to execute a stored procedure in SQL server 2… Read more Using R With Rodbcext And Rodbc To Execute A Sql Stored Procedure

Rodbc Date Filter

I have been trying to set a query to a MS SQL database through RODBC. Unfortunately I cannot set ap… Read more Rodbc Date Filter

Error With Sqlsave

I'm fighting with sqlSave to add my matrix B that looks like this: Noinscr 88877799 45645687 23… Read more Error With Sqlsave

RODBC MS SQL Access From Ubuntu Using FreeTDS

I'm trying to access MS SQL server hosted on my Windows box from an Ubuntu machine. I have a sh… Read more RODBC MS SQL Access From Ubuntu Using FreeTDS