Sub query using parameters with OleDb Data adapter problem

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

Guest

I am trying to display the results in a form from a complex query that uses parameters. Both the outside and the inside query use parameters. I can get the outside query to run but when I use a subquery with parameters for a condition in the main query I keep getting DB_E_BADORDINAL error

Any help or suggestions are greatly appreciated

Jean
 
jean_p said:
I am trying to display the results in a form from a complex query
that uses parameters. Both the outside and the inside query use
parameters. I can get the outside query to run but when I use a
subquery with parameters for a condition in the main query I keep
getting DB_E_BADORDINAL error.

Try it in the ADO.Net group:
microsoft.public.dotnet.framework.adonet


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Hi Jean,

In addition to Armin, you can also ask this question in the newsgroup

microsoft.public.sqlserver.programming

A very active newsgroup tool.

Cor
 
Back
Top