Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ACCESS QUERY WINDOW

Status
Not open for further replies.

100dtl

Programmer
Aug 18, 2003
313
GB
How come if i run a query thus:

alter table products add COLUMN boxnumber text(25)

in the access query window it works but if i run the same query from a ASP page ie:

conn.execute("alter table products add COLUMN boxnumber text(25)") it dont work?
 
Hi,

Try a ; immediately before the last quote.

Otherwise - don't know.

Why not create a named query, and execute that?

Regards,

Darrylle

"Never argue with an idiot, he'll bring you down to his level - then beat you with experience." darrylles@totalise.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top