Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

writing Notes datetime field via SQL statement

Status
Not open for further replies.

yert33

Programmer
Feb 19, 2002
255
US
Notes R5. Trying to write to a Notes Date/Time field with these attributes: editable, Notes style, display sample: 08/15/02 09:58:32 AM.

Using this SQL statement:
INSERT INTO Mainform (logdate) VALUES (08/15/02 09:58:32 AM)

Get this ODBC error: Comma or right parenthesis expected.

(This SQL statement is being sent through VisualFoxPro 6.0. Writing to text, radio button and and checkbox Notes fileds has been no problem.)

What syntax does Notes want to see an SQL datetime value?


 
wgcs solved in the VFP forum look here thread184-337566
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top