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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SELECT * INTO [dBase IV;DATABASE=

Status
Not open for further replies.

lrfcbabe

Programmer
Joined
Jul 19, 2001
Messages
108
Location
US
SELECT * INTO [dBase IV;DATABASE=D:\].DB4 FROM DBO;
This works once. The problem is if the table exists it will not run. Can I instruct the query to replace the table if it exists.

thanks
 
before running your query, you run a drop table query.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top