Replication

bbulla

I'd rather be golfing
Local time
Today, 12:02
Joined
Feb 11, 2005
Messages
101
Hi,

I have a couple of SQL queries that I use in .NET to update some tables in my database. After I replicate the database, one of the queries no longer works.

The first query updates the parent table. The second query uses the RECORDNUM from the first query and updates the child table but when running the .ExecuteNonQuery I get a 'Cannot Open Database' error.

If I resort back to my non-replicated database everything works fine.

Any ideas of what is happening here??
 

Users who are viewing this thread

Back
Top Bottom