Cheers !
Following your advice, I finally got it to work like that, the code having been just a bit modified to fit in this post :
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[DATE_CLOTURE_LOTS]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table DATE_CLOSE...
Hi all !
I'm desperately in need for some help on that one...
I have two tables, say A and B. B is linked to A with a foreign key NUM_A. B contains a series of business actions on A, each one having a close date. A contains an open date and a close date. Now comes the interesting bit :
I would...
Hi all !
First post to these forums, makes me emotional... I am correcting some bugs in a Domino 5 application. This application is used only through IE5 web browsers. I'd like to define in a mask a SELECT list (single selection), which would be of size : the number of items in the list, so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.