java使用sql,出现错误,求高手。
错误“com.microsoft.sqlserver.jdbc.SQLServerException:Incorrectsyntaxnearthekeyword'proc...
错误“com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'procedure'”,
使用execute执行
string str = “
if not exists (select * from sysobjects where name = 'a')
create procedure a
as
begin
go
create table b()
go
create table c()
.
.
.
end
” 展开
使用execute执行
string str = “
if not exists (select * from sysobjects where name = 'a')
create procedure a
as
begin
go
create table b()
go
create table c()
.
.
.
end
” 展开
2个回答
2014-08-08
展开全部
jdbc不能执行创建存储过程的语句。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询