Viewing 15 posts - 346 through 360 (of 388 total)
Charles,
I am refering to the extra work involved while upgrading a single user SQLCE application to a multi-user SQL Server application. All the TSQL code that we write in...
July 11, 2007 at 9:47 am
I agree with steve and believe that it makes more sense to have support for stored procedures. Or atleast, there should be a provision to separete your TSQL code from...
July 10, 2007 at 10:18 pm
One of the biggest difference between MS Access and SQLCE is that ACCESS is a standalone application and SQLCE is a set of IN-PROCESS dlls that will get embedded to your...
July 10, 2007 at 3:23 am
Hi Ron,
that would not work with SQLCE.
It does not support views.
July 9, 2007 at 11:55 pm
re: "does this exist in SQL Server CE??"
Hi Ron,
SQL Server CE does not allow splitting a database into multiple disk files. You can have only one database file per database....
July 9, 2007 at 11:27 pm
From your description "I tried opening default.aspx and no luck I get the text code", I guess that when you navigate to "default.aspx" from your browser, you see the content...
June 30, 2007 at 1:58 am
I have it installed on windows XP service. You can simply unzip the files and create a virtual directory pointing to the folder which contains the files.
June 27, 2007 at 9:30 pm
It works with servers outside the local network. However, pay attention to the points mentioned by John a few posts above.
June 27, 2007 at 7:34 am
Hi charles,
There is an article on EXPLICIT already on the way. It may be appearing in the next few weeks.
thankx
Jacob
June 20, 2007 at 11:53 pm
Hi phil,
Thank you for the comments. I am a regular reader of your articles at simple-talk. They are simply excellent :-).
regards
Jacob
June 20, 2007 at 3:07 am
Hi David,
You are right. Thakx for pointing this.
Jacob
June 20, 2007 at 1:19 am
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...
June 18, 2007 at 7:59 pm
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
June 13, 2007 at 11:19 am
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...
June 13, 2007 at 12:38 am
Viewing 15 posts - 346 through 360 (of 388 total)