View Issue Details

IDProjectCategoryView StatusLast Update
0005363JEDI VCL00 JVCL Componentspublic2012-02-29 16:55
ReporterricoleboAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.45 
Summary0005363: JvMemoryDataset and type timeStamp
DescriptionIn version 3.40 of JVCL the type timeStamp in the JvMemoryDataset doesn't work

In this version, the type timeStamp was add to the Const ftSupported (line 374 of the unit) and cause error. (in previous versions, this type was ignored)

To see this error :

connect to a database and do this :

SQLDataSet1.CommandText:='SELECT CAST(''now'' as TIMESTAMP) AS MYTIMESTAMP FROM RDB$DATABASE';
  SQLDataSet1.Active:=true;
  JvMemoryData1.Active:=false;
  JvMemoryData1.CopyStructure(SQLDataSet1);
  JvMemoryData1.LoadFromDataSet(SQLDataSet1,-1,jvmemorydataset.lmCopy,true);
  JvMemoryData1.Active:=true;
  JvMemoryData1.First;
  MessageDlg(JvMemoryData1.Fields[0].AsString, mtWarning, [mbOK], 0); => Error

TagsNo tags attached.

Activities

obones

2010-11-09 14:20

administrator   ~0018039

Please try with the latest SVN content.
If this is still here, please provide the zipped sources of a sample application showing this.

AHUser

2010-11-28 00:15

developer   ~0018195

Fixed in svn revision 12918.

Issue History

Date Modified Username Field Change
2010-10-13 14:03 ricolebo New Issue
2010-11-09 14:20 obones Note Added: 0018039
2010-11-09 14:20 obones Status new => feedback
2010-11-28 00:15 AHUser Note Added: 0018195
2010-11-28 00:15 AHUser Status feedback => resolved
2010-11-28 00:15 AHUser Fixed in Version => Daily / SVN
2010-11-28 00:15 AHUser Resolution open => fixed
2010-11-28 00:15 AHUser Assigned To => AHUser
2012-02-29 16:55 obones Fixed in Version Daily / SVN => 3.45