Re: [Mono-list] Line Number in Error Messages

2003-01-23 Thread Alan Tam
Thank you all. I got it worked. Since I am using Debian, I just use ./Env.exe to run it, instead of mono, so I didn't realise I need to run it with --debug. Regards, Alan - Original Message - From: "Martin Baulig" <[EMAIL PROTECTED]> To: "Alan Tam"

[Mono-list] System.Data.Common.DbDataAdapter

2003-01-27 Thread Alan Tam
am unable to debug the ByteFX.Data nor the System.Data code. Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Compiling statically

2003-01-27 Thread Alan Tam
Dear all, May I know if there is a way to compile .cs files statically in Windows and then run it in Mono, so that it would run in some UNIX, but irrespective of the mono assemblies? Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http

[Mono-list] Various problems in ADO.NET

2003-02-02 Thread Alan Tam
on: 1. The file truncates the last <1024 byte octet. 2. The column names are all missing 3. The column types are all wrong. May I know are they all bugs? Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Various problems in ADO.NET

2003-02-03 Thread Alan Tam
no class library, i.e. is BaseColumnName really the field we want? Thank you. Regards, Alan - Original Message - From: "Alan Tam" <[EMAIL PROTECTED]> To: "Mono-List" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 3:33 PM Subject: [Mono-list] Various proble

Re: [Mono-list] Various problems in ADO.NET

2003-02-03 Thread Alan Tam
te the modified DataTable/DataRow values under mono with the same code as in the Microsoft Runtime. Regards, Alan - Original Message ----- From: "Alan Tam" <[EMAIL PROTECTED]> To: "Mono-List" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:24 PM Subject: Re: [Mono

[Mono-list] Compilation Errors on DataSet Classes Generated by XSD.exe

2003-02-04 Thread Alan Tam
XmlSerializable System.Data.DataSet.GetSchemaSerializable System.Data.DataSet.CreateInstance System.Data.DataSet.GetRowType For the NotImplementedException problem of Locale and Relations, are there any solution? Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Compilation Errors on DataSet Classes Generated byXSD.exe

2003-02-05 Thread Alan Tam
, ReadXmlSerializable, ShouldSerializeRelations and ShouldSerializeTables for DataSet Implemented missing methods CreateInstance and GetRowType for DataTable Suggested ChangeLog for mcs/class/System/System.ComponentModel/: Implemented DesignerCategoryAttribute Regards, Alan - Original Message

[Mono-list] DataRelationCollection

2003-02-05 Thread Alan Tam
s for DataRelationCollection. Anyone knows what it is? Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] DataRelationCollection

2003-02-05 Thread Alan Tam
ither create an instance in the constructor, or in property get of the Relations, a new instance of the DataRelationCollection. It seems to me that implementing DataRelation is not an easy task. It involves many missing code along many System.Data classes, including DataSet, DataTable, DataRow, etc.

Re: [Mono-list] Compilation Errors on DataSet Classes Generated byXSD.exe

2003-02-05 Thread Alan Tam
argely not yet implemented. In this case "this.Relations" throws NotImplementedException. There is no solution except we can create a copy of DataRelationCollection and store it in DataSet.relationCollection. Regards, Alan - Original Message - From: "ville" <[EM

Re: [Mono-list] DataRelationCollection

2003-02-05 Thread Alan Tam
Thank you, Steinar. It is a good start for us to collect more information on this "hidden" public class. Regards, Alan - Original Message - From: "Steinar Herland" <[EMAIL PROTECTED]> To: "Mono-List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTE

[Mono-list] Execution Error with CVS snapshot

2003-02-09 Thread Alan Tam
; 00 .Test:Main () When I rollback to Mono 0.19, it worked file. May I know how can I find out what has gone wrong? Regards, Alan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Researching scripting langs with .net

2003-02-13 Thread Alan Knowles
on the fly..) Regards alan george hanson wrote: Hello, I am currently doing some research into using open source scripting languages with dotnet. Apart from the following, can anyone direct me to other ongoing projects? KOBRA - dotnet for python http://www.gadgil.net/DotNetWrapperForPython.htm PHP with

