TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vinod vb
NA
1
1.3k
create recordset from jdbc datasource
May 10 2013 9:20 AM
I'm accessing data in jsp page using the following code.
<sql:query var="result" dataSource="jdbc/ums">
SELECT * FROM ums_memory
</sql:query>
Now, I want to access the records using a recordset object like in ASP, so as its more flexible to process the records.
Is it possible to create a recordset object from datasource "jdbc/ums" ?
Reply
Answers (
1
)
Development ArcGIS Application for android
spring framework in my eclipse