SimpleJdbcInsert « Database « Spring Q&A





1. SimpleJdbcInsert fails with JGeometry    forum.springsource.org

Feb 11th, 2011, 11:19 AM #1 gormanst View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 7 SimpleJdbcInsert fails with JGeometry All, I have a strange ...

2. Is it possible to use Oracle's sysdate with SimpleJdbcInsert?    forum.springsource.org

Hi, I'm slowly changing our database access calls to use Spring JDBC instead of straight JDBC calls (Connections and Statements). We're using Oracle 10g. I have an insert query that inserts ...

3. Oracle TMP space leak when insert LOB with SimpleJdbcInsert.executeBatch()    forum.springsource.org

Apr 4th, 2011, 11:59 AM #1 Amah View Profile View Forum Posts Private Message Junior Member Join Date Apr 2011 Posts 1 Oracle TMP space leak when insert LOB with SimpleJdbcInsert.executeBatch() ...

4. SimpleJdbcInsert.executeAndReturnKey() SQLException under Websphere and SQLServer    forum.springsource.org

SimpleJdbcInsert.executeAndReturnKey() SQLException under Websphere and SQLServer Any help with the following problem would be greatly appreciated...We are using Spring 2.5.6 with Websphere 6.1 and MS SqlServer 2005. We have the following ...

5. SimpleJdbcInsert executeBatch    forum.springsource.org

SimpleJdbcInsert executeBatch Hi I am using the following cod eto do a batch insert but it gives me the following error: org.springframework.jdbc.UncategorizedSQLException : PreparedStatementCallback; uncategorized SQLException for SQL [INSERT INTO CLOSINGPRICES ...

6. SimpleJDBCInsert does not work with MS SQL Server 2000    forum.springsource.org

SimpleJDBCInsert does not work with MS SQL Server 2000 I am using Micrososft SQL Server 2000 and Sql Server JDBC driver 2005 for data access. When am inserting a null value ...

7. SimpleJdbcInsert and columns with default values    forum.springsource.org

Oct 21st, 2008, 08:16 PM #1 gonzalad View Profile View Forum Posts Private Message Senior Member Join Date Jul 2005 Posts 156 SimpleJdbcInsert and columns with default values SimpleJdbcInsert doesn't take ...

8. variable column types/counts via SimpleJdbcInsert    forum.springsource.org

variable column types/counts via SimpleJdbcInsert I would like to insert data into a table being able to use variable column types/counts e.g. insert into mytable (project_id, name) values(5, 'test') OR insert ...

9. can't import simpleJdbcInsert ?    forum.springsource.org

I try to import org.springframework.jdbc.core.simple.SimpleJdbcIns ert, but failed. I am using Spring 2.5, then I go to the source directory, even I didn't find the 'simple' folder. Please help. Thanks.





10. SimpleJdbcInsert with JNDI Datasource gives ClassCastException    forum.springsource.org

SimpleJdbcInsert with JNDI Datasource gives ClassCastException My standalone java app looks up a JNDI Datasource, defined in a JBoss application server. I use spring 2.5.6, which has a nice SimpleJdbcInsert class. ...

11. not work SimpleJdbcInsert executeAndReturnKey on the MS SQL Server 2007    forum.springsource.org

Sep 20th, 2009, 10:02 AM #1 a_subscriber View Profile View Forum Posts Private Message Senior Member Join Date Aug 2009 Posts 167 not work SimpleJdbcInsert executeAndReturnKey on the MS SQL Server ...

12. SimpleJdbcInsert on table with PostGIS two geometries    forum.springsource.org

SimpleJdbcInsert on table with PostGIS geometries I have a table with two geometry columns and cannot seem to use SimpleJdbcInsert to insert some geometry info. [2009-10-29 11:03:13,269] [TableMetaDataProvider] [DEBUG] GetGeneratedKeys is ...

13. Problem with SimpleJdbcInsert    forum.springsource.org

/** * Inserts and a new {@link RoundsImportedLogEntry} in the database. * * @param rangeStart start ...

14. SimpleJdbcInsert - sending in sql to a parameter    forum.springsource.org

SimpleJdbcInsert - sending in sql to a parameter Couldn't find this answer... Anyone know how to send in sql to one of the parameters in a SimpleJdbcInsert? For example, how to ...

15. SimpleJdbcInsert and DB2/400    forum.springsource.org

Hi, I'm using a DriverManagedDatasource with the JTOpen driver to access DB2 on a AS/400 (iSeries) system. I am trying to use SimpleJdbcInsert without specifying the schema name (which is already ...