<?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 : line 82 in functi&#111;ns_date_time_&#102;ormat.asp</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 : line 82 in functi&#111;ns_date_time_&#102;ormat.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 07:14:53 +0000</pubDate>
  <lastBuildDate>Thu, 23 Jun 2005 05:46:29 +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=15551</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[line 82 in functi&#111;ns_date_time_&#102;ormat.asp : i understand.  here&amp;#039;s another...]]></title>
   <link>https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85618.html#85618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2506">snooper</a><br /><strong>Subject:</strong> 15551<br /><strong>Posted:</strong> 23&nbsp;June&nbsp;2005 at 5:46am<br /><br />i understand.<DIV>&nbsp;</DIV><DIV>here's another weird thing about it: a few minutes later, it all came back, and was fine - without me or the host changing anything - AT ALL.</DIV><DIV>&nbsp;</DIV><DIV>i looked up the error, and it seems it may have something to do with a session issue, and support made a similar commenty, but they couldnt check it out properly, because it started working again.&nbsp; see here: <A href="http://support.microsoft.com/kb/q197323" target="_blank">http://support.microsoft.com/kb/q197323</A>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>this is on Win6, by the way, on Jodo.</DIV><DIV>&nbsp;</DIV><DIV>all other comments welcome!</DIV>]]>
   </description>
   <pubDate>Thu, 23 Jun 2005 05:46:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85618.html#85618</guid>
  </item> 
  <item>
   <title><![CDATA[line 82 in functi&#111;ns_date_time_&#102;ormat.asp : It&amp;#039;s looking for an integer...]]></title>
   <link>https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85610.html#85610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15551<br /><strong>Posted:</strong> 23&nbsp;June&nbsp;2005 at 2:06am<br /><br />It's looking for an integer constant and not finding one where it expects to for the particular operation.<br>You'd need to response.write strSQL, adoVon, and also check the stored proc.<br>]]>
   </description>
   <pubDate>Thu, 23 Jun 2005 02:06:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85610.html#85610</guid>
  </item> 
  <item>
   <title><![CDATA[line 82 in functi&#111;ns_date_time_&#102;ormat.asp : Hi all  i am using the latest...]]></title>
   <link>https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85593.html#85593</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2506">snooper</a><br /><strong>Subject:</strong> 15551<br /><strong>Posted:</strong> 22&nbsp;June&nbsp;2005 at 7:00pm<br /><br />Hi all<DIV>&nbsp;</DIV><DIV>i am using the latest version on SQL.</DIV><DIV>&nbsp;</DIV><DIV>today, for the 2nd time, i am suddenly getting the following error:</DIV><DIV><FONT face=Arial size=2>&nbsp;</FONT><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>ADODB.Recordset<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '800a0bb9'</FONT><FONT face="Times New Roman" size=3> </FONT><P><FONT face=Arial size=2>Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.</FONT> <P><FONT face=Arial size=2>/lishka/functions/functions_date_time_format.asp</FONT><FONT face=Arial size=2>, line 82</FONT> </P></BLOCKQUOTE><DIV>its important to stress, that i have not made ANY changes in the coding or DB at all in this time.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV><DIV>last time it happened, the host (jodo) was kind enough to restore a DB from a few hrs back and it seemed to solve the issue, whatever it may have been.</DIV><DIV>&nbsp;</DIV><DIV>today, it happened again, and stephen isnt in to help out like last time, so it may b a little longer.... anyway...&nbsp; i want to get to the root issue.</DIV><DIV>&nbsp;</DIV><DIV>anyone got any idea what this could be?</DIV><DIV>&nbsp;</DIV><DIV>line 82 is marked: </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;'Craete a recordset to get the date and time format data<BR>&nbsp;Set rsDateTimeFormat = Server.CreateObject("ADODB.Recordset")<BR>&nbsp;&nbsp;<BR>&nbsp;'Initalise the strSQL variable with an SQL statement to query the database<BR>&nbsp;If strDatabaseType = "SQLServer" Then<BR>&nbsp;&nbsp;strSQL = "EXECUTE " &amp; strDbProc &amp; "TimeAndDateSettings"<BR>&nbsp;Else<BR>&nbsp;&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "DateTimeFormat.* FROM " &amp; strDbTable &amp; "DateTimeFormat;"<BR>&nbsp;End If<BR>&nbsp;&nbsp;<BR>&nbsp;'Query the database</DIV><DIV>'***NEXT LINE IS&nbsp;82****<BR>&nbsp;rsDateTimeFormat.Open strSQL, adoCon <BR>&nbsp;<BR>&nbsp;'If there are records returned then enter the data returned into an array<BR>&nbsp;If NOT rsDateTimeFormat.EOF Then <BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;'Redimension the array<BR>&nbsp;&nbsp;'This is done as a dynamic array oterwise it can't be filled by the application array next time around<BR>&nbsp;&nbsp;ReDim saryDateTimeData(17)<BR></DIV><DIV>'....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>any ideas?</DIV><DIV>&nbsp;</DIV><DIV>thanks!</DIV>]]>
   </description>
   <pubDate>Wed, 22 Jun 2005 19:00:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/line-82-in-functions-date-time-format-asp_topic15551_post85593.html#85593</guid>
  </item> 
 </channel>
</rss>