Re: [Rd] RODBC problems with unixodbc

2007-02-20 Thread Vladimir Dergachev
On Tuesday 20 February 2007 1:51 pm, Sebastian P. Luque wrote: > Hi, > > I noticed that if a column is named "end" in a data frame (table.df > below), it leads to errors when trying to sqlSave()'it to a postgresql > connection: > > > ---<---cut here---start-->---

Re: [Rd] RODBC problems with unixodbc

2007-02-20 Thread Sean Davis
On Tuesday 20 February 2007 13:51, Sebastian P. Luque wrote: > Hi, > > I noticed that if a column is named "end" in a data frame (table.df > below), it leads to errors when trying to sqlSave()'it to a postgresql > connection: > > > ---<---cut here---start-->--- >

[Rd] RODBC problems with unixodbc

2007-02-20 Thread Sebastian P. Luque
Hi, I noticed that if a column is named "end" in a data frame (table.df below), it leads to errors when trying to sqlSave()'it to a postgresql connection: ---<---cut here---start-->--- con <- odbcConnect("PostgreSQL-DB", uid="user", pwd="password",