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