jdbc-odbc
select data from last 2 rows sql
Im using an odbc-jdbc bridge in my project and I need select 2 pieces of data from the database and save the data to 2 variables on th开发者_开发知识库e java side of my application. Here is an example[详细]
2023-04-07 08:52 分类:问答Delete rows with conflicting times using jdbc-odbc
I wasnt quite sure how to word the title so sorry about that. I am trying to load some start and stop schedule times into a database but sometimes a start and stop time for the same system will overla[详细]
2023-04-06 11:19 分类:问答Java cannot retrieve Unicode (Lithuanian) letters from Access via JDBC-ODBC
i have DB where some names are written with Lithuanian letters, but when I try to get them using java it ignores Lithuanian letters[详细]
2023-04-01 10:55 分类:问答How to convert serialClob to String format?
I am trying to convert serialclob to string. But I am not successful. I think I am not doing in the correct way. My code is:[详细]
2023-03-30 20:31 分类:问答java connecting to access database problem
When trying to connect the access db i get this error: [Microsoft][ODBC开发者_JAVA技巧 Driver Manager] Data source name not found and no default driver specified[详细]
2023-03-30 00:58 分类:问答java.lang.ArrarIndexOutOfBoundsException:11
I have the followi开发者_运维技巧ng code which compiles fine but when it runs then it throws the exception that java.lang.ArrarIndexOutOfBoundsException:11, please if you could help what is wrong it w[详细]
2023-03-21 21:26 分类:问答how to fetch only reason from java exception
when I connect to database and execute a query, then if there occurs any exception then I want to fetch only the reason of exception not the full message , so that in my log I can log only the reason[详细]
2023-03-14 06:10 分类:问答c3p0 for 64bit tomcat
We have c3p0 connection pooling for Sybase.It works fine on Tomcat 7.0 on a 32-bit server.Once we run it on a 64-bit server with tomcat and jre both installed under 64-bit , it throws:[详细]
2023-03-14 00:57 分类:问答ResultSet: Exception: set type is TYPE_FORWARD_ONLY -- why?
I have very simple code: pstat=con.prepareStatement(\"select typeid from users where username=? and password=?\");[详细]
2023-03-13 03:48 分类:问答What's the best option for connecting to a database via JDBC using .NET?
I may be looking for the equivalent of the JDBC-ODBC bridge with the inverse behaviour so that an ODBC query, for example, is translated into a correspond开发者_Python百科ing JDBC query. Does such a t[详细]
2023-03-09 18:56 分类:问答