>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
> 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
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
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
> 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
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,
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
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