Subqueries with OracleDataAdapter in Visual Studio 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am using Visual Studio 2003 and using OracleDataAdapter to connect to the
database. When I specify to an SQL which has a sub query, it's failing with
he following error,

; Syntax Error: Expecting identifier or quoted identifier. in
System.Data.OracleClient

When I looked at the MSDN it seems that it's a known problem. Can someone
advice me on how to get around this.

http://support.microsoft.com/default.aspx?scid=kb;en-us;892464

Thanks in Advance.
Siva.
 
I know that and I am already manually creating the code for the select
command and I am NOT using Data Adapter Wizard to create the data adapter.
 
Back
Top