getting duplicate number is there a

From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: getting duplicate number is there a
Date: 2005-05-16 21:36:21
Message-ID: 000e01c55a5f$4d912d00$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I was using SET TRANSACTION ISOLATION LEVEL SERIALIZABLE in MSSQL.

Is there something similar in postgres to ensure its not in the middle of
being updated?

sql = "SELECT COUNT(*) FROM tblcase WHERE LocationID = " &
intLocationID & _

" and substr(casenum,length(casenum)-1,2) = '" &
right(year(date),2) & "' AND clientnum = '" & _

chrClientNum & "'"

I will add a select just before doing the insert to see if this helps, its
not happening a bunch, but 5 6 times a day is still an issue for me.

I use the count as a segment of my case number so each time a new case is
entered the count goes up for that location for that year.

Joel Fradkin

Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel. 941-753-7111 ext 305

jfradkin(at)wazagua(dot)com
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tools.
C 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
This email message is for the use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and delete and destroy
all copies of the original message, including attachments.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ezequiel Tolnay 2005-05-17 05:02:17 Re: getting duplicate number is there a
Previous Message PFC 2005-05-16 20:36:01 Re: sub-selects