Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / October 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Jave stored procedure question27 Oct 2008 08:40 GMT3
Can anyone see what is wrong here
CallableStatement cs = con.prepareCall("{ ? = call list_index () }");
cs.registerOutParameter(1, Types.OTHER);
cs.execute();
java and ms-server26 Oct 2008 22:34 GMT8
New to the group to sorry if this has been asked before.
I am learniing Java at Uni and so far I have connected to a MS Server
and I have read data ok. Now I want to connect to the stored procedures
already in place.
Dbase and no 'Like' support in SQL24 Oct 2008 15:01 GMT14
My program  connects to  an old dbase 4 database. The connectionstring
is:
jdbc:odbc:Driver={Microsoft dBASE Driver
(*.dbf)};mode=read;DriverID=277;DBQ="<dbfdir>"
see for java books24 Oct 2008 08:04 GMT-
What is Byte Code? Or What gives java it’s “writ...
http://freehrquestions.blogspot.com/2008/08/what-is-byte-code-or-what-gives-java.html
Why oracle Type 4 driver is named as oracle thin d...
http://freehrquestions.blogspot.com/2008/08/why-oracle-type-4-driver-is-named-as.html
java23 Oct 2008 12:48 GMT1
Naming a Package
http://seeallsoftwarebooks.blogspot.com/2008/08/naming-package.html
Creating a Package
http://seeallsoftwarebooks.blogspot.com/2008/08/creating-package.html
SOA, WOA, cloud computing at DataServices World in Silicon Valley     (November 20, 2008)23 Oct 2008 04:19 GMT-
The launch of DataServices World in New York was successful so the
conference is bringing a distinguished faculty to Silicon Valley in
November.
DataServices World offers a program for those interested in technology
Is there any way to connect database without JDBC?20 Oct 2008 19:31 GMT12
Anyone has experience to connect database without JDBC? I have a
project, and some application has conflict with JDBC. I have no
control on the application but I still need to connect to database.
Could somebody help me?
jdbc in/out parameter?07 Oct 2008 00:00 GMT2
I'm using Oracle 10 with Java 1.5.  In our stored procedure, we have a
parameter that looks like:
PROCEDURE GET_LOG        (p_key_type          IN   VARCHAR2,
                         p_key_value         IN   VARCHAR2,
java.sql.SQLException: ORA-00904: invalid identifier03 Oct 2008 21:50 GMT3
I'm using Java 1.5 with WebLogic 9.2.2 connected to an Oracle 10 db.
I'm getting the below error but what is odd is that I can run the
offending SQL statement fine using PL/SQL Developer.  I have verified
that the connection information is the same.  Any way to tell exactly
Close resultset but not the connection01 Oct 2008 16:05 GMT3
I have a method that has a resultset as return value, so i can not close the
connection:
public ResultSet getSomething()
{
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.