Hi im using es5 and for the dbloginmysql example, i tried it with mysql and it worked.. i tried copying sqlserver-jdbc driver and also the dll for integrated security but it has been throwing an "Database error" all the time...Please help..
the database.properties file has :
database.driverClassName=com.microsoft.sqlserver.j dbc.SQLServerDriver
database.url=jdbc:sqlserver://127.0.0.1:1433;instanceName=SQLExpress;database=us erinfo;integratedSecurity=true;


Reply With Quote
