зеркало из https://github.com/mono/mail-archives.git
96 строки
4.0 KiB
HTML
96 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 66087][Min] Changed - Using uniqueidentifier
|
|
parameters with Tds70 and SQL 2000 doesn't work
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2066087%5D%5BMin%5D%20Changed%20-%20Using%20uniqueidentifier%0A%09parameters%20with%20Tds70%20and%20SQL%202000%20doesn%27t%20work&In-Reply-To=bug-66087%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="031194.html">
|
|
<LINK REL="Next" HREF="031196.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 66087][Min] Changed - Using uniqueidentifier
|
|
parameters with Tds70 and SQL 2000 doesn't work</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2066087%5D%5BMin%5D%20Changed%20-%20Using%20uniqueidentifier%0A%09parameters%20with%20Tds70%20and%20SQL%202000%20doesn%27t%20work&In-Reply-To=bug-66087%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 66087][Min] Changed - Using uniqueidentifier
|
|
parameters with Tds70 and SQL 2000 doesn't work">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu Jun 30 04:16:47 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="031194.html">[Mono-bugs] [Bug 66087][Min] Changed - Using uniqueidentifier
|
|
parameters with Tds70 and SQL 2000 doesn't work
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031196.html">[Mono-bugs] [Bug 75067][Nor] Changed - Images in a Listview
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31195">[ date ]</a>
|
|
<a href="thread.html#31195">[ thread ]</a>
|
|
<a href="subject.html#31195">[ subject ]</a>
|
|
<a href="author.html#31195">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dezelin at gmail.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=66087">http://bugzilla.ximian.com/show_bug.cgi?id=66087</A>
|
|
|
|
--- shadow/66087 2005-06-30 04:13:16.000000000 -0400
|
|
+++ shadow/66087.tmp.15201 2005-06-30 04:16:47.000000000 -0400
|
|
@@ -114,6 +114,24 @@
|
|
*** Bug 75405 has been marked as a duplicate of this bug. ***
|
|
|
|
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dezelin at gmail.com</A> 2005-06-30 04:13 -------
|
|
Created an attachment (id=15403)
|
|
A patch that fixes this bug
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dezelin at gmail.com</A> 2005-06-30 04:16 -------
|
|
+A NOTE:
|
|
+
|
|
+Only the first 3 parts of the Guid are incorrectly interpreted when
|
|
+sending uniqueidentifier in hex format. They are byte-swapped.
|
|
+
|
|
+Try this with Enterprise Manager:
|
|
+
|
|
+INSERT INTO Table1 (Id) VALUES (0x03145b8a2fe248d7833599e18cbf43f8)
|
|
+
|
|
+and you'll get this Guid in table:
|
|
+
|
|
+8A5B1403-E22F-D748-8335-99E18CBF43F8
|
|
+
|
|
+
|
|
+Cheers,
|
|
+Aleksandar Dezelin
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="031194.html">[Mono-bugs] [Bug 66087][Min] Changed - Using uniqueidentifier
|
|
parameters with Tds70 and SQL 2000 doesn't work
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031196.html">[Mono-bugs] [Bug 75067][Nor] Changed - Images in a Listview
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31195">[ date ]</a>
|
|
<a href="thread.html#31195">[ thread ]</a>
|
|
<a href="subject.html#31195">[ subject ]</a>
|
|
<a href="author.html#31195">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|