T
Torgeir
Hi
I have a problem with the syntax of the SQL commands I use with the Oracle
10g Express database (from an asp.net 2.0 application using
system.data.oracleclient). The database wants the queries formulated as in
this example:
SELECT "Company"."Name" AS "Name"
FROM "Company" "Company"
This is a query I would normally write like this:
SELECT name FROM company
Why is this? The problem is that when I run the application in another
environment (against another Oracle database), the SQL syntax is invalid.
Please tell me this is some database setting that can be easily changed!
This has probably little to do with ado.net, but perhaps some of you have
experienced this.
Regards,
Torgeir
I have a problem with the syntax of the SQL commands I use with the Oracle
10g Express database (from an asp.net 2.0 application using
system.data.oracleclient). The database wants the queries formulated as in
this example:
SELECT "Company"."Name" AS "Name"
FROM "Company" "Company"
This is a query I would normally write like this:
SELECT name FROM company
Why is this? The problem is that when I run the application in another
environment (against another Oracle database), the SQL syntax is invalid.
Please tell me this is some database setting that can be easily changed!
This has probably little to do with ado.net, but perhaps some of you have
experienced this.
Regards,
Torgeir