Tagged Questions
1
vote
1answer
88 views
UniTransaction throwing NullReferenceException
I'm trying to begin a transaction however on calling the .Begin() method throws a NullReferenceException and the stacktrace shows that it is coming from ...
1
vote
3answers
663 views
UniCommand differences for UniData
I'm new to the world of UniObjects as I've been in .NET land since it debuted. After building a simple app to return the select list of a UniCommand statement I noticed that there are some major ...