Some of the missing function in TMSTable
Posted: Tue 27 Sep 2011 17:12
Hi,
I have a number of projects I am moving to SqlServer from Paradox. Your product does most of the TTable functions with some exceptions. I have gone ahead and implemented some of those in a component descended from your TMSTable. I have implemented:
CreateTable by using SQL Create Table
EmptyTable by using SQL Delete
IndexName, IndexDefs by using MSMetadata
SetRange, CancelRange by using FilterSQL
It was not too hard to implement these, but it occures to me that you didn't implement them for a reason. I'm assume that the reason is that they are less used items and there is little return (other priorities are more important). Is this assumption correct, or are there 'gotchas' that I am not yet seeing on any of these?
Thanks,
I have a number of projects I am moving to SqlServer from Paradox. Your product does most of the TTable functions with some exceptions. I have gone ahead and implemented some of those in a component descended from your TMSTable. I have implemented:
CreateTable by using SQL Create Table
EmptyTable by using SQL Delete
IndexName, IndexDefs by using MSMetadata
SetRange, CancelRange by using FilterSQL
It was not too hard to implement these, but it occures to me that you didn't implement them for a reason. I'm assume that the reason is that they are less used items and there is little return (other priorities are more important). Is this assumption correct, or are there 'gotchas' that I am not yet seeing on any of these?
Thanks,