Re: Update to Null

2001-01-03 Thread Dave Hannum
PROTECTED] (740) 597-2524 - Original Message - From: "David Shadovitz" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 1:32 AM Subject: Re: Update to Null Hmm. I'm using Oracle. I thought I tried this just before I escaped from my of

RE: Update to Null

2001-01-03 Thread Philip Arnold - ASP
em manager. ** -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: 03 January 2001 03:31 To: CF-Talk Subject: OT: Update to Null Is it possible to UPDATE the value of a numeric field to NULL? Here's the scenario, which must

Re: Update to Null

2001-01-03 Thread David Shadovitz
- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 9:31 PM To: CF-Talk Subject: OT: Update to Null Is it possible to UPDATE the value of a numeric field to NULL? Here's the scenario, which must be common: The records of the Employees

OT: Update to Null

2001-01-02 Thread David Shadovitz
Is it possible to UPDATE the value of a numeric field to NULL? Here's the scenario, which must be common: The records of the Employees database table are displayed in an HTML table, with an Edit and Delete button in each row. The user clicks Edit to display a particular record in an editable

RE: Update to Null

2001-01-02 Thread Rick Lamb
UPDATE Employees SET Age = NULL WHERE Id = 2 This has always worked fine for me using MS SQL 7.0 and MS Access. Rick -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 9:31 PM To: CF-Talk Subject: OT: Update to Null

Re: Update to Null

2001-01-02 Thread David Shadovitz
worked fine for me using MS SQL 7.0 and MS Access. Rick -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 9:31 PM To: CF-Talk Subject: OT: Update to Null Is it possible to UPDATE the value of a numeric field to NULL? Here's