java连接sql server 2005错误
在sql 新建了一个studentMaster数据库和表student1 当查询表是用select * from student1 查询会出现 对象名 student1 无效
改为 select * from studentMaster..student1 查询就成功了 这是为什么??
但在java中程序中 用 select * from studentMaster..student1 也不能连接数据库呢?
2011-06-22 10:07
2011-06-25 11:41