473,395 Members | 1,938 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

JSP database location

48
Someone gave me some code to sift through, and I'm somewhat at a loss. I have this at the start of the page:

Expand|Select|Wrap|Line Numbers
  1. <%@ page import="java.util.*,
  2. java.util.ArrayList,
  3. com.ei.AccessDB" %>
  4. AccessDB dbAccess = null;
  5. dbAccess = new AccessDB();
and then later, this:
ArrayList featReq = dbAccess.getResultList(featString);

Now, I really am a novice here, but it appears that the JSP is calling some database, with class named AccessDB which the coder stored.... somewhere. If this is wrong, please correct me.

So, the question is: Where is the database stored on this site (and thus, how do I access it)?
Sep 13 '07 #1
1 1259
r035198x
13,262 8TB
Someone gave me some code to sift through, and I'm somewhat at a loss. I have this at the start of the page:

Expand|Select|Wrap|Line Numbers
  1. <%@ page import="java.util.*,
  2. java.util.ArrayList,
  3. com.ei.AccessDB" %>
  4. AccessDB dbAccess = null;
  5. dbAccess = new AccessDB();
and then later, this:
ArrayList featReq = dbAccess.getResultList(featString);

Now, I really am a novice here, but it appears that the JSP is calling some database, with class named AccessDB which the coder stored.... somewhere. If this is wrong, please correct me.

So, the question is: Where is the database stored on this site (and thus, how do I access it)?
The database could be anywhere. You may or may not be able to access the database depending on how that system was written, how much security there is on it and what you want to do on the database.
You better ask the owner of the DB or system about it.
Sep 13 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Pam Ammond | last post by:
I need the code to update the database when Save is clicked and a text field has changed. This should be very easy since I used Microsoft's wizards for the OleDBAdapter and OleDBConnection, and...
3
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
5
by: Jonathan Wood | last post by:
I have a Web application. Initially, I created a database in the App_Data folder and then attached it to SQL Servero 2005 (not SQL Server Express). I realize now that this is now what I want. So...
6
by: Marcolino | last post by:
Hi all, I have a simple problem but I don't know which is the best way to solve it. I need to savo into a table into access DB the location and the size of a form. Is there a way to save...
1
by: jjkeeper | last post by:
Hi, a colleague asked me to see if it's possible to create a warehouse database for him, so things will go faster and more efficient on his end. (yes, in the midst of my annual database project...) I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.