[转载] 用perl或者java访问数据库# Database - 数据库
w*y
1 楼
【 以下文字转载自 Programming 讨论区 】
【 原文由 woomy 所发表 】
因为我定义的table里面有些属性是UNIQUE的,所以往里插入数据的时候,遇到duplicate
insertion就会有error返回
DBD::Pg::db do failed: ERROR: Cannot insert a duplicate key into unique index
figure_figurl_key at /home/zkou/proj/slif2/code/util/control.pl line 224, omMatlab> line 137.
我发现这种error不影响程序继续运行,但是有什么法子把它屏蔽掉么? 因为我是一边
计算一边insert数据,这种重复产生的数据又没有法子避免,只好想法子屏蔽掉这个
error了
thx a lot!
【 原文由 woomy 所发表 】
因为我定义的table里面有些属性是UNIQUE的,所以往里插入数据的时候,遇到duplicate
insertion就会有error返回
DBD::Pg::db do failed: ERROR: Cannot insert a duplicate key into unique index
figure_figurl_key at /home/zkou/proj/slif2/code/util/control.pl line 224,
我发现这种error不影响程序继续运行,但是有什么法子把它屏蔽掉么? 因为我是一边
计算一边insert数据,这种重复产生的数据又没有法子避免,只好想法子屏蔽掉这个
error了
thx a lot!