Hi guys...
I am facing a lot of problems while programming jsp programs with sybase database.I am a newbie to sybase database.Can anyone suggest any book or reference material for programming jsp programs for sybase.
@Bear Bibeault :I know but my company's coding was previously done in jsp.That's why i am forced to learn this sybase database or accessing database through jsp even though it's not advisable.Please can you suggest any material that could help.Thanks for replying...
You may go through some basic JSP tutorial (Sun tutorial) to know basics of JSP. For Sybase I think this guide (with Transact-SQL) would help you learn how to use them. But you may try to re-factor the code to eliminate DB access/any other business logic inside JSPs moving forward if possible.