Hi dotfriends, Is there a way to execute a oracle stored procedure using 'normal'-sql, any other way than using an OleDbCommand of type StoredProcedure?? Reason: I cannot use parameterbinding, because ado doesn't know the datatype of a parameter (oracle spatial geometry)..
I tried using 'execute pack.blabla(mdsys.geom(...),..)' and executeSqlNonQuery, but that doesn't work.. :(( Thanx! Jeroen. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.