DB Gurus,
I have a VB 6 utility that is using ADO to connect to replicated tables and I get the following error when I try to update the recordset:
Invalid Object Name 'ctsv_18C3929C22...'
This code worked great until the team that owns one of our SQL servers decided to turn of Replication. After getting replication back up and running, we set up a push subscription rather than a pull as before.
The util is running against the subscriber's tables...not the source tables.
What the heck have I gotten into here?
What does ctsv mean?
Thanks,
GregGood question, what the heck is it? Also make sure you fully qualify table names with schema owner. Maybe that's what it's barking at...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment