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

end-of-file on communication channel

Status
Not open for further replies.

ETLMaster

Programmer
Sep 30, 2002
14
0
0
US
Hi there,
I'm executing this sql statement:

select c.name from paris.table1 c,table1 t where c.id = t.id

where paris is a schema in the same database. When I execute this statement, I get the end-of-file on communication channel error.

Any ideas?

Thanks!
 
Its disconnected. connect & execute ur sql statements
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top