Board index » delphi » Yet another MIDAS licensing question
David Clegg
![]() Delphi Developer |
Yet another MIDAS licensing question2004-02-13 08:09:52 AM delphi82 I've got (hopefully) a quick MIDAS licensing question. I posted it in the .datasnap group yesterday, and Craig Stuntz replied that he thought it *may* be ok, but wasn't 100% sure. He did say that "..the Delphi 7 license has been clarified to explicitly allow this use, even when CDS format is used". I am reposting here in the hopes that John K or Anders O may happen by, and be able to clarify (saves bugging them via e-mail). I am developing an application, using Delphi 5 Enterprise (upgrading to D7 is not an option, BTW), which allows a user to enter data which I am intending to store in .cds file by using the TClientDataset component. At any time the user can export a subset of this data to a text file, which will be read by another Delphi 5 executable on another computer. This exporting/importing logic will be my own, and the export file will probably be transferred via floppy disk (it will definitely not use MIDAS functionality for the data transfer). This is what D5's License.txt has to say : 'This version of the software may include redistributable files identified as "ClientDataset Redistributables" for creating multi-tier application programs. Installation and use of the ClientDataset Redistributables for supporting data sharing among two or more computers requires purchase of a MIDAS Deployment License, available separately from Inprise; please refer to the on-line documentation, including DEPLOY.TXT, for contact information. "Data sharing" refers to any use of the ClientDataset Redistributables for supporting the transmission by any means of data from one computer to another for use by ClientDataset Redistributables installed on another computer.' I *am* sharing data between two Delphi programs, but I am *not* using MIDAS technology at both ends, nor is MIDAS used for the data transmission. The TClientDataset is simply used as an in-memory table, and to persist the data to/from the hard-drive on one PC. The actual data transferred will be in a .txt file which I will generate manually by iterating through the records in the TClientDataset. I think I should be ok to do this without incurring any MIDAS/Datasnap licensing costs, as the actual transmission of data between the two PCs doesn't use the ClientDataset redistributables. Does my interpretation of the D5 MIDAS license sound correct? And if this isn't the best place to ask, where should I go to seek clarification? |