search for: rowsaffected

Displaying 2 results from an estimated 2 matches for "rowsaffected".

Did you mean: rows_affected
2009 Feb 09
0
ROracle - ORA-02005: implicit (-1) length not valid for this bind or define datatype
...edStatement(ps) <OraPreparedStatement:(24060,0,0)> Statement: insert into tmp_r (N1,C1,N2) values(:1,:2,:3) Has completed? no Affected rows: -1 Rows fetched: -1 > oraPreparedStatementInfo(ps) $statement [1] "insert into tmp_r (N1,C1,N2) values(:1,:2,:3)" $isSelect [1] 0 $rowsAffected [1] -1 $rowCount [1] -1 $completed [1] -1 $fields $fields[[1]] NULL $boundParams parameter columnNum Sclass 1 1 1 double 2 2 2 character 3 3 3 double > oraBoundParamsInfo(ps) parameter columnNum Sclass 1 1 1 d...
2001 Mar 19
3
generic database access methods
I've been putting together a package that defined generic methods for database access. The packages is called "Rdbi." It borrows as much as possible from existing database packages / proposals. I'd like to start a discussion about the proposed interface. Here's what I've come up with so far: # # Rdbi: connectionMethods.R # dbConnect <- function(dbObj, ...)