Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
do you have any idea about that ???
i used "Oracle Provider for OLE DB" , knowing that im on QV 10.
when i use the same file in SERVER QV11, it' works !!!
thanks.
hopes i'll help you
i noticed also :
I got this error recently - turned out I had the same column selected more than once in one part of my SQL which the database is fine with but QV was not. I removed the double occurance and error went away.
e.g. the following code sample would cause this error
CUSTOMER:
SQL
SELECT
NAME
,CITY
,ZIP_CODE
,NAME
FROM
CUST;
Thanks so much for this. Fixed the problem that had baffled me.