Thanks everybody. I'd forgotten to mention that the SEEK works where the FIND doesn't. I'll go through all my code and replace them all. [mad]
Cheers,
Rafi
Following works in VFP8 but _not_ in VFP9:
INDEX ON ALLTRIM(add_adr) TAG add_adr
FIND 'ABC'
---> VFP9 error: "Data type mismatch"
Add_adr is a character field. It's related to the ALLTRIM() in the INDEX expression; without that everything is OK. And, as I said, under VFP8 everything is OK too...
I can't even find my thread of a few days ago and I'm sure SOMEONE can help me with this :-), so here it is again:
(SQL Server 7.0)
Replication is set up and works fine in following config:
Server A is Publisher and Distributor.
Server B has a pull subscription onto a publication on Server...
Using SQL Server 7.0.
Replication is set up and works fine in following config:
Server A is Publisher and Distributor.
Server B has a pull subscription onto a publication on Server A.
The problem occurs whenever we re-boot Server A. When Server A comes up again, the pull susbscription job no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.