bjlt
Senior Member
   
1144 Posts |
Posted - 23 May 2001 : 03:57:51
|
newbie questions: how to drop table with asp? 1. I have a test database, how to drop a table in it? 2. how to change the field length? e.g. M_COUNTRY is set to 20, I want to change it to 70, how to to it with asp codes? 3. strCountry= Replace(rs("M_COUNTRY"), " ", "_") I also want to replace ' with _ in the same time, how should I write it?
thanks.
|
|