Board index » delphi » Help!! Problem on MSSQL BLOB fields replication !!

Help!! Problem on MSSQL BLOB fields replication !!

I have 2 servers running MSSQL Server 7.0.
1 Main Server
2 Mirror Server.

 The main server initiates replication to the mirror server at each 3 min.
On a table located on the main server there is a BLOB field used for some
text data
and another one used for images.
When I append a new record on the main table, the BLOB fields are correctly
replicated in the mirror database.
But When I perform an Edit of these fields (to update on main database),
after replication,  the fields from the mirror database are damaged. The
image field (used to store a JPG image) reports to the client invalid format
, and the memo field is empty.

Can you give me an advice?
Thanks a lot!

Dor-Bujor

 

Re:Help!! Problem on MSSQL BLOB fields replication !!


I have 2 servers running MSSQL Server 7.0.
1 Main Server
2 Mirror Server.

 The main server initiates replication to the mirror server at each 3 min.
On a table located on the main server there is a BLOB field used for some
text data
and another one used for images.
When I append a new record on the main table, the BLOB fields are correctly
replicated in the mirror database.
But When I perform an Edit of these fields (to update on main database),
after replication,  the fields from the mirror database are damaged. The
image field (used to store a JPG image) reports to the client invalid format
, and the memo field is empty.

Can you give me an advice?
Thanks a lot!

Dor-Bujor

Other Threads