|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
how to copy a whole table inside an access 2000 db using vb and how to delete it
how to copy a whole table (including all its Attributes) inside an access 2000 db using vb and how to delete it, does anyone knows the answer?
Last edited by tom_meir : September 25th, 2003 at 06:15 PM. |
|
#2
|
|||
|
|||
|
SELECT INTO ... will copy a table, I am not certain that all attributes get copied though.
DROP TABLE ... will delete a table. |
|
#3
|
|||
|
|||
|
USe sql statement to do it..
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > how to copy a whole table inside an access 2000 db using vb and how to delete it |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|