i tried every thing .....installed sql server,drivers, set class path for sqlserver and drivers.I think my url is correct ,i worked well for others
.
My url is
Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
String url="jdbc:micro soft:sqlserver://localhost:1433" ;
Connection con=DriverManag er.getConnectio n(url,"sa","sa" );
password is "sa";
tell me what exactly needed for my system to access sql serveer with jsp........
i set all jsr files into my class path,,,,
do i require sqljdbc jarfile to set into my class path and any other jar files needed? i dont have sqljdbc jar file in my system and guide how to download jar files from net?
Hello sir please give me advice i m trying it for 10 days......
give me some advice.........
thanks in advance....
u r advice is precious
.
My url is
Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
String url="jdbc:micro soft:sqlserver://localhost:1433" ;
Connection con=DriverManag er.getConnectio n(url,"sa","sa" );
password is "sa";
tell me what exactly needed for my system to access sql serveer with jsp........
i set all jsr files into my class path,,,,
do i require sqljdbc jarfile to set into my class path and any other jar files needed? i dont have sqljdbc jar file in my system and guide how to download jar files from net?
Hello sir please give me advice i m trying it for 10 days......
give me some advice.........
thanks in advance....
u r advice is precious
Comment