Set “Required=False” in VBScript to MS Access file
问题 I found a really nice example on how to take data from a classic ASP file and spit it out to a new MS Access file. My one problem is I need to set the "Required" property of a column to false so that if no data exists for that column, it won't crash. Googling gets me results with different syntax and it doesn't seem to work. If some can help me set the property with this example, I'd appreciate it. dim provider : provider = "microsoft.jet.oledb.4.0" dim db : db = "c:\Documents and Settings\**