Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Yep, this gets values: "DEFAULT 4" for example. I have done a test using 1.7y as well, and looks as working fine for me too. If you can get a copy of the sources from the cvs, do the build using debug information and try to debug the command that is being executed ( in DbSchema.cs )

Re: [Firebird-net-provider] delphi2006

2006-01-31 Thread Scott Price
Delphi 2006 is .NET 1.1 based, so you should still be able to use it with that version. I am assuming the interfacing mechanism hasn't changed much, and you can probably still use ADO.NET Provider 1.7x If you are unsure how to install it, please post here and I can return a simple set of inst

[Firebird-net-provider] delphi2006

2006-01-31 Thread Freddy Caballero
Es posible utilizar el provider para firebird desde delphi2006, y si no fuera posible que otra forma de comunicacion recomiendan para trabajar con delphi2006 y firebird   Saludos Freddy LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto.http://es.voice.y

[Firebird-net-provider] delphi 2006

2006-01-31 Thread Freddy Caballero
Hola carlos, me gustaria saber si el provider para firebird, puede trabajar con delphi 2006, y si no fuera  asi, tienen planificado hacerlo   Saludos Freddy LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto.http://es.voice.yahoo.com

[Firebird-net-provider] delphi 2006

2006-01-31 Thread Freddy Caballero
Hola carlos, me gustaria saber si el provider para firebird, puede trabajar con delphi 2006, y si no fuera  asi, tienen planificado hacerlo   Saludos Freddy LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto.http://es.voice.yahoo.com

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Amanda Kabak
Yep, this gets values: "DEFAULT 4" for example. Carlos Guzmán Álvarez wrote: Hello: Two questions: Any idea how I should go about debugging this? Is there a connection string setting I should be looking at? I'm still getting empty strings for default values (xml version of my dataset is att

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: If possible, I think you should allow writing FbDbType.Binary to an OCTETS column. The statement above is going to be something a lot of developers are going to try and it is counter-intuitive if it doesn't work. At the very least, please give a good error message if a developer tries to

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Two questions: Any idea how I should go about debugging this? Is there a connection string setting I should be looking at? I'm still getting empty strings for default values (xml version of my dataset is attached). And, once I get it working, is there a function to submit changes to the

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Amanda Kabak
Carlos Guzmán Álvarez wrote: Hello: Can you send along your code and connection string so I can try to debug what's going on here? I have done nothing special, just open the connection and call GetSchema("Columns", new string[] { null, null, "table_name" }) Two questions: Any idea how I

Re: [Firebird-net-provider] A little more info on my embedded woes

2006-01-31 Thread Ben Hart
Hello And it shouldn't .. but review the embedded server documentation as ithas restrictions on how multiple connections can be opened against it ( it think, for example, that  will be not possible to open 2 connectionsin two different threads against the same database using the emebeddedserver bu

Re: [Firebird-net-provider] A little more info on my embedded woes

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: This behaviour seems fair enough, i guess i just need to brush up on ADO.NET transaction and connection behaviour. I didn't realise that a transaction leaves an open connection. And it shouldn't .. but review the embedded server documentation as it has restrictions on ho

Re: [Firebird-net-provider] Generated UPDATE, DELETE command for

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Hi, I try to test this with MS SQL 2005 and: If I change generated UPDATE command in Query builder in VS2005 and I remove filter from some column(TEXT for example), then Original_TEXT parameter is deleted from parameters collection of UPDATE and IsNull_TEXT too(and UPDATE command is wit

Re: [Firebird-net-provider] installation doesn't work

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Is there any more detailed description of the installation? No, the steps on the ReadmeDDEX.txt file should be enough. I want to use the new features of Visual Studio 2005 like DataSet, TableAdapter and Designer support with Firebird, so I need the DDEX package, right? Yes. -- Carlos

Re: [Firebird-net-provider] RE: euro character

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Carlos, where you able to reproduce my problem ? That looks as transliteration problem between firebird and .net ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk In

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Can you send along your code and connection string so I can try to debug what's going on here? I have done nothing special, just open the connection and call GetSchema("Columns", new string[] { null, null, "table_name" }) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.c

Re: [Firebird-net-provider] RE: euro character

2006-01-31 Thread [EMAIL PROTECTED]
Hello: Yes, but the provider is doing the conversion the right way, i need to check if using the ISO8859_1 encoding in .NET i can do the conversion from the string to bytes and back again. -- Best regards Carlos Guzmán Álvarez Vigo-Spain

RE: [Firebird-net-provider] Error FB.Net 2 beta 3 on fresh WinXP and VS2005

2006-01-31 Thread Paul Mercea
>Are you sure you are working with Beta 3 ?? The errors should be fixed >in that version. Yes, installed again but not working. >The problem with teh Foreign Keys should be fixed in CVS. I has deleted from register and installed again, now I don't get that error but in new connection I don't se