|
|
Sponsor |
Dealing with Insert Problems with Access: msg#00110db.postgresql.odbc
I have just deployed a MS Access client-server application with a PostgreSQL 7.2.4 backend (not that the version matters in this case). I am bumping up against the famous "#Deleted#" in every field issue that comes up on this list from time to time. The problem is that, in this application, the data can be quite sparse for some records, with the result that some records only differ in their primary key value, which is a serial in PostgreSQL. When a new record gets created, Access fails to find a unique record with the same data values, so the error. I don't want to move to unbound forms/controls, so I am looking for a minimalist way to solve the problem, which would involve adding some "before insert" code which will specify a unique value to be inserted. I am looking at two choices: * Do a "nextval" call to get the next serial value, and specify it explicitly. This involves an extra network round trip (and an extra connection), but has the benefit of being unequivocal. * Add a timestamp field to the table, and specify the applicable value in my vba code. This app is not intensively used, so either solution would probably work fine in practice. Is there any reason why I should prefer one over the other? Or is there another kind of solution altogether that I could try? TIA __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Graphic tool, Jennie |
|---|---|
| Next by Date: | Re: Dealing with Insert Problems with Access, Jeff Eckermann |
| Previous by Thread: | Graphic tool, Jennie |
| Next by Thread: | Re: Dealing with Insert Problems with Access, Jeff Eckermann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|