Skip to content

Tag: oracle

How to use multiple select queries inside c# by oracle

I need to select multiple select queries inside the C# code block. when I use it, I am getting an error such as an invalid character. I got that it is an error by using a semicolon inside the queries, Is there any solution for selecting multiple select queries? I am using Oracle.ManagedDataAccess ExecuteReade…

AM/PM Conversion For Date Time

I’ve a very basic requirement that I did earlier but for now unable to resolve it. I’ve a table in database that stores in and out time as the following format: 8/18/2019 8:00:00 AM So what I want …