Hi all,
Please help me out , asap,
i am trying to work with using GWT/RF , GAE and SQL Server ,when ever i am trying to connect database at that time , i got below exception
Exception : java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve)
but one intersting thing is iam using two ways one is
1) USING JDBC:ODBC driver (SQL Server DataBase)
jdbc:odbc:JdbcOdbcDriver (i created DSN) it is connecting fine,
2) USING SQL SERVER Driver (SQL Server DataBase)
com.microsoft.sqlserver.jdbc.SQLServerDriver it is not connecting to sql server database
at this time i got this Exception:java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve).
please tell me where i am did wrong.
thanks in advance.
Thanks & regards
Laxman