JoseC
Programmer
- Dec 11, 2001
- 18
VB6.0
SQL 7.0
I added a new field to a table manually on my Test DB. Now I want to write a script and have it ready for Production DB implementation. The goal is to just run the script and will create the new field as well as other changes to the DB and it would be ready for the new VB code.
I want to insert a:
column name - alias
datatype - varchar
length - 50
Allow Nulls - True
Jose C.
SQL 7.0
I added a new field to a table manually on my Test DB. Now I want to write a script and have it ready for Production DB implementation. The goal is to just run the script and will create the new field as well as other changes to the DB and it would be ready for the new VB code.
I want to insert a:
column name - alias
datatype - varchar
length - 50
Allow Nulls - True
Jose C.