> BTW do you think, that prefix should be each for every provider or same
> for all ASP.NET web providers?
>
> I vote for same.
>
for the tables i think that the same prefix could be a good idea but for sp
i think
that there are already a prefix
ex :
MEMBERSHIP_CREATEUSER
ROLES_ADDUSERTOROLE
P
le roy arnaud wrote:
> for the tables i think that the same prefix could be a good idea but for sp
> i think
> that there are already a prefix
> ex :
> MEMBERSHIP_CREATEUSER
> ROLES_ADDUSERTOROLE
> PROFILES_GETPROPERTIES
We can create a) aliases to keep thinks working b) diff script for SP.
I would create a upgrade script for new tables!
There's not to mouch table to modify applications in month...
With VS It could be made in minutes (upgrade from old to new tables)
Regards,
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Jiri C
Hi all !
I have an existing table which I cannot change. That is, I cannot create a
on before insert trigger on it. I have to know the generator value before
insert so I have to run something like this:
SELECT gen_id(GEN_WEBOBJECTNR, 1) AS id FROM rdb$database
So far so good. Since I ha