I'm porting a Microsoft Access 2000 db to SAPDB and am stuck on what to do
with a certain field type. They have an Autonumber type which is called a
Replication ID which is a 128 bit number. I thought to stick it into a Fixed
16,0 field in SAPDB. I'm using ADO recordsets to move the data and when I
use a statement like rsDest.Fields("FixedID") = rsSrc.Fields("RepID") I get
a Type Mismatch error. Any clues?Cheers, Jon _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
