|
-
Data Store
Bjarki,
In PB datastore is used to keep the retrived rows and one can use filters
to get the appropriate rows from there.
What can be replacement for datastore in java.
Hope to get reply from you soon.
Thanks
VJ
-
Re: Data Store
"VJ" <v_leader@yahoo.com> wrote:
>
>Bjarki,
>In PB datastore is used to keep the retrived rows and one can use filters
>to get the appropriate rows from there.
>What can be replacement for datastore in java.
>Hope to get reply from you soon.
>
>Thanks
>
>VJ
-
Re: Data Store
VJ,
why would you want to retrieve the rows and store them in memory, just to
filter the results from there? Why not just specify the desired criteria
in the SQL query?
If you need more portable result sets, you could look at the RowSet interface,
at http://java.sun.com/j2ee/j2sdkee/tec...l/RowSet.html.
Cheers,
Bjarki
Similar Threads
-
By Karl Robinson in forum VB Classic
Replies: 0
Last Post: 07-16-2001, 01:55 AM
-
By Joar Vatnaland in forum XML
Replies: 0
Last Post: 05-18-2001, 04:37 AM
-
By Joar Vatnaland in forum XML
Replies: 0
Last Post: 05-17-2001, 12:06 PM
-
By sb in forum VB Classic
Replies: 0
Last Post: 07-22-2000, 04:07 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks