[Progress Communities] [Progress OpenEdge ABL] Forum Post: Why pro2modified column sometimes does not display time

  • Thread starter Thread starter Dmitri Levin
  • Start date Start date
Status
Not open for further replies.
D

Dmitri Levin

Guest
Each table in MS SQL Server target database of pro2sql has pro2modified column. That column is always type "datetime" in SQL and all other attributes of pro2modified are the same for all tables. Most tables display correctly date and time of last change. Yet, some tables display only date. I looked in DataDictionary of fdm4repsh ( Progress Schema holder ) database. Those tables that display time correctly have pro2modified field type timestamp(datetime) format 99/99/9999 HH:MM:SS.SSSSS and those tables that display only date have pro2modified field type timestamp(date) format 99/99/99. That is probably why we see time as all zeros 00:00:00 for those tables. My question is why Progress Schema holder defines pro2modified as timestamp(date) format 99/99/99 for some tables? I would like to see pro2modified field type timestamp(datetime) format 99/99/9999 HH:MM:SS.SSSSS for all tables. pro2modified does not come from Progress ( Source ) database. And thus it is not in ReplFieldXref either. So it has to come from MS SQL Server where pro2modified definitions are the same for all tables....

Continue reading...
 
Status
Not open for further replies.
Back
Top