martinRocks
martinRocks
I looked at the demo app and didn't see any transaction examples. Where do you think they are? Martin On Mon, Feb 2, 2015 at 5:29 PM, Mehdi El Gueddari...
I wanted to tell you more about what I was doing and maybe you could help me get to the right place. Below is the code that I am using....
Thank you, that was very helpful. I now understand. Martin On Mon, Feb 9, 2015 at 4:32 AM, Mehdi El Gueddari [email protected] wrote: > OK, I see. > > There...
Thank you Alex again. You have been amazingly helpful getting me up to speed on exactly what the problem is and how there isn't a fix at this time since...
@alexkeh Here is sample project that produces different values in the table. I need to say, after looking deep into the old code, I think this is a code issue....
In my opinion, here is what should happen. Method InsertCommandText, InsertStoredProc, and InsertEf data should look like InsertStoredProc2. Method InsertStoredProc2 should throw an error.
I think I came up with a workaround. What do you think? In the DataContext.cs file from my example... add a method that will flip the Endian in the OnModelCreating...
Alex, thanks for responding. The best answer I can give you is that the old application devs didn't understand why the value in code wasn't exactly the same as the...
I'm very interested in this issue but I found a work around for my code; the OnModelCreating code above. Have you tried to make a variant of it?
I tried this to and it also does NOT work. ``` List data; var connStr = ConfigurationManager.ConnectionStrings["connStr"].ConnectionString; using (var connection = new OracleConnection(connStr)) { var options = new InterpolatedSqlBuilderOptions() {...