<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Error en 7.96</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Error en 7.96]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 23:39:26 +0000</pubDate>
  <lastBuildDate>Mon, 14 Nov 2005 04:08:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=17206</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Error en 7.96 : Thanks Ferry, I&amp;#039;ll look into...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93789.html#93789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2005 at 4:08am<br /><br />Thanks Ferry, I'll look into it, maybe just removing the storedprocedure and running SQL would help, but I'm think I'm going to spendmore time looking at trying to pass an international date/timeparameter. Sould also help for the mySQL version I'm working on.]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 04:08:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93789.html#93789</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : We usethe standard Dutch options...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93746.html#93746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12626">Ferry</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2005 at 5:06am<br /><br />We use&nbsp;the standard Dutch options on the server and have a comma for double numbers <FONT color=#ff0000>123.456.789,00.<DIV>&nbsp;</FONT></DIV><DIV>The query string expects certain parameters seperated by a comma. So the above would generate a new parameter to the query without the @. </DIV><DIV>&nbsp;</DIV><DIV><EM>The parameter number 2 and the followings must pass like ' @name= value '. One time method ' @nombre = value ' was used , all the following parameters must pass with this method.</EM></DIV><DIV>&nbsp;</DIV><DIV>Hope this helps.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Ferry</DIV>]]>
   </description>
   <pubDate>Sun, 13 Nov 2005 05:06:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93746.html#93746</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 :  In version 7.95 which this post...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93644.html#93644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 11&nbsp;November&nbsp;2005 at 5:00am<br /><br />In version 7.95 which this post is about I used a (.) dot in doublenumbers, this then gave an error on servers that used a (,) comma.<br><br>To resolve this issue I changed the file in 7.96 so that the number is createdby the server using CDbl(1111/12), this then means that server createsthe double number and uses the period sign that is set in the localesettings on the server.<br><br>If you are getting this error it sounds like the locale settings on theweb server are set to use a comma (,) as the period in double numbers,whereas the locale settings on the SQL Server are set to use a dot (.)as the period on double numbers.<br><br>Would it be possiable to check to see if this is the case?<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 11&nbsp;November&nbsp;2005 at 5:01am</span>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 05:00:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93644.html#93644</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : I am getting the same error. The...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93611.html#93611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12626">Ferry</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 3:51pm<br /><br /><DIV>I am getting the same error. The dblActiveFrom comes with a nummer and a comma (0,66666). The comma is the divider for the parameters.</DIV><DIV>&nbsp;</DIV><DIV>Simply fixed by replacing the comma with a dot. </DIV><DIV>&nbsp;</DIV><DIV>replace(dblActiveFrom,",",".")</DIV>]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 15:51:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93611.html#93611</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : if you upgraded from a previous...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93607.html#93607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 3:22pm<br /><br />if you upgraded from a previous versin make sure you have upoaded all the edited files<br><br>also it sounds like they maybe corrupt if it is a fresh instrall try re downloading the application.<br>]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 15:22:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93607.html#93607</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : Also I found an undefined variable...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93605.html#93605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22259">julianml</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 2:16pm<br /><br /><P>Also I found an undefined variable error in page login_user.asp, I fixed the error. The variable is strTxtEnterCAPTCHAcode.</P>]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 14:16:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93605.html#93605</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 :   -boRg- wrote:Could you please...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93603.html#93603</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22259">julianml</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 2:08pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Could you please trasnlate this error?</td></tr></table> <DIV><P>Error type:<BR>Microsoft OLE DB Provider for SQL Server (0x80040E14)<BR>The parameter number 2 and the followings must pass like ' @name= value '. One time method ' @nombre = value ' was used , all the following parameters must pass with this method.</P><P>This error appears when I trying to execute active_topics.asp in the line 312 from the main page, simply clicking button 'active topics'<BR></P><DIV></DIV>Thanks in advantage</DIV>]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 14:08:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93603.html#93603</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : Could you please trasnlate this...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93599.html#93599</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 1:49pm<br /><br />Could you please trasnlate this error?]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 13:49:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93599.html#93599</guid>
  </item> 
  <item>
   <title><![CDATA[Error en 7.96 : Informaci&#243;n t&#233;cnica (para personal...]]></title>
   <link>https://forums.webwiz.net/error-en-7-96_topic17206_post93597.html#93597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22259">julianml</a><br /><strong>Subject:</strong> 17206<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2005 at 1:37pm<br /><br /><P>Información técnica (para personal de soporte técnico)</P><UL><LI>Tipo de error:<BR>Microsoft OLE DB Provider for SQL Server (0x80040E14)<BR>El parámetro número 2 y los sucesivos deben pasarse como '@nombre = valor'. Una vez usada la forma '@nombre = valor', todos los parámetros siguientes deben pasarse con esa forma.<BR><B>active_topics.asp, line 312</B><BR></LI></UL>]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 13:37:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/error-en-7-96_topic17206_post93597.html#93597</guid>
  </item> 
 </channel>
</rss>