Re: [Firebird-net-provider] Script for memebership

2006-09-12 Thread Le roy Arnaud
> > Scripts should be also in installation (I've already worked on this with > Carlos). Sorry i didn't know - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integ

Re: [Firebird-net-provider] FirebirdClientFactory

2006-09-12 Thread paha
>You can write your own class, which will encapsulate some DB-specific but >little bit generic procedures (like doing backup, etc.). This allows you to >make your SW independent on specific classes, you will only change the >internals of encapsulating class. It's a widely used "solution". So i

Re: [Firebird-net-provider] Foreign language problem.

2006-09-12 Thread Carlos Guzmán Álvarez
Hello: > > I’m developing vb.net application with firebird .net provider 1.7 > > Sounds strange but I need to input Korean or Japanese characters into > Firebird on Italian XP environment. > > Because it is on Italian XP, English characters are saved correctly > but Korean characters have problem

Re: [Firebird-net-provider] fbdataadapter update

2006-09-12 Thread Carlos Guzmán Álvarez
Hello: > I try to update a table with fbdataadapter. I dont get any errors but the data > are not commited to the table in firebird database. > > The selectcommand is ok. But if i try to update nothings happens. No error and > no update. Could you check if the dataset has changes before doing the u

[Firebird-net-provider] Foreign language problem.

2006-09-12 Thread YongSeung
Hi all,   I’m developing vb.net application with firebird .net provider 1.7 Sounds strange but I need to input Korean or Japanese characters into Firebird on Italian XP environment. Because it is on Italian XP, English characters are saved correctly but Korean characters have problem.

[Firebird-net-provider] fbdataadapter update

2006-09-12 Thread Michael Berg
Guten Abend , I try to update a table with fbdataadapter. I dont get any errors but the data are not commited to the table in firebird database. The selectcommand is ok. But if i try to update nothings happens. No error and no update. Public Class FBHomepageEntry Dim i As New FirebirdConnect

Re: [Firebird-net-provider] Embedded in Web Application

2006-09-12 Thread Jiri Cincura
I've a little bit OT (maybe I'm wrong). But if somebody will use embedded fb in ASP.NET what about the limitations of embedded server ((not un)loaded dll, etc.)? Is there somebody, who is running embedded FB and ASP.NET? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3rename

Re: [Firebird-net-provider] FirebirdClientFactory

2006-09-12 Thread Jiri Cincura
paha wrote: > provider-aware Database class, unless it deals only with common objects like You can write your own class, which will encapsulate some DB-specific but little bit generic procedures (like doing backup, etc.). This allows you to make your SW independent on specific classes, you will

Re: [Firebird-net-provider] Script for memebership

2006-09-12 Thread Jiri Cincura
Le roy Arnaud wrote: >> There are any script in order to create the necesary tables on a FB database >> to use membership provider? >> > > > Yes, in the source of the firebird data provider Scripts should be also in installation (I've already worked on this with Carlos). -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Can not build 2.0.1 RC1

2006-09-12 Thread Carlos Guzmán Álvarez
Hello: > I am not able to build actual (Sep 02) source. It says: > > error CS2001: Source file 'Data\FirebirdClient\FbEnlistmentNotification.cs' > could not be found > > Carlos, could you please update source codes, so that I can build it again. > Thanks a lot! > How are you doing the build ?? I

[Firebird-net-provider] Can not build 2.0.1 RC1

2006-09-12 Thread marzena
Hi all, I am not able to build actual (Sep 02) source. It says: error CS2001: Source file 'Data\FirebirdClient\FbEnlistmentNotification.cs' could not be found Carlos, could you please update source codes, so that I can build it again. Thanks a lot! Marek Leitl ---

Re: [Firebird-net-provider] Script for memebership

2006-09-12 Thread Le roy Arnaud
> There are any script in order to create the necesary tables on a FB database > to use membership provider? > Yes, in the source of the firebird data provider - Using Tomcat but need to do more? Need to support web servic

[Firebird-net-provider] Script for memebership

2006-09-12 Thread Félix González
Hi   There are any script in order to create the necesary tables on a FB database to use membership provider?   thanks - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Firebird-net-provider] FirebirdClientFactory

2006-09-12 Thread paha
Hello: Thanks for the answer >That, the Services api, the isql support, etc .. are Firebird Specific >features that is the reason >you can't use the DbProviderFactory ( that is a base class ) to create >them. I knew that :-D, but i wanted to have my thoughts confirmed by somebody like you :-

Re: [Firebird-net-provider] FirebirdClientFactory

2006-09-12 Thread Carlos Guzmán Álvarez
Hello: > But there are a lot of objects like FbDatabaseInfo, > FbBackup/Restore and many other, that cannot be created using > DbProviderFactory (FirebirdClientFactory). That, the Services api, the isql support, etc .. are Firebird Specific features that is the reason you can't use the DbProvider

[Firebird-net-provider] FirebirdClientFactory

2006-09-12 Thread paha
Hi, have some questions, may be somebody can help :-) As I understand the usage of DbProviderFactory instead of using FbObjects to create connections, commands and so on, makes the code more common and make it possible to quickly change the provider if necessary without code changes. But there are