I have an website written in ASP classic with VB. I need to add a column to the table, but I cannot take down the website to be able to edit the table in access. How do I do this in code?
I am very new to ASP and access, I have a lot of experience in PHP and MYSQL but I have been able to find the syntax.
Thanks for all assistance.
OpenDB(“database/cpio.mdb”)
SQL = “ALTER TABLE Members ADD business_url text”
dbRS1.Open SQL, dbConn, adOpenDynamic, adLockOptimistic