<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows 2000 Support</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx</link><description>Hi, We have been getting good feedback from you all on the CTP release of SQL Server Everywhere 2005 Edition or SSEv for short. One question on CTP has been on the platforms supported by SSEv. For CTP we had deliberately omitted Windows 2000 from the</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Win 2k support and VB6 samples for SQL Server Everywhere Edition (SSEv)</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#693472</link><pubDate>Wed, 09 Aug 2006 20:36:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:693472</guid><dc:creator>Steve Lasker's Web Log</dc:creator><description>The purpose of releasing the CTP of SQL Server Everywhere Edition (SSEv)&amp;amp;amp;nbsp; was to get feedback.&amp;amp;amp;nbsp;...</description></item><item><title>SQL Server Everywhere support&amp;amp;#233; sur Windows 2000</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#693507</link><pubDate>Wed, 09 Aug 2006 21:07:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:693507</guid><dc:creator>Christian Robert [Skweeky]</dc:creator><description>Dans la s&amp;amp;#233;rie des nouvelles sur SQL Server l'&amp;amp;#233;dition Everywhere qui succ&amp;amp;#232;de aux &amp;amp;#233;ditions Modile de SQL...</description></item><item><title>re: Windows 2000 Support</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#695081</link><pubDate>Fri, 11 Aug 2006 08:05:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:695081</guid><dc:creator>chrislennon</dc:creator><description>Hi there&lt;br&gt;&lt;br&gt;Are you able to clarify the issue of sharing a data file over a network. &amp;nbsp;At the moment it seems possible to have two workstations connect to a single file and both make changes to the database. &amp;nbsp;Presumably this will change in the released version?&lt;br&gt;&lt;br&gt;Will you allow two people to at least read data from a single data file? &amp;nbsp;Or will it simply deny access to the file for the second user&lt;br&gt;&lt;br&gt;I hear what you are saying about 'backing users into a corner' - but surely you could structure something that allowed at least some flexibility in this area&lt;br&gt;&lt;br&gt;Your comments most appreciated&lt;br&gt;&lt;br&gt;Chris Lennon</description></item><item><title>re: Windows 2000 Support</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#704538</link><pubDate>Thu, 17 Aug 2006 20:49:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:704538</guid><dc:creator>lysy95</dc:creator><description>Hello Sitaram!&lt;br&gt;&lt;br&gt;You give ADO example here, but can you tell if ADO will be supported officially by SSEv. &lt;br&gt;Right now i'm having issues with parametrized commands dealing with strings. Below is the example in JScript:&lt;br&gt;--------------------&lt;br&gt;var sConnStr = &amp;quot;Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=C:\\Mine\\test&amp;quot;;&lt;br&gt;var oConn = new ActiveXObject(&amp;quot;ADODB.Connection&amp;quot;); &lt;br&gt;oConn.Open(sConnStr); &lt;br&gt;var oCmd = new ActiveXObject(&amp;quot;ADODB.Command&amp;quot;); &lt;br&gt;oCmd.ActiveConnection = oConn; &lt;br&gt;var sText = &amp;quot;test text&amp;quot;; &lt;br&gt;oConn.Execute(&amp;quot;drop table tblTest&amp;quot;); &lt;br&gt;oConn.Execute(&amp;quot;create table tblTest(sText nvarchar(128))&amp;quot;); &lt;br&gt;oCmd.CommandText = &amp;quot;insert into tblTest(sText) values(?)&amp;quot;; &lt;br&gt;oCmd.Parameters.Append(oCmd.CreateParameter(&amp;quot;sText&amp;quot;, 202, 1, 128));&lt;br&gt;oCmd.Parameters(&amp;quot;sText&amp;quot;) = sText;&lt;br&gt;oCmd.Execute(); &lt;br&gt;--------------------&lt;br&gt;When executing the above script SSEv gives the following error message:&lt;br&gt;c:\mine\test.js(12, 1) Microsoft SQL Server 2005 Everywhere Edition OLE DB Provider: The given type name was unrecognized. [,,,,,]&lt;br&gt;&lt;br&gt;I was told by some of SSEv guys that this is because of SSEv OLEDB driver specific implementation issues that ADO text types are not supported.&lt;br&gt;&lt;br&gt;Now from this post i suppose that you are going to support VB6. Am i right to think that you'll fix the above issue or should i give up trying to use ADO with SSEv?&lt;br&gt;&lt;br&gt;Many thanks,&lt;br&gt;Sergey.</description></item><item><title>Trading Strategy &amp;raquo; Windows 2000 Support</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#8412676</link><pubDate>Sun, 20 Apr 2008 22:04:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8412676</guid><dc:creator>Trading Strategy &amp;raquo; Windows 2000 Support</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://stocks-options-trading.info/trading-strategy/?p=712"&gt;http://stocks-options-trading.info/trading-strategy/?p=712&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>nVarchar limitations using OLEDB provider | keyongtech</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#9363135</link><pubDate>Thu, 22 Jan 2009 08:21:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9363135</guid><dc:creator>nVarchar limitations using OLEDB provider | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/2072175-nvarchar-limitations-using-oledb-provider"&gt;http://www.keyongtech.com/2072175-nvarchar-limitations-using-oledb-provider&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> SQL Server Everywhere Blog Windows 2000 Support | debt consolidator</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#9754515</link><pubDate>Mon, 15 Jun 2009 22:28:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9754515</guid><dc:creator> SQL Server Everywhere Blog Windows 2000 Support | debt consolidator</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mydebtconsolidator.info/story.php?id=19097"&gt;http://mydebtconsolidator.info/story.php?id=19097&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> SQL Server Everywhere Blog Windows 2000 Support | fix my credit</title><link>http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/08/691894.aspx#9763898</link><pubDate>Wed, 17 Jun 2009 04:37:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9763898</guid><dc:creator> SQL Server Everywhere Blog Windows 2000 Support | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=97"&gt;http://fixmycrediteasily.info/story.php?id=97&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>