Wednesday, 30 March 2011

How to return dataset using oracleparametes in c#?

you can pass parameter in oracle by using ":" command.

see Example

SELECT BookId, Title, Author, Price from BOOKS
WHERE (Title LIKE :title)




No comments:

Post a Comment