A
Antônio José Formiga Neves
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
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