R
Ricardo Furtado
I have two table with identical information (fields), but one of them is
updated and the other is the one i need to update. I'm doing this in Visual
basic 6 but i've posted here because i'm using sql to do the job.
So, my problem is this:
When i detect that the 'destination' table doesn't have a certain field i
use the SQL 'UPDATE' function to create the field, acording to the updated
table field name, but the field properties remain the ones by default. So,
for instance, if i have a field that is of type 'YES/NO' the updated table
has the following properties:
Format: Yes/No
Necessary:Yes
Indexed: yes (authorized duplication)
but the table i'm updating gets something like:
Format:
Necessary:NO
Indexed: NO
Is there any way to change these properties with SQL? How?
my thanks in advanced
updated and the other is the one i need to update. I'm doing this in Visual
basic 6 but i've posted here because i'm using sql to do the job.
So, my problem is this:
When i detect that the 'destination' table doesn't have a certain field i
use the SQL 'UPDATE' function to create the field, acording to the updated
table field name, but the field properties remain the ones by default. So,
for instance, if i have a field that is of type 'YES/NO' the updated table
has the following properties:
Format: Yes/No
Necessary:Yes
Indexed: yes (authorized duplication)
but the table i'm updating gets something like:
Format:
Necessary:NO
Indexed: NO
Is there any way to change these properties with SQL? How?
my thanks in advanced