[Mono-list] System.Data.SqlClient.SqlException: 'int' isnot a recognized CURSOR option

Ing. Michal Skala michal@orix.sk
Fri, 15 Oct 2004 14:44:57 +0200


This is a multi-part message in MIME format.

--=====003_Dragon555784873818_=====
Content-Type: text/plain;
	charset="windows-1250"
Content-Transfer-Encoding: 7bit

Hello,

stored procedure is OK. When I manualy create the SqlCommand code, everything is OK. But when I uses SqlCommandGenerator, that is in CommandGenerator.cs file, the code is bad. I use this code already one+ year and on .NET Framework works. But in Mono fails.

It seems that the System.Reflection used in CommandGenerator.cs works not good. I don't know, what's wrong. I don't care paste here the full source, the source is in attached file.

In _classes/DataAccess directory is full generator source. This can not be shorter, I think.

Next, the test_db.cs contains only one method, that is used to get data from db, and uses the SqlCommandGenerator method.

And next, the default.aspx page only calls the method, that is in test_db.cs.

The example cannot be shorter. 

And here is the source of stored procedure:

CREATE PROCEDURE dbo.course_show

AS

Select 
 course_id, [name], open_date, close_date, url
From
 course
GO

I don't know, what is wrong. When I manualy call this stored procedure, without the SqlCommandGenerator, everything is OK.

Example of my manual call:

public void UpdateView () {

  SqlConnection connection=new SqlConnection(ConfigurationSettings.AppSettings["ConnStr"]);
  SqlCommand command= new SqlCommand ("course_show", connection);
  command.CommandType=CommandType.StoredProcedure; 

  DataSet ds=new DataSet();
  adapter.Fill(ds);

  ShowCourses.DataSource = ds; // datagrid fill
  ShowCourses.DataBind();

 } 

This is only one example of many, that I have tested. Nothing works.

Thanks for help.

Michal


======== At 2004-10-15, 06:09:40 you wrote: ========

Hello
  Looks like there is a problem with the System.Data.SqlClient code.
Can you please send the stored procedure that is getting executed from
the code?
Also if you can isolate and send only the sqlclient access portion of
the code as a unit testcase it would faster to debug and fix the
problem.

Regards
uma

> > >  "Ing. Michal Skala" < michal@orix.sk>  10/14/04 5:50 PM > > > 
Hello,

I have attached the full source.

And here is the full error output:

Server error in '/poll' application



