Dear All,
I want to do SQL database connection in javascript .
For that i'm using the server side javascript.
But my problem is that , i'm not able to do the connection ..
Code :
database.connect("SQLServer","NAMRATA12K","sa","MesuT123","AHD");
if(!database.connected())
document.write...