H
helot
Is there any way in Access to create a row checksum, in the same manner
as on SQL Server (checksum() function) ?
I need to compare rows between two databases, which have some fields as
BinaryLong.
Any idea what would be the best approach ?
I have already written a script in Python that does row-to-row compare
and then use a native object (proprietary GIS software) to get the
binary data comaprison, but the speed is really really slow ( 5 records
/sec, each of 30 tables has about 50,000 records).
thanks for any hint !
as on SQL Server (checksum() function) ?
I need to compare rows between two databases, which have some fields as
BinaryLong.
Any idea what would be the best approach ?
I have already written a script in Python that does row-to-row compare
and then use a native object (proprietary GIS software) to get the
binary data comaprison, but the speed is really really slow ( 5 records
/sec, each of 30 tables has about 50,000 records).
thanks for any hint !