| 发表于:2007-06-01 10:50:1412楼 得分:0 |
1. connection con=drivermanager.getconnection(l, "sa ", " "); connection con=drivermanager.getconnection(l, "sa ", " "); the password is empty or one space? 2. you may need a database name before user1, sth. like [member].[sa].user1. or you should add the database name in your connection url. | | |
|