Hello!!!
I made table 1 in SQL with this values (1, 2, 3, 4, 5).
In web deweloper I made form with dropdownlist1 and in menu of that
dropdownlist i have values from table1.
Sometimes user doesnt have to choose values from ddl1, in that case other
values from Form1 are not saved in SQL database.
I hope You understand me now.
best regards
lopina
"Erland Sommarskog" <esquel@[EMAIL PROTECTED]
> wrote in message
news:Xns9A7E705A3B2CYazorman@[EMAIL PROTECTED]
> lopina (ivica.lopar@[EMAIL PROTECTED]
) writes:
>> I trying to put Null default value wich is not in DDL.
>>
>> Because when user not select value from DDL that records not saved in
>> SQL
>> base.
>>
>> I hope You understand what I mean
>
> I'm afraid I don't really get your problem. This is legal:
>
> create table ferenc (a int NULL DEFAULT NULL)
>
> Then again, even without an explicit default value of NULL, NULL will be
> the default for a nullable column.
>
>
> --
> Erland Sommarskog, SQL Server MVP, esquel@[EMAIL PROTECTED]
>
> Books Online for SQL Server 2005 at
>
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
> Books Online for SQL Server 2000 at
> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx


|