TableMappings.Join Must Called With ViewTableSuperClass...
lc6529
Posts: 30
I am trying to setup a comparison session with RedGate and Keep Getting the error "TableMappings.Join Must Called With ViewTableSuperClass Arguments"
The error occurs at this line:
oTBLMappings.Join(dSourceDatabase.Views(myReader("tblToCompare").ToString), dTargetDatabase.Tables(myReader("tblToCompare").ToString))
The programming environment is VB 2005 on Windows XP.
I am trying to compare a VIEW of some data to a SQL table that is setup the same way. If anyone could help I would appreciate it!
The error occurs at this line:
oTBLMappings.Join(dSourceDatabase.Views(myReader("tblToCompare").ToString), dTargetDatabase.Tables(myReader("tblToCompare").ToString))
The programming environment is VB 2005 on Windows XP.
I am trying to compare a VIEW of some data to a SQL table that is setup the same way. If anyone could help I would appreciate it!
Comments
Hope this helps.
Project Manager
Red Gate Software Ltd