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!

Strange error - SQL query in ASP page

Status
Not open for further replies.

Setta

Programmer
Jul 9, 2003
22
BR
Hello everybody.

I have the following SQL query in an ASP file.

---CODE---
ALTER TABLE mytable ADD mycolumn single
----------

So far so good, it worked a few times (in tests)
But now I get the following error:

---ERROR---
Microsoft JET Database Engine (0x80004005)
Número excessivo de campos definido.
-----------

I know, it's in portuguese, I'll try to translate in the better way I can:

Excessive number of fields defined.
or
Too many fields definied.

Something like that.
This error appeared after I've made somechange (manually) on my Database (MSAccess), but the change was only including a new line.

If anyone has a clue about what is happening, please share it! :)

Thanks in advanced.



-- Webmonkey --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top