|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: how to connect to database |
From: |
umesh |
Date: |
10/2/2000 5:26:58 PM |
IP: |
12.25.60.250 |
hi,
this is how you do it ,you need to write this code when you updateand in the database it will get saved as 1 or 0
if checkbox.value=true then
rs.fields("fieldname")=1
else
rs.fields("fieldname")=0
end if
regards umesh |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|