Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
TDD for a Shopping Website LiveProject
this week in the
Testing
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
JSP
MSAccess Database
Nico Yukiko
Greenhorn
Posts: 21
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am using a Database that do not require a user id and password but
JSP
require us to put those things then wat should i put??
In
servlet
i use
Connection con=DriverManager.getConnection("jdbc
dbc:mydsn")
and this work.
Connection con=DriverManager.getConnection("jdbc
dbc:mydsn", "jp", "jp");
Bear Bibeault
Sheriff
Posts: 67634
173
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Exactly how is JSP "requiring" this information?
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
The human mind is a dangerous plaything. This tiny ad is pretty safe:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to connect to MS ACCESS through our own Driver
confusion in running the program
confusion in running the program
JDBC Connectivity
ODBC configuration.help
More...