Re: [Mono-list] Compilation Errors on DataSet Classes GeneratedbyXSD.exe

2003-02-16 Thread Alan Tam
.Xml assemblies. I do have the interest, but I think I need time to learn more in order to start to be able to contribute. I think there should be other talents here who gets to this faster. Regards, Alan - Original Message - From: "Miguel de Icaza" <[EMAIL PROTECTED]> T

Re: [Mono-list] DataRelationCollection

2003-02-17 Thread Alan Tam
ages, being modified a few times. I just wonder should we change it back to be an internal class (merge into DataRelationCollection.cs), or leave it currently in a separate file? Regards, Alan - Original Message - From: "Steinar Herland" <[EMAIL PROTECTED]> To: "Mo

[Mono-list] Patch - First implementation to DataRelation

2003-02-17 Thread Alan Tam
1 Broadroom I, Grand Hyatt, Hong Kong Regards, Alan System.Data.diff Description: Binary data

Re: [Mono-list] DbDataAdapter.Fill patch

2003-02-24 Thread Alan Tam
The bottom half of the patch has been applied. Thank you. For the upper half, we may need more discussion. As far as I've observed, the patch changes the code to simulate Microsoft behavior, which seems to be a wrong behavior. I wonder if we should follow suit. Regards, Alan - Ori

Re: [Mono-list] DbDataAdapter.Fill patch

2003-02-25 Thread Alan Tam
May I know where is it stated that one DataAdapter updates only one table? I also believe so, but I found the code very strange, including trying to find the DataTable associated to each schemaRow. I'm totally confused. Regards, Alan - Original Message - From: "Aleksey Demako

[Mono-list] DbDataAdapter Fill When Schema Exists (DbDataAdapter.FillSchema)

2003-02-25 Thread Alan Tam
culate the DataTableMapping per row?!) to map it to the corresponding dataset column name. Then find this name in the datatable to see if we really need to add this new column. Tim, can you look at it to see if it is implemented correctly. Regards, Alan DbDataAdapter.patch Description: Binary data

Re: [Mono-list] Patch for DataTime.cs

2003-02-27 Thread Alan Tam
. (This conclusion is based on my test in MS implementation.) Please discuss. Regards, Alan - Original Message - From: "Elan Feingold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 2:36 AM Subject: RE: [Mono-list] Patch for DataTime.cs * Da

Re: [Mono-list] Patch for DataTime.cs

2003-02-27 Thread Alan Tam
hould have been surpressed by your terminal, if it is implemented correctly. Regards, Alan - Original Message - From: "Elan Feingold" <[EMAIL PROTECTED]> To: "'Mono-List'" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 1:45 AM Subject: [Mono-l

Re: [Mono-list] Patch for DataTime.cs

2003-02-27 Thread Alan Tam
looking at your corlib patches. Regards, Alan - Original Message - From: "Elan Feingold" <[EMAIL PROTECTED]> To: "'Alan Tam'" <[EMAIL PROTECTED]>; "'Mono-List'" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 2:09 AM S

Re: [Mono-list] Patch for DataTime.cs

2003-02-27 Thread Alan Tam
This is why I was asking you about "zz" problem. My code with "zzz" already worked. I found "zzz" in the MS.NET doc but not "zz", although I saw some sample code writing it that way. May I know where you saw "zz" meaning "-11

Re: [Mono-list] Status of unsafe code in Mono

2003-03-11 Thread Alan Tam
I think the question is: Would we really accept nothing except code that make things work more correct? Would we try to accept code if someone proves to us that it also works as correct as ours but is faster? Regards, Alan - Original Message - From: "Miguel de Icaza" <[EM