Error in dataTable with Oracle

Error in dataTable with Oracle

am 22.12.2007 17:38:30 von formiga

I have this SQL

SELECT name FROM table WHERE name = @parameter

And this methods make in Visual Studio

getData(@parameter){
....
}

this work fine in the SQL Server, but in the oracle don't work

Anyone help me plz...
Formiga

Re: Error in dataTable with Oracle

am 23.12.2007 05:03:15 von nemtsev

Hello Antônio José Formiga Neves,

First, how this question relates to ASP.NET NG?

Actually it's better to provide error details of that what doesnt work if
u wanna get help



---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> I have this SQL
A>
A> SELECT name FROM table WHERE name = @parameter
A>
A> And this methods make in Visual Studio
A>
A> getData(@parameter){
A> ...
A> }
A> this work fine in the SQL Server, but in the oracle don't work
A>
A> Anyone help me plz...
A> Formiga