Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
SQL Related Articles: Clarion dates to SQL 2002-07-06 -- Mark Mcbreen Newsgroups: softvelocity.products.c55ee
In your dictionary make sure you have the SQL date defined correctly & that
should work OK.
e.g. for MSSQL something like this
MySQLDateTimeField STRING(8) !This corresponds to MSSQL datetime
MyGroup GROUP,OVER(MySQLDateTimeField)
SQLFileDateField DATE
SQLFileTimeField TIME
END
MyGroup.SQLFileDateField = TPSFile:DateField
MyGroup.SQLFileTimeField = 0
PROP:SQL = 'INSERT MYTable (MySqlDateTime) VALUES(' & MySQLDateTimeField & ')'
Regards
"Suntower Systems"
Today is November 21, 2024, 3:54 am This article has been viewed 35281 times. Google search has resulted in 54 hits on this article since January 25, 2004.
|
|