-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: SQLGrammarException: Could not execute JDBC batch update
PostPosted: Thu Jan 28, 2010 5:57 am 
Newbie

Joined: Wed Jan 27, 2010 7:26 am
Posts: 4
Location: Novi Sad, Serbia
yes, thats exactly my table...

/*==============================================================*/
/* Table: KB48302_SIFARNIKPISACA */
/*==============================================================*/
create table KB48302_SIFARNIKPISACA
(
PISCI_ID varchar(15) not null,
PISCI_IME varchar(25),
PISCI_PREZIME varchar(25),
primary key (PISCI_ID)
);

My table structure is too big, 22 tables...
I did it in PowerDesigner, and generate .sql file
from there...
so I dont know what to post :(

anyway, why it says
Code:
'-02.kb48302_sifarnikpisaca (PISCI_IME, PISCI_PREZIME, PISCI_ID)


I mean, what is that -02. thing before name of my table?


My HibernateTest.java has no sql syntax that can be wrong, right?
Im even more confused now when you said it worked for you :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.