Re: [GENERAL] how to prevent generating same clipids

2006-04-11 Thread v . suryaprabha
Hi Now we cannot change the field type. Because already our application is running and thousands of records are already entered. we are getting same no for clipid when 2 users are entering data at a time. so how to solve the problem ---(end of broadcast)

[GENERAL] how to prevent generating same clipids

2006-04-10 Thread v . suryaprabha
Hi All, I am having the clipid field in my table.In my application i am taking Max(clipid) and inserting it into the table by incrementing that max value. so there is a problem when 2 users click sumbit button at a time. we r getiing same value . so hoe to solve the problem ---