Home User CP Browse Members Calendar Register Today!  
Get New posts Faq / Help?
   

Not A Member Yet? Register today and become part of the community.

Go Back   > World Wide Web > Programming / Scripting / Coding Forum > Javascript

Javascript Need help with the (primarily) client-side programming language? This is the place. Includes discussion on AJAX (Asynchronous JavaScript and XML).

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-14-2007, 11:49 AM
naives
Status: Offline
Senior Member
 
Join Date: May 2007
Location: India
Posts: 374
naives is on a distinguished road
Default Data base

I have no past experience with java. I want to make connect to the database. And my friend gave me this code..
String DRIVERNAME = "oracle.jdbc.driver.OracleDriver" ;
String SQLURL = "jdbcracle:thin:@xxx.xxx.xxx.xxx:1521ra9i" ;
String USERNAME="yourname";
String PASSWORD="yourpassword";
Class.forName(DRIVERNAME);

conn = DriverManager.getConnection(SQLURL, USERNAME, PASSWORD);
conn.setAutoCommit(false);
stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SE NSITIVE,ResultSet.CONCUR_READ_ONLY);

what does this mean "CONCUR_READ_ONLY"
__________________
With Regard
Naive PVK RAJ

www.naives.info
Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What speakers go with Apple's airport express base station? moo is the best Computer Hardware Zone 1 08-05-2008 08:33 AM
where can I buy the BASE for a westinghouse 17v2 monitor. Eric S Monitors 0 10-19-2007 06:22 PM
Data missing ?? eyklidis Free Web Hosting Support 7 04-08-2006 03:07 AM
Requesting old data rickandpaul Free Web Hosting Support 3 10-07-2005 07:16 PM
How about the old data in .Com? dstar Free Web Hosting Support 10 10-07-2005 12:56 AM


All times are GMT -7. The time now is 06:47 AM.

Skin Design By vBSkinworks



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Sponsored by Web Hosting


Profuse Solutions LLC

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79