[Mono-devel-list] DateTime Parameters in MSSQL Server

2005-07-12 Thread Hubert FONGARNAND
I've an issue with datetime parameters with MSSQL Server in Mono... It seem's that the parameters is badly sent to the SQL Server... Please test that : using System; using System.Data; using System.Data.SqlClient; class MainClass { static string cnx=user id=sa;password=sa;data

re: [Mono-devel-list] Re: mono 1.1.8.2 problems with mdb

2005-07-12 Thread Mike Horsley
Rob thanks. I checked this RPM and it was not installed. I installed it and got the same problem. Might there be a sequencing issue? e.g., i need to have installed readline-devel before installing mono? regards Mike mike, i downloaded the new linux installer for 1.1.8.2, installed

[Mono-devel-list] RE: [Gc] [PATCH] Race condition when restarting threads

2005-07-12 Thread Ben Maurer
On Mon, 2005-07-11 at 14:15 -0700, Boehm, Hans wrote: I've attached a different patch, which I think should solve the problem without additional synchronization and context switches, at least in the vast majority of cases. (It should solve the problem in all cases. Additional context

[Mono-devel-list] [PATCH] params attribute missing in System.Array.GetValue and System.Array.SetValue

2005-07-12 Thread Rodrigo B. de Oliveira
Could someone pls review and commit the patch attached to the following bugzilla issue: http://bugzilla.ximian.com/show_bug.cgi?id=75516 Thanks! -- bamboo http://blogs.codehaus.org/people/bamboo/ Got objects? http://www.db4o.com/ ___ Mono-devel-list

re[2]: [Mono-devel-list] Re: mono 1.1.8.2 problems with mdb

2005-07-12 Thread Mike Horsley
Gary no. i'm using 32bit SUSE 9.3 pro. thanks mike Do you have a 64 bit system? If so, then it wont load a 32-bit library (at least it didnt for me when I was doing something else). Gary M. Smithrud Haley Systems, Inc. Phone: 724-934-7853 [EMAIL PROTECTED] www.haley.com Moving at

[Mono-devel-list] SQLServer SessionState

2005-07-12 Thread Hubert FONGARNAND
I'm interested by storing sessions state into my pgsql server box... I've tried to configure my web.config like : sessionState mode=SQLServer sqlConnectionString=SERVER=10.69.100.181;USER ID=postgres;PASSWORD=postgres;database=aspstate timeout=20/ and add

[Mono-devel-list] RE: [Gc] [PATCH] Race condition when restarting threads

2005-07-12 Thread Ben Maurer
On Tue, 2005-07-12 at 11:13 -0700, Boehm, Hans wrote: I think I generally also prefer your solution. But it seems to me that it has a very low probability memory ordering issue. If I see GC_world_is_stopped set because I'm trying to stop the world for the next GC, but I still see the old

RE: [Mono-devel-list] DateTime Parameters in MSSQL Server

2005-07-12 Thread John BouAntoun
Hi guys, Just thought I'd add my 2 cents worth. Being from australia, I'm quite used to dealing with badly coded software - SQL date handling. In the Australian locale we have our dates in the format dd/MM/, which is the oposite to the US way. The way we get around any issues that arise

Re: [Mono-list] Still problems with database access using ODBC

2005-07-12 Thread Daniel Freund
Hi Rafael, I know that ODBC isn't the preferred way to connect to databases. So that statement is not very helpful for me. But right now ODBC is the only way to do it if not using the OpenLink driver. As you have stated IBM only delivers an ADO.NET driver for Windows and that driver is not fully

[Mono-list] mono + asp.net + cyrillic chars

2005-07-12 Thread Slava Petrenko
Hi All! I tried to run my asp.net site on mono (with mod_apache and with xsp) but all cyrillic chars are displayed wrong. Character set for pages is UTF-8 ( for .aspx and code behind .cs), all other stuff has UTF-8 settings too (apache, web.config). No difference how I run the site - with

[Mono-list] WebServices

2005-07-12 Thread mono-list . 1 . tracyanne
Is there some secret one needs to know, in order to run a web service on Linux with Mono and Apache? I can't get any response, when I test my web service, nor when I test the two example web services that are found in /usr/share/doc/xsp/test. I'm using Mono 1.1.8, on Mandriva 2005 LE, with

Re: [Mono-list] WebServices

2005-07-12 Thread Adrian Dinu
Try mono 1.1.8-2 1.1.8 gave me the same issues. On Tue, 2005-07-12 at 20:02 +1000, [EMAIL PROTECTED] wrote: Is there some secret one needs to know, in order to run a web service on Linux with Mono and Apache? I can't get any response, when I test my web service, nor when I test the two

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
Hi Tracy, I found it to be fairly simple, but I used Visual Studio to create the files and then moved them over to my Linux box. I had to remove the Codebehind attribute in the asmx page to get it working. I have a couple functions that run stored procedures in PostgreSQL that I call from the

RE: [Mono-list] WebServices

2005-07-12 Thread Carl Olsen
I recently upgraded to 1.1.8, but didnt pay attention to any minor version such as -2, so maybe that is the explanation for why my web service is working and Tracys is not. Carl http://www.carl-olsen.com/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian

Re: [Mono-list] Building / Embedding Mono on Win32

2005-07-12 Thread Rodrigo B. de Oliveira
Hi! On 7/12/05, Bruce Wilkie [EMAIL PROTECTED] wrote: Hello all. ... We're using VS.NET2003, and would like to keep using it - all our primary development would be on WinXP. Using LoadLibrary/GetProcAddress works for me: #include stdafx.h #include mono/jit/jit.h typedef MonoDomain*