[Mono-list] help with MySqlParameter

2004-11-15 Thread Sergio Duran
Hi, I'm using MySql and C# to get the data, I have been trying to use the MySqlParameter classes with no success, I dont get any results doing it this way, how should it be done? The connstr is valid, but changed here. string connstr = "... valid connection string here ..."; MySqlParameter name =

Re: [Mono-list] help with MySqlParameter

2004-11-15 Thread Peter
Sergio, Try using '?user' for you parametername. You could try the following: string connstr = "... valid connection string here ..."; MySqlParameter name = new MySqlParameter("?user",MySqlDbType.VarChar); name.Value="admin"; DataRow usr = MySqlHelper.ExecuteDataRow(connstr, "SELECT * FROM usr W

Re: [Mono-list] Re: question about Npgsql and WebServices

2004-11-15 Thread A Rafael D Teixeira
Looks like you are forgetting to put a @Assembly directive in your .asmx. Like: <%@ Assembly Name="Npgsql" %> See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfassemblydirectivesyntax.asp And remember Namespaces != Assemblies The 'using namespace' part o

Re: [Mono-list] help with MySqlParameter

2004-11-15 Thread Sergio Duran
Thanks for the fast reply, you two, Peter and Joe, I got it working now, you have really helped. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Platform invoke for stdarg

2004-11-15 Thread Francis Brosnan Blázquez
Hi, I'm trying to do a P/Invoke call for functions such as void Test(int value, ...); But I don't get it working. Is it posible to do a platform invoke for c functions that make use of stdarg api? .-Francis signature.asc Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?=

RE: [Mono-list] help with MySqlParameter

2004-11-15 Thread Rob . Tillie
Yes, The @ char used to work, but got broken in a recent build. (It used to work for me in the old bytefx drivers) Greetz, -- Rob. > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 6:53 PM > To: mono-list > Subject: Re: [Mono-list] help with M

[Mono-list] profile net_2_0 in 1.1.2

2004-11-15 Thread John Lenz
Hey, I am trying to compile mcs-1.1.2 with ./configure --profile=net_2_0 make and I get ../jay/jay: No such file or directory after adding jay to net_2_0_SUBDIRS in the Makefile, it compiles but then gets an error later on, cannot open assembly ../../mcs/mcs.exe when compiling gmcs. So then I ad

Re: [Mono-list] profile net_2_0 in 1.1.2

2004-11-15 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Lenz wrote: | Hey, I am trying to compile mcs-1.1.2 with | ./configure --profile=net_2_0 | make Hi, correct me if I'm wrong, but shouldn't you be using: configure --with-preview=yes in *mono* module? I mean, again, correct me if I'm wrong, mono see

RE: [Mono-list] help with MySqlParameter

2004-11-15 Thread Reggie Burnett
It didn't get broken. It got replaced by the ? syntax. You can use the old @ syntax by specifying oldsyntax=yes on your connection string. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 15, 2004 1:45 PM To: [EMAI

RE: [Mono-list] help with MySqlParameter

2004-11-15 Thread Rob . Tillie
Ah, I didn't know that :). Sorry for the accusation, my apologies. Greetz, -- Rob. > -Original Message- > From: Reggie Burnett [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 10:02 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Mono-list] help with MySqlParamete

RE: [Mono-list] help with MySqlParameter

2004-11-15 Thread Reggie Burnett
Don't sweat it :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, November 15, 2004 3:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Mono-list] help with MySqlParameter Ah, I didn't know th

[Mono-list] OutputCache

2004-11-15 Thread Juan Cristóbal Olivares
Is @OutputCache directive implemented for ASP.NET? [I think it's not...]

[Mono-list] Mono apt repository?

2004-11-15 Thread Tero Niemela
Hi all, does anyone know are the current Mono RPMs for Fedora Core available in an apt repository? I know they are in a yum repo but IMHO yum is dead slow so I'd prefer apt. In Dag Wieers' repo are some Mono RPMs but they have been long outdated (v. 0.31). Anyway, if you know an apt repo for curr

[Mono-list] Soap over UDP

2004-11-15 Thread Jae Stutzman
Has anyone looked at this? http://msdn.microsoft.com/library/default.asp?url=/library/en- us/dnglobspec/html/soap-over-udp.asp Is there a .NET (Mono) implementation for this. Jae ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mai

Re: [Mono-list] Re: [Mono-hackers-list] Re: Patch for mcs

2004-11-15 Thread Miguel de Icaza
Hello, > > As an example, the generics compiler has been developed on a separate > > directory for almost a year, and we have to integrate patches every day. > > The anonymous method code lived only on my hard drive as a copy of the > > repository for six months, and I had to go through the same p

Re: [Mono-list] Platform invoke for stdarg

2004-11-15 Thread Jonathan Pryor
On Mon, 2004-11-15 at 20:24 +0100, Francis Brosnan BlÃzquez wrote: > Hi, > > I'm trying to do a P/Invoke call for functions such as > > void Test(int value, ...); > > But I don't get it working. Is it posible to do a platform invoke for c > functions that make use of stdarg api? No, and

Re: [Mono-list] cvs media licensing question

2004-11-15 Thread Miguel de Icaza
Hello, > I am the maintainer of Tao.Sdl in the mono cvs tree. I have checked in a > few graphics, sound and font files into the cvs tree for use in unit tests > and sample code for Tao.Sdl. Under what license should these files be > released? MIT? Creative Commons? I included the Bitstream Vera fo

[Mono-list] Mono 1.0.4 on Fedora Core 3 - Dependency Error ?

2004-11-15 Thread Tobias Bradtke
Hi! I tried to install mono-1.0.4 on Fedora-Core-3 without success. Because there are no repodata on http://www.go-mono.com/archive/1.0.4/fedora-2-i386/ i downloaded all rpm's into one directory and run "repodata .". Then i added this local repository to yum.conf and started "yum install gtk-sharp

Re: [Mono-list] Fedora Core 3 Mono YUM Repository

2004-11-15 Thread jae
I second this query... BTW: They are now using a newer version of YUM for FC3 Jae On Thu, 2004-11-11 at 06:30 -0500, [EMAIL PROTECTED] wrote: > Message: 6 > Date: Thu, 11 Nov 2004 15:57:14 +1300 > From: Mark Derricutt <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Mono-list] Fedora Core

[Mono-list] Re: Compilation Error

2004-11-15 Thread Mario Sopena Novales
Hallo again,     Ok, forget everything I have said, I didn't noticed that the Tabs object was, indeed, a struct. So the problem was that I was comparing a not initialized struct with null (which shouldn't be done, because the structs have a different initial value). Mario