Question# Database - 数据库
S*y
1 楼
When I tried to use jdbc to create a table T using uid u1
in SQL server, but there is a table with the same name T
created by user u2?
Using sun.jdbc.odbc.JdbcOdbcDriver, I got an error message:
java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]
There is already an object named 'T' in the database.
How to deal with this problem?
Thanks
in SQL server, but there is a table with the same name T
created by user u2?
Using sun.jdbc.odbc.JdbcOdbcDriver, I got an error message:
java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]
There is already an object named 'T' in the database.
How to deal with this problem?
Thanks