Notes SQL Insert Appointment
Posted by Carl Richey on 1.Mar.12 at 11:33 PM using a Web browser Category : Applications Development Release: All Releases Platform: All Platforms
What is the simplest way to add a new appointment via Notes SQL? The following SQL Statement returns the error listed afterwards:
INSERT INTO Appointment
(AppointmentType, StartDate, StartTime, EndDate, EndTime, Subject)
VALUES
('3', '2012-03-02', '08:00:00', '2012-03-02', '09:00:00', 'Hello World');
Error in ODBC SQL statement: Statement: [SQLSTATE=S1000][NATIVE=23502][Lotus][ODBC Lotus Notes][Lotus Notes Server]Notes API driver error: Value does not exist in keyword list for field AppointmentType
Notes SQL Insert Appointment (Carl Richey 1.Mar.12)
. . RE: Notes SQL Insert Appointment (Brian Martin 2.Mar.12)
. . . . RE: Notes SQL Insert Appointment (Carl Richey 2.Mar.12)
. . . . . . RE: Notes SQL Insert Appointment (Brian Martin 8.Mar.12)