<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - jdbc transactions????</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 25 May 2013 23:23:51 -0400</pubDate>


    <item>

        <title>jdbc transactions????</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39681</link>

        

        
            <description><![CDATA[Why use JDBC?  In the long term of things you should really look to using a persistance layer for your application.  I would recomend Hibernate because it has a low learning curve.  Using regular JDBC in your application with the reall cool persistence...]]></description>
        

        <pubDate>Thu, 20 Apr 2006 12:23:28 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Apr 2006 12:23:28 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Apr 2006 12:23:28 -0400</jf:modificationDate>
        <jf:date>Apr 20, 2006</jf:date>
        <jf:author>Poetic Justice</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>jdbc transactions????</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39681</link>

        

        
            <description><![CDATA[The usual way to do this is kind of thing is...<br><br>Obtain connection<br>Call connection.setAutoCommit(false)<br>try{<br>&nbsp;&nbsp;&nbsp;operation #1<br>&nbsp;&nbsp;&nbsp;operation #2<br>&nbsp;&nbsp;&nbsp;operation...]]></description>
        

        <pubDate>Thu, 30 Mar 2006 08:34:06 -0500</pubDate>

        

        <jf:creationDate>Thu, 30 Mar 2006 08:34:06 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 30 Mar 2006 08:34:06 -0500</jf:modificationDate>
        <jf:date>Mar 30, 2006</jf:date>
        <jf:author>Bob Armour</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>jdbc transactions????</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39681</link>

        

        
            <description><![CDATA[To count the number of entries in a table:<br>select count(*) from mytable<br><br>Add a where clause to count the number of rows in a selection:<br>select count(*) from mytable where surname='Smith'<br><br>To get a range:<br>select * from mytable where...]]></description>
        

        <pubDate>Thu, 30 Mar 2006 03:15:33 -0500</pubDate>

        

        <jf:creationDate>Thu, 30 Mar 2006 03:15:33 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 30 Mar 2006 03:15:33 -0500</jf:modificationDate>
        <jf:date>Mar 30, 2006</jf:date>
        <jf:author>Einar Valen</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>jdbc transactions????</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39681</link>

        

        
            <description><![CDATA[I have the following problem.<br><br>1) Query to get the total number of entries.<br>2) ?<br>3) Query and get rows 350,000 - 350,500 of 56,000,000 entries.<br><br>How can I ignore a different transactions inserts/deletes at step 2?]]></description>
        

        <pubDate>Wed, 29 Mar 2006 12:45:24 -0500</pubDate>

        

        <jf:creationDate>Wed, 29 Mar 2006 12:45:24 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 29 Mar 2006 12:45:24 -0500</jf:modificationDate>
        <jf:date>Mar 29, 2006</jf:date>
        <jf:author>Matthew Wilson</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>



</channel>
</rss>

