PDA

Click to See Complete Forum and Search --> : Add a column to a Table


Tonatiuh
Sep 6th, 1999, 07:45 PM
How can I Add (create) a new column to a table?

How can I Add (create) a table to a DataBase?

Any ideas will be very appreciated. If you can put some pice of code I will thanks much more.

Thanks!

Ulises

JHausmann
Sep 6th, 1999, 09:34 PM
What set of API's are you using? ADO/DAO/RDO/ODBC?

Tonatiuh
Sep 6th, 1999, 10:37 PM
Respecting to this issue, I'm using ADO.

And, I posted another very rare issue. I would like to know your opinion.

http://www.vb-world.net/ubb/Forum3/HTML/001664.html

Thanks!

Ulises


[This message has been edited by Tonatiuh (edited 09-07-1999).]

JHausmann
Sep 6th, 1999, 10:51 PM
Both should be able to be accomplished using a command object and SQL.