hi, i have an application in vb6.' and im using Access for my database.
im trying to make a program that modifies my tables on Access, for that i am using the ALTER command of SQL, but i dont manage to turn on the flag of "Allow null Strings"
(i have it in spanish, i dont know the exact name of it, but if you add a field, and select Text as datatype, its the third option on the properties starting from the bottom)
i tried:
but it doesnt put that option in "yes"
does anybody know how to do it? i really need it..
thank you very much
Eli
im trying to make a program that modifies my tables on Access, for that i am using the ALTER command of SQL, but i dont manage to turn on the flag of "Allow null Strings"
(i have it in spanish, i dont know the exact name of it, but if you add a field, and select Text as datatype, its the third option on the properties starting from the bottom)
i tried:
Code:
"ALTER TABLE people ADD Name text(100) not null"
but it doesnt put that option in "yes"
does anybody know how to do it? i really need it..
thank you very much
Eli