CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Java

 Configuring JSP connection for ACCESS

Print topic Send  topic

Author Message
tnwah
Posted: 02/17/2004, 2:00 AM

I have downloaded the Bookstore project from gotocode.com and i am facing problem in configuring common.jsp fine that requires JSP connection any one to help, pl mail attnwah@aero.com.pk
Sohail
Posted: 05/13/2004, 12:03 PM

I am new in JSP.
I need to connect my webpage with ACCESS database
1) I have created DSN in ODBC (System DSN)

Now I m looking for a sample code for connection to ACCESS database
kaiser
Posted: 07/29/2004, 2:19 PM

Hi,
modify the code in common.jsp file as follows

static final String DBDriver ="sun.jdbc.odbc.JdbcOdbcDriver";
static final String strConn ="jdbc:odbc:bookstore";
static final String DBusername="";
static final String DBpassword="";

bookstore is the name of the data source
leave DBusername and DBpassword fields blank.

it should work fine

regards,
kaiser....

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.