Description: Error processing request. 
Error Message: HTTP 500. 
Stack Trace: System.Data.SqlClient.SqlException: 'int' is not a
recognized CURSOR option.
in < 0x0011b>  System.Data.SqlClient.SqlConnection:ErrorHandler
(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
in < 0x00069>  (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_TdsInternalErrorMessageEventArgs
(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
in < 0x00031>  Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
in < 0x00056>  (wrapper remoting-invoke-with-check)
Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage
(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)
in < 0x00276>  Mono.Data.Tds.Protocol.Tds:ProcessMessage
(Mono.Data.Tds.Protocol.TdsPacketSubType)
in < 0x00052>  (wrapper remoting-invoke-with-check)
Mono.Data.Tds.Protocol.Tds:ProcessMessage
(Mono.Data.Tds.Protocol.TdsPacketSubType)
in < 0x0015f>  Mono.Data.Tds.Protocol.Tds:ProcessSubPacket ()
in < 0x00050>  Mono.Data.Tds.Protocol.Tds:NextResult ()
in < 0x00089>  System.Data.SqlClient.SqlDataReader:NextResult ()
in < 0x0005d>  (wrapper remoting-invoke-with-check)
System.Data.SqlClient.SqlDataReader:NextResult ()
in < 0x00122>  System.Data.SqlClient.SqlDataReader:.ctor
(System.Data.SqlClient.SqlCommand)
in < 0x00056>  (wrapper remoting-invoke-with-check)
System.Data.SqlClient.SqlDataReader:.ctor
(System.Data.SqlClient.SqlCommand)
in < 0x000a2>  System.Data.SqlClient.SqlCommand:ExecuteReader
(System.Data.CommandBehavior)
in < 0x00054>  (wrapper remoting-invoke-with-check)
System.Data.SqlClient.SqlCommand:ExecuteReader
(System.Data.CommandBehavior)
in < 0x00012> 
System.Data.SqlClient.SqlCommand:System.Data.IDbCommand.ExecuteReader
(System.Data.CommandBehavior)
in < 0x000be>  System.Data.Common.DbDataAdapter:Fill
(System.Data.DataSet,int,int,string,System.Data.IDbCommand,System.Data.CommandBehavior)
in < 0x00045>  System.Data.Common.DbDataAdapter:Fill
(System.Data.DataSet)
in < 0x000f6>  Test.App.Auth:Course_Show ()
in < 0x00016>  ASP.login_aspx:UpdateView ()
in < 0x0000e>  ASP.login_aspx:Page_Load (object,System.EventArgs)
in < 0x00069>  (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
in < 0x00086>  System.Web.UI.Control:OnLoad (System.EventArgs)
in < 0x00024>  System.Web.UI.Control:LoadRecursive ()
in < 0x00198>  System.Web.UI.Page:InternalProcessRequest ()
in < 0x000c2>  System.Web.UI.Page:ProcessRequest
(System.Web.HttpContext)
in < 0x002eb>  ExecuteHandlerState:Execute ()
in < 0x00084>  StateMachine:ExecuteState
(System.Web.HttpApplication/IStateHandler,bool&)





Hello,

I have problem with running asp.net page in mono, that connect to
MS-SQL db on windows computer. Mono is installed on linux. This is an
error, that is throwed:
System.Data.SqlClient.SqlException: 'int' is not a recognized CURSOR
option

I have created a small application (one file, only login). This
application is on linux server with mono. This small application uses a
small library, that generated SqlCommand a than runs a stored procedure
on MS-SQL server. The library uses System.Reflection namespace (in
attachment).

When this small application run very well on .NET Framework and IIS on
Windows. But, I don't know, who is the problem in Mono.

Thank's for help me.

Michal


__________ Informacia od NOD32 1.893 (20041013) __________

Tato sprava bola preverena antivirusovym systemom NOD32.
http://www.eset.sk 


Thanks for help me.
Michal


__________ Informacia od NOD32 1.895 (20041014) __________

Tato sprava bola preverena antivirusovym systemom NOD32.
http://www.eset.sk



= = = = = = = = = = = = = = = = = = = = = =

--=====003_Dragon555784873818_=====
Content-Type: text/html;
	charset="windows-1250"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1250">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff><FONT face=Tahoma size=2></FONT>
<DIV>
<DIV>
<DIV>
<DIV><FONT face=Tahoma size=2>Hello,</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>stored procedure is OK. When I manualy create the 
SqlCommand code, everything is OK. But when I uses SqlCommandGenerator, that is 
in CommandGenerator.cs file, the code is bad. I use this code already one+ year 
and on .NET Framework works. But in Mono fails.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>It seems that the System.Reflection used in 
CommandGenerator.cs works not good. I don't know, what's wrong. I don't care 
paste here the full source, the source is in attached file.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>In _classes/DataAccess directory is full generator 
source. This can not be shorter,&nbsp;I think.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>Next, the test_db.cs contains only one method, 
that is used to get data from db, and uses the SqlCommandGenerator 
method.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>And next, the default.aspx page only calls the 
method, that is in test_db.cs.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>The example cannot be shorter. </FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>And here is the source of stored 
procedure:</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><STRONG>CREATE PROCEDURE dbo.course_show</STRONG></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><STRONG>AS</STRONG></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><STRONG>Select <BR>&nbsp;course_id, [name], open_date, close_date, 
url<BR>From<BR>&nbsp;course<BR>GO</STRONG><BR></DIV>
<DIV><FONT face=Tahoma size=2>I don't know, what is wrong. When I manualy call 
this stored procedure, without the SqlCommandGenerator, everything is 
OK.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>Example of my manual call:</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2><STRONG>public void UpdateView () 
{</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2><STRONG>&nbsp;&nbsp;SqlConnection connection=new 
SqlConnection(ConfigurationSettings.AppSettings["ConnStr"]);<BR>&nbsp;&nbsp;SqlCommand 
command= new SqlCommand ("course_show", 
connection);<BR>&nbsp;&nbsp;command.CommandType=CommandType.StoredProcedure; 
</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2><STRONG>&nbsp;&nbsp;DataSet ds=new 
DataSet();<BR>&nbsp;&nbsp;adapter.Fill(ds);</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2><STRONG>&nbsp;&nbsp;ShowCourses.DataSource = ds; 
// datagrid fill<BR>&nbsp;&nbsp;ShowCourses.DataBind();</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2><STRONG>&nbsp;} </STRONG></FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>This is only one example of many, that I have 
tested. Nothing works.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>Thanks for help.</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>Michal</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV></DIV></DIV></DIV>
<DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Tahoma size=2>======== 
At&nbsp;2004-10-15,&nbsp;06:09:40&nbsp;you wrote: ========</FONT></DIV>
<DIV><BR><FONT face=Tahoma size=2>
<TABLE width="100%">
  <TBODY>
  <TR>
    <TD width="100%">
      <BLOCKQUOTE 
      style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
        <DIV>Hello</DIV>
        <DIV>&nbsp;&nbsp;Looks&nbsp;like&nbsp;there&nbsp;is&nbsp;a&nbsp;problem&nbsp;with&nbsp;the&nbsp;System.Data.SqlClient&nbsp;code.</DIV>
        <DIV>Can&nbsp;you&nbsp;please&nbsp;send&nbsp;the&nbsp;stored&nbsp;procedure&nbsp;that&nbsp;is&nbsp;getting&nbsp;executed&nbsp;from</DIV>
        <DIV>the&nbsp;code?</DIV>
        <DIV>Also&nbsp;if&nbsp;you&nbsp;can&nbsp;isolate&nbsp;and&nbsp;send&nbsp;only&nbsp;the&nbsp;sqlclient&nbsp;access&nbsp;portion&nbsp;of</DIV>
        <DIV>the&nbsp;code&nbsp;as&nbsp;a&nbsp;unit&nbsp;testcase&nbsp;it&nbsp;would&nbsp;faster&nbsp;to&nbsp;debug&nbsp;and&nbsp;fix&nbsp;the</DIV>
        <DIV>problem.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Regards</DIV>
        <DIV>uma</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&gt; &gt; &gt; &nbsp;"Ing.&nbsp;Michal&nbsp;Skala"&nbsp;&lt; 
        michal@orix.sk&gt; &nbsp;10/14/04&nbsp;5:50&nbsp;PM&nbsp;&gt; &gt; &gt; 
        </DIV>
        <DIV>Hello,</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>I&nbsp;have&nbsp;attached&nbsp;the&nbsp;full&nbsp;source.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>And&nbsp;here&nbsp;is&nbsp;the&nbsp;full&nbsp;error&nbsp;output:</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Server&nbsp;error&nbsp;in&nbsp;'/poll'&nbsp;application</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Description:&nbsp;Error&nbsp;processing&nbsp;request.&nbsp;</DIV>
        <DIV>Error&nbsp;Message:&nbsp;HTTP&nbsp;500.&nbsp;</DIV>
        <DIV>Stack&nbsp;Trace:&nbsp;System.Data.SqlClient.SqlException:&nbsp;'int'&nbsp;is&nbsp;not&nbsp;a</DIV>
        <DIV>recognized&nbsp;CURSOR&nbsp;option.</DIV>
        <DIV>in&nbsp;&lt; 0x0011b&gt; 
        &nbsp;System.Data.SqlClient.SqlConnection:ErrorHandler</DIV>
        <DIV>(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00069&gt; &nbsp;(wrapper&nbsp;delegate-invoke)</DIV>
        <DIV>System.MulticastDelegate:invoke_void_object_TdsInternalErrorMessageEventArgs</DIV>
        <DIV>(object,Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00031&gt; 
        &nbsp;Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage</DIV>
        <DIV>(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00056&gt; 
        &nbsp;(wrapper&nbsp;remoting-invoke-with-check)</DIV>
        <DIV>Mono.Data.Tds.Protocol.Tds:OnTdsErrorMessage</DIV>
        <DIV>(Mono.Data.Tds.Protocol.TdsInternalErrorMessageEventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00276&gt; 
        &nbsp;Mono.Data.Tds.Protocol.Tds:ProcessMessage</DIV>
        <DIV>(Mono.Data.Tds.Protocol.TdsPacketSubType)</DIV>
        <DIV>in&nbsp;&lt; 0x00052&gt; 
        &nbsp;(wrapper&nbsp;remoting-invoke-with-check)</DIV>
        <DIV>Mono.Data.Tds.Protocol.Tds:ProcessMessage</DIV>
        <DIV>(Mono.Data.Tds.Protocol.TdsPacketSubType)</DIV>
        <DIV>in&nbsp;&lt; 0x0015f&gt; 
        &nbsp;Mono.Data.Tds.Protocol.Tds:ProcessSubPacket&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00050&gt; 
        &nbsp;Mono.Data.Tds.Protocol.Tds:NextResult&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00089&gt; 
        &nbsp;System.Data.SqlClient.SqlDataReader:NextResult&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x0005d&gt; 
        &nbsp;(wrapper&nbsp;remoting-invoke-with-check)</DIV>
        <DIV>System.Data.SqlClient.SqlDataReader:NextResult&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00122&gt; 
        &nbsp;System.Data.SqlClient.SqlDataReader:.ctor</DIV>
        <DIV>(System.Data.SqlClient.SqlCommand)</DIV>
        <DIV>in&nbsp;&lt; 0x00056&gt; 
        &nbsp;(wrapper&nbsp;remoting-invoke-with-check)</DIV>
        <DIV>System.Data.SqlClient.SqlDataReader:.ctor</DIV>
        <DIV>(System.Data.SqlClient.SqlCommand)</DIV>
        <DIV>in&nbsp;&lt; 0x000a2&gt; 
        &nbsp;System.Data.SqlClient.SqlCommand:ExecuteReader</DIV>
        <DIV>(System.Data.CommandBehavior)</DIV>
        <DIV>in&nbsp;&lt; 0x00054&gt; 
        &nbsp;(wrapper&nbsp;remoting-invoke-with-check)</DIV>
        <DIV>System.Data.SqlClient.SqlCommand:ExecuteReader</DIV>
        <DIV>(System.Data.CommandBehavior)</DIV>
        <DIV>in&nbsp;&lt; 0x00012&gt; </DIV>
        <DIV>System.Data.SqlClient.SqlCommand:System.Data.IDbCommand.ExecuteReader</DIV>
        <DIV>(System.Data.CommandBehavior)</DIV>
        <DIV>in&nbsp;&lt; 0x000be&gt; 
        &nbsp;System.Data.Common.DbDataAdapter:Fill</DIV>
        <DIV>(System.Data.DataSet,int,int,string,System.Data.IDbCommand,System.Data.CommandBehavior)</DIV>
        <DIV>in&nbsp;&lt; 0x00045&gt; 
        &nbsp;System.Data.Common.DbDataAdapter:Fill</DIV>
        <DIV>(System.Data.DataSet)</DIV>
        <DIV>in&nbsp;&lt; 0x000f6&gt; 
        &nbsp;Test.App.Auth:Course_Show&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00016&gt; 
        &nbsp;ASP.login_aspx:UpdateView&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x0000e&gt; 
        &nbsp;ASP.login_aspx:Page_Load&nbsp;(object,System.EventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00069&gt; &nbsp;(wrapper&nbsp;delegate-invoke)</DIV>
        <DIV>System.MulticastDelegate:invoke_void_object_EventArgs</DIV>
        <DIV>(object,System.EventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00086&gt; 
        &nbsp;System.Web.UI.Control:OnLoad&nbsp;(System.EventArgs)</DIV>
        <DIV>in&nbsp;&lt; 0x00024&gt; 
        &nbsp;System.Web.UI.Control:LoadRecursive&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00198&gt; 
        &nbsp;System.Web.UI.Page:InternalProcessRequest&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x000c2&gt; 
        &nbsp;System.Web.UI.Page:ProcessRequest</DIV>
        <DIV>(System.Web.HttpContext)</DIV>
        <DIV>in&nbsp;&lt; 0x002eb&gt; 
        &nbsp;ExecuteHandlerState:Execute&nbsp;()</DIV>
        <DIV>in&nbsp;&lt; 0x00084&gt; &nbsp;StateMachine:ExecuteState</DIV>
        <DIV>(System.Web.HttpApplication/IStateHandler,bool&amp;)</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Hello,</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>I&nbsp;have&nbsp;problem&nbsp;with&nbsp;running&nbsp;asp.net&nbsp;page&nbsp;in&nbsp;mono,&nbsp;that&nbsp;connect&nbsp;to</DIV>
        <DIV>MS-SQL&nbsp;db&nbsp;on&nbsp;windows&nbsp;computer.&nbsp;Mono&nbsp;is&nbsp;installed&nbsp;on&nbsp;linux.&nbsp;This&nbsp;is&nbsp;an</DIV>
        <DIV>error,&nbsp;that&nbsp;is&nbsp;throwed:</DIV>
        <DIV>System.Data.SqlClient.SqlException:&nbsp;'int'&nbsp;is&nbsp;not&nbsp;a&nbsp;recognized&nbsp;CURSOR</DIV>
        <DIV>option</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>I&nbsp;have&nbsp;created&nbsp;a&nbsp;small&nbsp;application&nbsp;(one&nbsp;file,&nbsp;only&nbsp;login).&nbsp;This</DIV>
        <DIV>application&nbsp;is&nbsp;on&nbsp;linux&nbsp;server&nbsp;with&nbsp;mono.&nbsp;This&nbsp;small&nbsp;application&nbsp;uses&nbsp;a</DIV>
        <DIV>small&nbsp;library,&nbsp;that&nbsp;generated&nbsp;SqlCommand&nbsp;a&nbsp;than&nbsp;runs&nbsp;a&nbsp;stored&nbsp;procedure</DIV>
        <DIV>on&nbsp;MS-SQL&nbsp;server.&nbsp;The&nbsp;library&nbsp;uses&nbsp;System.Reflection&nbsp;namespace&nbsp;(in</DIV>
        <DIV>attachment).</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>When&nbsp;this&nbsp;small&nbsp;application&nbsp;run&nbsp;very&nbsp;well&nbsp;on&nbsp;.NET&nbsp;Framework&nbsp;and&nbsp;IIS&nbsp;on</DIV>
        <DIV>Windows.&nbsp;But,&nbsp;I&nbsp;don't&nbsp;know,&nbsp;who&nbsp;is&nbsp;the&nbsp;problem&nbsp;in&nbsp;Mono.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Thank's&nbsp;for&nbsp;help&nbsp;me.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Michal</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>__________&nbsp;Informacia&nbsp;od&nbsp;NOD32&nbsp;1.893&nbsp;(20041013)&nbsp;__________</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Tato&nbsp;sprava&nbsp;bola&nbsp;preverena&nbsp;antivirusovym&nbsp;systemom&nbsp;NOD32.</DIV>
        <DIV>http://www.eset.sk&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Thanks&nbsp;for&nbsp;help&nbsp;me.</DIV>
        <DIV>Michal</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>__________&nbsp;Informacia&nbsp;od&nbsp;NOD32&nbsp;1.895&nbsp;(20041014)&nbsp;__________</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Tato&nbsp;sprava&nbsp;bola&nbsp;preverena&nbsp;antivirusovym&nbsp;systemom&nbsp;NOD32.</DIV>
        <DIV>http://www.eset.sk</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>&nbsp;</DIV></BLOCKQUOTE></TD></TR></TBODY></TABLE></FONT></DIV>
<DIV>
<P><FONT face=Tahoma size=2>= = = = = = = = = = = = = = = = = = = = = 
=</FONT></P></DIV></BODY></HTML>

--=====003_Dragon555784873818_=====--