...to add to my additional post as I'm not sure it was clear.
The reason the SELECT * from Table_Name translates to a very long string is due to Sybase IQ resolving the query to its FULL text value,
eg : select * from table_name becomes
select [table_owner].[table_name].[column_name], [table_owner].[table_name].[column_name], [table_owner].[table_name].[column_name],....from [table_owner].[table_name]
if we could overcome this our problem would be solved.
Any suggestions would be greatly
appreciated
http://www.dbforums.com/db_images_v3...ilies/beer.gif
