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

Creating an Oracle Table within Delphi

Status
Not open for further replies.

acabrera

Programmer
Jan 22, 2004
44
US

I'm trying to create an Oracle table (ORATable)in a Delphi program with the statement:

CREATE TABLE tbDEPTCODE AS (SELECT * FROM DEPTCODE)

but I get the error 'NOT ENOUGH ACTUAL PARAMETERS'.

 
You will want to post this in the Oracle Forums, not the SQL Server forums.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(My very old site)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top