![]() |
| ||
| can i know what software shall i use to connect jsp file to the database? do i need a connector??? |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? No if you can create one for your self, but I would not recommend that. Better to stick with connectors.... |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? which connector do u prefer??? |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? It is more of question what database you using MySQL/MsSQL/Oracle |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? and that's after you stop trying to place business logic in JSPs. |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? i am using Microsoft SQL server 2005. |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? Ouch, you just hurt my feelings.... Why you not using MySQL, it is more easier to work with (in my opinion). If you wish to stay with MsSQL you need to get your self ODBC connector and learn to use it |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? You need to download the sql server 2005 jdbc driver (sqljdbc.jar) and make sure it is on the application server/servlet container's CLASSPATH. An easy way of doing this is to put sqljdbc.jar in your webapps WEB-INF/lib directory. There is plenty of documentation on MSDN on how to use it. A good basic example is here |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? Quote:
Pl. avoid to connect to database from jsp file using any software. Pl. Write Separate Coding for connect Database in this coding using type 4 driver. it is very easy to connect all database without DSN name creation. If you connect DATABASE using any database you cannot transfer context any system it is no easy. So, Pl. Write java coding you connect database server side. |
| ||
| Re: can i know what software shall i use to connect jsp file to the database? ok, lets me try it. i am new to this. need to learn more. |
| All times are GMT -4. The time now is 9:02 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC