N
Nico
Hello,
I have a database in '97 format.
I want to upgrade it safely into 2000 format.
I used the command:
tools>database utilities>convert database
.... but something went wrong.
For I have understood, the problem is that tables have many fields (let say
each table has an average of 150/180 fields)
and for each field there is a quite long description to give advice to users.
Tables with few fields don't cause any problem. The ones with more than
100/120 fields make the process crashing.
Now... I Know ADO i'm unconfortable with DAO.
There is anyway to delete fields' description from all table using code?
What I have in mind is creting a blank database in 2000 which has a command
button that will launch a procedures against
my '97 database.
Before wasting time... there's a better solution?
Thanks,
Nico
I have a database in '97 format.
I want to upgrade it safely into 2000 format.
I used the command:
tools>database utilities>convert database
.... but something went wrong.
For I have understood, the problem is that tables have many fields (let say
each table has an average of 150/180 fields)
and for each field there is a quite long description to give advice to users.
Tables with few fields don't cause any problem. The ones with more than
100/120 fields make the process crashing.
Now... I Know ADO i'm unconfortable with DAO.
There is anyway to delete fields' description from all table using code?
What I have in mind is creting a blank database in 2000 which has a command
button that will launch a procedures against
my '97 database.
Before wasting time... there's a better solution?
Thanks,
Nico