Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

INSERT from internal table to customize pool table

Former Member
0 Likes
377

Hi,

I got an error in inserting into table. According to the runtime error, the record is already existing. I checked the table, there's a record that is the same with mine but we have different uname. And I think UNAME is also a foreign key so it is not a duplicate record...

Points for helpful ideas... Thanks!.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
341

hai,

can u explain more?which table you are using and what is the table structure?are you sure that uname is a key?

which statement you are using for inserting into database?

insert or modify?

1 REPLY 1
Read only

Former Member
0 Likes
342

hai,

can u explain more?which table you are using and what is the table structure?are you sure that uname is a key?

which statement you are using for inserting into database?

insert or modify?