sqlexception
Limiting iBATIS iteration over a list/Array based on numeric condition
I have been using iBatis to iterate over a list of items in a select statement as follows: <iterate pr开发者_StackOverflow社区operty=\"someCollection\" open=\"(\" close=\")\" conjunction=\",\">[详细]
2023-02-01 00:38 分类:问答How should I wrap a SQLException to an unchecked one?
We all know that SQLException is a checked Exception and most of us agree that checked Exception are verbose and leads to throw/catch pollution.[详细]
2023-01-29 01:14 分类:问答Intermittent SQLException: OALL8 is in an inconsistent state
Am getting the below error intermittently. ERROR Exception occured while fetching the available subscriptions from the database - Could not roll back Hibernate transaction; nested exception is org.h[详细]
2023-01-26 04:32 分类:问答How can I handle this exception within this method?
I have JDBC connection code similiar to the following from the JavaJDBC tutorial: public static void viewTable(Connection con) throws SQLException {[详细]
2023-01-25 03:25 分类:问答Timeout exception when using NHibernate TransactionScope
This is continuation of Timeout exception when timeout set to infinite time (and I also see unanswered SqlConnection and TransactionScope Timeout question).[详细]
2023-01-18 20:33 分类:问答Timeout exception when timeout set to infinite time
In my C# .NET 3.5 application I am using CastleProject ActiveRecord over NHibernate. This is desktop application using MS SQL Server 2008. I have set ADO command timeout to 0 to prevent timeout except[详细]
2023-01-18 05:50 分类:问答How do I handle the SqlException "No Records Found" when using LINQ to SQL?
I\'m using LINQ to SQL to call sprocs at my company.Normally it works great but on some queries, if nothing is found it will throw a SqlException \"No Records开发者_开发技巧 Found\".[详细]
2023-01-18 04:44 分类:问答list of all kind sql exceptions
How can i gets the name of all SQL exceptions? For handling them in my project?开发者_如何学运维 Thanks.I think you mean error number.[详细]
2023-01-17 03:21 分类:问答SQLException - Transaction BEGIN / COMMIT mismatch
Have you encountered this exception for a stored procedure which does indeed have a balanced transaction block?[详细]
2023-01-16 22:59 分类:问答SqlException timeout on GetConnection, but only from one node in a cluster
We have two nodes in a cluster. Both run an ASP.NET web application that connects to a database on another s开发者_运维问答erver. Node1 has no problems, but Node2 throws SqlExceptions, stating there\'[详细]
2023-01-14 19:15 分类:问答