I got following error message while setup datasource with sql server 2000: Login in failed for user sa, Reason: Not associated with a trusted SQL Server connection.
I tried both Microsoft jdbc driver and jtds jdbc driver. Got the same result. Here is some of the key setup: <connection-url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=lportal</connection-url> <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class> <user-name>sa</user-name> password I am not familar with sql server/jdbc at all. Can anybody help me out? Thanks. Ge View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837835#3837835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837835 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
