Showing posts with label established. Show all posts
Showing posts with label established. Show all posts

Friday, March 23, 2012

replication between SQL Server 2000 and SQL Server CE 1.1

hello,
I tried to established a replcation between SQL Server 2000 and SQL Server
CE. The application is witten in eVB 3.0.
I have an object :
Set ce = CreateObject("SSCE.Replication.1.0").
the short formof the source is like :
ce.AddSubscription CREATE_DATABASE
...
' Perform the first synchronization to download the initial snapshot by
' calling the Initialize, Run Terminate methods
ce.Initialize
...
ce.Run
...
ce.Terminate
After ce.run I get the errormessage
Source: Microsoft SQl Server 2000 Windows CE Edition
Number: 80072EFF
NativeError: 28037
Description: Run
Who can give me a link/hint where I can find the meaning of die errorcodes?
thanks
with best regards
Volker
Volker,
this article may help in a general sense:
http://msdn.microsoft.com/library/de...leconnect.asp.
As for each error description, as far as I recall, they're in SQL Server CE
Books On Line.
HTH,
Paul Ibison
|||Hi Paul,
sometimes I'm just blind (SQL Server CE Books On Line).
The link will help to solve my problem
thanks
Volker
"Paul Ibison" <Paul.Ibison@.Pygmalion.Com> schrieb im Newsbeitrag
news:u7ccMqiJEHA.2060@.TK2MSFTNGP12.phx.gbl...
> Volker,
> this article may help in a general sense:
>
http://msdn.microsoft.com/library/de...us/dnsqlce/htm
l/sqlce_troubleconnect.asp.
> As for each error description, as far as I recall, they're in SQL Server
CE
> Books On Line.
> HTH,
> Paul Ibison
>