|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 1:49 AM
Points: 1,131,
Visits: 855
|
|
No stored procedures? Then how do you program against the database?
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
Yes, there are no stored procedures and views. Steve Lasker, Program Manager of SQL Server Everywhere has an answer to this question in his blog...(http://blogs.msdn.com/stevelasker/archive/2007/05/14/empowering-your-users-with-reference-data-and-knowledge.aspx) He says "We continually hear from customers they must have stored procedures in SQLce, or it's just not a real database. Aside from us not wanting to expand the size of the nice compact database engine, or the code free file format, I'd ask, do you really have everything you need locally to run the exact sproc locally? Do you really want to burden the local machine with everything the server needs to complete the operation? .............(Read further from his blog)"
.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, October 15, 2012 8:28 AM
Points: 1,
Visits: 9
|
|
| Excellent article and a nice reply to the question above. Customers seem to forget that additional functionality means more resources. If there really is a need for stored procedures, use some other version of SQL Server.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 1:49 AM
Points: 1,131,
Visits: 855
|
|
Thank you very much for that explaination. Makes sense now.
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Monday, July 30, 2012 10:42 AM
Points: 3,434,
Visits: 519
|
|
The most important question should be here about data synchronization. If it is designed to work as a disconnected client, what tools are provided for synchronization with the server databases?
Regards, Yelena Varshal
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
Hi Yelena, SQL Server Everywhere supports synchronization by Merge Replication as well as Remote Data Access (RDA). I will cover this in one of my upcoming articles. thankx Jacob
.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, June 13, 2007 11:46 PM
Points: 1,
Visits: 1
|
|
Excellent brief and informative article. Thanks Nilkanth
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Thursday, September 06, 2012 10:45 AM
Points: 495,
Visits: 218
|
|
I have downloaded the sql everywhere two times and installed everything ; however, i am not able to add a reference to the project because that .dll is not in the list of options..
Has this happened to anyone? And how do i fix that?
erik
There's my side and there's your opinion !
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
It could be a problem with the permissions. The installer may not be able to register the dll with GAC. You could try to browse to the installation directory (from the browse tab) and select the DLL manually. This will fix the problem.
.
|
|
|
|