Re: AES_DECRYPT output

2005-09-08 Thread M DR
was different if I added ORDER BY to the AES_Decrypt query... From: Nuno Pereira <[EMAIL PROTECTED]> To: mysql@lists.mysql.com CC: M DR <[EMAIL PROTECTED]> Subject: Re: AES_DECRYPT output Date: Thu, 08 Sep 2005 13:51:49 +0100 Hello all, It seems that you can't change the

Re: AES_DECRYPT output

2005-09-08 Thread M DR
+0100 I suppose that you have to change the status to Open, or people suppose that there aren't any changes. It would be nice that it would be tested in ASP.NET because it can be simply a problem with of type conversion in .NET, I haven't see the problem (and I don't work with .N

Re: AES_DECRYPT output

2005-09-07 Thread M DR
Date: Mon, 29 Aug 2005 23:15:26 +0300 Hello. > And I guess you also refer to the strange behavior that it's different when > adding an ORDER BY or GROUP BY, right? Yes, in my opinion, ORDER BY shouldn't change the column's type. "M DR" <[EMAIL PROTE

Re: AES_DECRYPT output

2005-08-29 Thread M DR
at: http://bugs.mysql.com "M DR" <[EMAIL PROTECTED]> wrote: > Hi, > > I use the following to connect my application to the MySQL server: > Public ConnectionString As String = "driver={MySQL ODBC 3.51 > Driver};server=localhost;uid=root;database=mydatabase" >

Re: AES_DECRYPT output

2005-08-29 Thread M DR
From: Gleb Paharenko <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output Date: Fri, 26 Aug 2005 17:14:28 +0300 Hello. How does your application connect to MySQL server (MyODBC or Connector/Net)? What versions of MySQL Server and Connector do you use? "M

AES_DECRYPT output

2005-08-26 Thread M DR
Hi, I'm currently using AES Encryption to encrypt some of my data (using it in a ASP.NET application). As this is all text strings, I was wondering if there is a possibility to automatically have the output in the ASP.NET String format instead of the system.byte[] format, so I won't have to fo