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!

Rename Table 1

Status
Not open for further replies.

NetworkGuy101

IS-IT--Management
Aug 13, 2002
482
US
I am haveing trouble renaming a table Here is my query.
<cfquery datasource=&quot;353EXDB&quot;>
Rename table copymseltest to copymsel
</cfquery>
I am getting this error
ODBC Error Code = 37000 (Syntax error or access violation)


[Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
 
Hi mate,

Looks like the ODBC connection is not setup to allow you access to RENAME, check with your server admin or check the DSN setup yourself if you are the admin.

Hope this helps

Wullie


The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
what do they say? anything negative? tell me who... because i want to track them down...


:)

p.s. thanks for the star

rudy
SQL Consulting
 
I agree, rudy is good with his sql and db knowledge!

thereptilian120x120.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top