Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Problems executing a script with multiple insert
Problems executing a script with multiple insert [message #597456] Thu, 29 April 2010 17:41
francesco is currently offline francescoFriend
Messages: 2
Registered: April 2010
Junior Member
I'm using eclipse dtp 1.7.2 with sqlite database, everthing is ok but executing this script gives strange result.

Only the first insert is executed!


drop table if exists prova;

create table prova (
f1 varchar(10),
f2 varchar(10)
);


insert into prova (f1,f2) values ("11","12");

insert into prova (f1,f2) values ("21","22");

I would like to attach a screenshot, but Maximum Files Per Messages: 0

By the way the tooltips of the formatting tools code and quote are inverted in the new topic page.
Previous Topic:Problems executing a script with multiple insert
Next Topic:synchronization on Boolean fields in Eclipse DTP project
Goto Forum:
  


Current Time: Tue Mar 19 04:40:17 GMT 2024

Powered by FUDForum. Page generated in 0.02000 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top