Re: [Firebird-net-provider] Elegant way to detect Generator for Column

2008-09-12 Thread Mr. John
Hi ,I think this question should be asked in firebird-support list. As I know,generators are independent objects,stored in database.You better have to look for BEFORE INSERT triggers that use generators. - Original Message From: Michael Möhle <[EMAIL PROTECTED]> To: Firebird-net-provi

[Firebird-net-provider] FB Embed File is in Use

2008-09-12 Thread Muthu Annamalai
Hi, We use Firebird Dot Net Provider version 2.1.0.0 with Firebird embed server version 2.1.0.17798 In our application, customer login using a login form. While opening the form we open the connection to validate user input. The connection string is for embedded server as follows U

[Firebird-net-provider] Elegant way to detect Generator for Column

2008-09-12 Thread Michael Möhle
Hello, can anyone tell me how I can detect that there is a Generator for a Column? Michael - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

[Firebird-net-provider] Mono - changing build directive and simplifying builds

2008-09-12 Thread Jiri Cincura
Hello *, when reading Marius's thread "Example from Mono - FirebirdSql.Data. Are you missing an assembly reference" I realized, that we have in code NET directive that we're using to throw away some code that's not good for Mono. But in fact we're using also MONO directive in build. So when buildi

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
On Fri, Sep 12, 2008 at 5:43 PM, marius popa <[EMAIL PROTECTED]> wrote: > the only problem the code still gives errors even with the new solution > > > Unhandled Exception: System.TypeInitializationException: An exception was > thrown by the type initializer for FirebirdSql.Data.Common.Charset --->

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
You have there still NET_35 symbol. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
On Fri, Sep 12, 2008 at 6:36 PM, marius popa <[EMAIL PROTECTED]> wrote: > > > On Fri, Sep 12, 2008 at 6:14 PM, Jiri Cincura <[EMAIL PROTECTED]> wrote: > >> What debug symbols you've defined? There shouldn't be NET_35 and >> ENTITY_FRAMEWORK. > > > Ok i deleted debug and entity framework from the s

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
On Fri, Sep 12, 2008 at 6:14 PM, Jiri Cincura <[EMAIL PROTECTED]> wrote: > What debug symbols you've defined? There shouldn't be NET_35 and > ENTITY_FRAMEWORK. Ok i deleted debug and entity framework from the solution build options now i only got one more left [Task:File=/home/mariuz/work/mono

[Firebird-net-provider] Compact Framework directive

2008-09-12 Thread Jiri Cincura
Hello *, I've changed Compact Framework directive NETCF to NET_CF to match our naming (NET_35, NET_20, etc.). -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
What debug symbols you've defined? There shouldn't be NET_35 and ENTITY_FRAMEWORK. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the M

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
Ok thanks i downloaded and extracted with 7zip 7zip x 7z x FirebirdClient-2.5.0-Alpha2-src.7z and now i try to build the 2.5.0 alpha and got some errors [Task:File=/home/mariuz/work/mono/NETProvider/source/FirebirdSql/Data/Entity/ExpressionTranslator.cs, Line=33, Column=19, Type=Error, Priority

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread Jiri Cincura
Hello, get the latest sources from SVN. This has been fixed in sources. Or try 2.5 Alpha, I think it's there. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
seems that i'm not the only one http://lists.ximian.com/pipermail/mono-list/2008-February/037783.html maybe it should be defined in FbCharsets.cs On 9/12/08, marius popa <[EMAIL PROTECTED]> wrote: > I solve it i have added using FirebirdSql.Data.FirebirdClient; > I looked in the FirebirdClientF

Re: [Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
I solve it i have added using FirebirdSql.Data.FirebirdClient; I looked in the FirebirdClientFactory.cs and saw that the name changed But now i have another error Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for FirebirdSql.Data.Common.C

[Firebird-net-provider] Example from Mono - FirebirdSql.Data. Are you missing an assembly reference

2008-09-12 Thread marius popa
I have tried to compile the example from mono but it gives errors with 1.7 that comes by default with ubuntu hardy/intrepid http://www.nabble.com/provider-1.7.1-and-Fb-2.1-to18170775.htm So now i compiled the provider with monodevelop I have opened the solution and then made an build after that i