An exception that is thrown when the database driver encounters an error.
I have code looking like that: @Column(name = COLUMN_DESCRIPTION, columnDefinition = "LONGTEXT") private Map<Locale, String> description = new …
java mysql jpa sqlexceptionIn my C# .NET 3.5 application I am using CastleProject ActiveRecord over NHibernate. This is desktop application using MS SQL Server 2008. …
nhibernate timeout castle-activerecord sqlexception command-timeoutI have some 3-4 stored procedures ― which I can modify if needed ― that use RAISERROR to inform my application of …
c# wcf sql-server-2005 sqlexception raiserrorI'm getting this BatchUpdateException from a stmt.executeBatch() statement: BatchUpdateException: A resultset was created for update The internet does not …
java exception sqlexception batch-updatesI'm executing the following: private void createTable() { try { PreparedStatement psCreateTable = con.prepareStatement("CREATE TABLE COMPANIES(" + "name VARCHAR(50), " + "location VARCHAR(50), " + "address …
java sql prepared-statement sqlexceptionI have the following program in which the user must give the order code so to get the data of …
sql sql-server user-input sqlexception jdbc-odbcConnection is closing automatically even if i'm not closing in finally block. public String look( long id, String codeName, Connection …
java sql jdbc database-connection sqlexceptionI am trying to get data from a database in a table with 2 where parameters, When i try to execute …
java jdbc parameters sqlexception ucanaccessI am getting an SqlException in the logs of .NET 3.5 app, I am looking for the corresponding number (value of …
.net sql numbers sqlexceptionI'm getting a weird SQLException on a function I run against a database using JDBC. SQLException: Column 'Message' not found. …
java mysql sqlexception