Hi
can any one help by solving this probleum i am accessing mdb database and i want to alter the table . i use the following syntax but it is showing the syntax error
squery = "alter table " & sTableName & " add bookcode varchar(10) IN '" & txtfolderpath & "\" & sArrFolder(icou nt) & "\" & sDirFolder & " '"
dbmaster.Execut e (squery)
please help me
can any one help by solving this probleum i am accessing mdb database and i want to alter the table . i use the following syntax but it is showing the syntax error
squery = "alter table " & sTableName & " add bookcode varchar(10) IN '" & txtfolderpath & "\" & sArrFolder(icou nt) & "\" & sDirFolder & " '"
dbmaster.Execut e (squery)
please help me
Comment