| |||||||||
| |||||||||
| Not A Member Yet? Register today and become part of the community. |
| |||||||
| Javascript Need help with the (primarily) client-side programming language? This is the place. Includes discussion on AJAX (Asynchronous JavaScript and XML). |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| 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 = "jdbc racle:thin:@xxx.xxx.xxx.xxx:1521 ra9i" ;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" |
![]() |
| Thread Tools | |
| Display Modes | |
| | |||||
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 |