Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Steve Ramacher
>ok i will correct the script with your modification, and i modify the >membership_createuser to add the passwordanswer because i forget this >param. >> All of my previous complaints have now been resolved, except the web >> parts profile provider which I will investigate tomorrow as I have not

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Le roy Arnaud
> As a solution we can provide a script with the full database, and separate > scripts for each provider( without create database statement ) > I think is a good solution. - Using Tomcat but need to do more? Need to support

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Carlos Guzmán Álvarez
Hello: > Well, maybe there should be at least comment for people, who not want to > create all tables (don't thinking why). As a solution we can provide a script with the full database, and separate scripts for each provider( without create database statement ) -- Carlos Guzmán Álvarez Vigo-Sp

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Jiri Cincura
Le roy Arnaud wrote: >> Why all together? When user would create only tables and procedures for >> RoleProvider, he will just run RoleProvider.sql (for example). >> >> If everything will be in one file, he will have to comment some parts and >> it'S not good, IMHO. > > because there are some dep

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Le roy Arnaud
> Why all together? When user would create only tables and procedures for > RoleProvider, he will just run RoleProvider.sql (for example). > > If everything will be in one file, he will have to comment some parts and > it'S not good, IMHO. because there are some dependance between the diferent p

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Jiri Cincura
Le roy Arnaud wrote: > I think that should be better to make a simple file that create all the > tables and all stored proc ! Why all together? When user would create only tables and procedures for RoleProvider, he will just run RoleProvider.sql (for example). If everything will be in one file,

Re: [Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-13 Thread Le roy Arnaud
I think that should be better to make a simple file that create all the tables and all stored proc ! - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tec

[Firebird-net-provider] SQL scripts for ASP.NET stuff

2006-10-12 Thread Jiri Cincura
Hi, I'm playing with new build system for weekly builds and I've found, that there's a "redundant" database creation in *.sql files. Why we should do? CREATE DATABASE '127.0.0.1:C:\SESSION_STATE.FDB' USER 'SYSDBA' PASSWORD 'masterkey' PAGE_SIZE 4096 DEFAULT CHARACTER SET UNICODE_FSS; 1. It will