Re: [Firebird-net-provider] CreateUser in membership

2006-07-28 Thread Jiri Cincura
On 28.7.2006 15:55 Le roy Arnaud wrote: >> I aslo suggest to perform some code clean up from unneccessary code and add >> default values to sql scripts. > > ok i can begin to add default value into sql script in two weeks. > else for exemple where do you think that the code would be clean up ! >

Re: [Firebird-net-provider] CreateUser in membership

2006-07-28 Thread Le roy Arnaud
> I aslo suggest to perform some code clean up from unneccessary code and add > default values to sql scripts. ok i can begin to add default value into sql script in two weeks. else for exemple where do you think that the code would be clean up ! --

Re: [Firebird-net-provider] CreateUser in membership

2006-07-28 Thread Jiri Cincura
On 28.7.2006 15:44 Le roy Arnaud wrote: > hello > >> Another solutin will be add some default values to table definition, but in >> code it should be better, right? > > i think is better in the table definition OK, why not. I aslo suggest to perform some code clean up from unneccessary code an

Re: [Firebird-net-provider] CreateUser in membership

2006-07-28 Thread Le roy Arnaud
hello > Another solutin will be add some default values to table definition, but in > code it should be better, right? i think is better in the table definition - Take Surveys. Earn Cash. Influence the Future of IT Join S

[Firebird-net-provider] CreateUser in membership

2006-07-28 Thread Jiri Cincura
Hi, there's a problem in FbMemberShipProvider.cs. In CreateUser method isn't filled IsOnline field. So it crashes. In my script was domain defined without not null, but on CVS is now with not null. Probably somebody (I got you Carlos :)) commited not the right version. But i think, that not nu