search for: table5

Displaying 3 results from an estimated 3 matches for "table5".

Did you mean: table
2011 Feb 10
1
rjdbc identifier.quote
...<- JDBC("com.ingres.jdbc.IngresDriver","/home/ingres/ingresv1/ingres/lib/iijdbc.jar") conn <- dbConnect(drv, "jdbc:ingres://192.168.5.21:V17/rtestdb") mylargedata <- read.csv(file="a5.csv.v0",head=TRUE,sep=",") > dbWriteTable(conn, "table5",mylargedata) Error in .sql.qescape(names(value), TRUE, conn at identifier.quote) : The JDBC connection doesn't support quoted identifiers, but table/column name contains characters that must be quoted (m.1997.09.01) So I did another test. I used Squirel SQL client (JAVA based) and I...
2005 Oct 31
2
IProute2 and netfilter interactions
I am trying to build a firewall and from my reading of the list archives and other places, I''m worried about unintended interactions between iptables and iproute2. Here is my situation I have an internal network on eth0 and two separate dmzs on eth1 and eth2 respectively (a wireless network and a kiosk). On the outbound side, I have a cablemodem provider and a dsl provider. What I
2011 Feb 09
3
Loop in variable names
Hello! I would like to do some tables for several variables and I would like to write a loop that does the table for each variable. I should also point out that my data set has several missing observations and sometimes the observations that are missing are not the same for all my variables. What I would like to do: table(StoreData$CompanyID, !is.na(StoreData$P2))