Hi,
When I try to connect a jsp page with MS Access database, it gives an error
"[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified "
What does that means?
sau_shilpa 0 Newbie Poster
Recommended Answers
Jump to PostDo not connect to a database directly from within a JSP. JSPs are only for display purposes, your main business logic / database connectivity etc should be performed in Java code which you will include in your JSP and use as a API, So in case if in the future …
Jump to Posthi to all im new to this environmnt...i hav an error like this..in jsp..after connectin..it shows "no data found"...?(jsp with access)
Hijacking someone else's thread like this is considered rude, I see you have already started your own thread, have some patience and wait for replies there.
All 5 Replies
sbhavan 30 Light Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
vivek_web 0 Newbie Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
patel_amul 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.