RE: .NET vs JAVA
March 30, 2015 at 4:25 pm
(This post was last modified: March 30, 2015 at 4:29 pm by bennyboy.)
I quickly googled "implicit transaction" and I have to say I don't really understand what it is or why it represents a big advantage. So far as I can tell, the link you just gave just shows how to do a basic SQL transaction. "Implicit insert" seems to be about batching multiple SQL inserts into a single transaction, which you can see at
https://msdn.microsoft.com/en-us/library...ction.aspx
But this stuff about adding a "dynamic peace[sic] of code" doesn't seem to have anything to do with that. I'll resist the urge to say more, but right now it sounds like you are looking at the wrong features of Java in deciding what framework to use. A database is separate logic from your framework: SQL is SQL whether you're in Linux or Windows or Android, programming in C# or PHP.
Maybe I'm not getting what you're saying?
https://msdn.microsoft.com/en-us/library...ction.aspx
But this stuff about adding a "dynamic peace[sic] of code" doesn't seem to have anything to do with that. I'll resist the urge to say more, but right now it sounds like you are looking at the wrong features of Java in deciding what framework to use. A database is separate logic from your framework: SQL is SQL whether you're in Linux or Windows or Android, programming in C# or PHP.
Maybe I'm not getting what you're saying?