Adding Column to Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    Adding Column to Database

    Hi all,
    I want to add a column to access database ot want to crete a field in access database.

    I am using ADODB and VB6.

    Thanx
    >> ALI <<
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    You want to add this column to teh database in code? During run time?

    If that is the case then you will need to execute the SQL on the database called ALTER table_Name

    See this tutorial for how
    http://www.w3schools.c om/sql/sql_alter.asp

    Comment

    Working...