When I run an SQL statement via SQL Query Analyzer I get no issues with an SQL statement - however when I run the same via code written in c-sharp I get the error :
"Internal connection fatal error".
All other SQL statements run successfully through code - it's just this one and it's a simple one at that:
SELECT [PLMN], [PLDescription]
FROM [Purchase Ledger]
WHERE [PLDescription] IS NOT NULL
ORDER BY [PLDescription]
Can anyone suggest why this one SQL would give us an issue?
Any help would be appreciated.
Thanks in advance.
Steve
"Internal connection fatal error".
All other SQL statements run successfully through code - it's just this one and it's a simple one at that:
SELECT [PLMN], [PLDescription]
FROM [Purchase Ledger]
WHERE [PLDescription] IS NOT NULL
ORDER BY [PLDescription]
Can anyone suggest why this one SQL would give us an issue?
Any help would be appreciated.
Thanks in advance.
Steve