SQLCE Push pb on VB.Net Compact Framework
From: fleurdefarine_at_hotmail.com ((fleurdefarine_at_hotmail.com))
Date: 08/26/04
- Next message: Hugo Kornelis: "Re: A total column for each month"
- Previous message: Raymond: "Re: select question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Aug 2004 08:31:30 -0700
SQLCE Push pb
I have a VB.net compact framework program written in VB. Net on a pocket
pc 2003 that uses a SQL CE database.
I'm using RDA to sync the ce db with a sql server db.
I have SQL Server tables with "dbo" owner and some have specific owner.
The tables with owner "dbo" are sync with no pb - the pull and the push
go perfectly.
But I get some pb to push the tables defined with a specific owner (not
dbo).
The Pull was working fine - We named the table including the owner, like
this "CC.CC_ACCOUNTS". The CC. is the owner.
But when I try to push these tables back I get this error:
Table cannot be opened [,,, Table Name ,,,]
However if I go into Query analyzer on the device I can open the table
and perform operations.
Anybody know why this is happening?
I found this at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/h
tm/_lce_errors_client_agent_errors.asp
error descripion
parameters error
28567 The table cannot be opened. P3: Table name
SSCE_M_OPENTABLEFAILED
but I can't find anymore info
Can anyone help me?
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
- Next message: Hugo Kornelis: "Re: A total column for each month"
- Previous message: Raymond: "Re: select question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|