Re: [U2] SELECT stmts forbiddin during Transactio in UODOTNET????

2006-06-26 Thread Ray Wurlod
It's nothing to do with .NET; it's a restriction within UniVerse itself.  You 
can read about what is and isn't allowed while a transaction is active in the 
UniVerse BASIC manual; it's too long to reproduce here.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] SELECT stmts forbiddin during Transactio in UODOTNET????

2006-06-22 Thread Peter Veenhof
Hi all,

Running latest version of UO DOT NET against Universe 10.1.11...

I have a C# program that begins a transaction, then runs a select using
connection.Command = "SELECT BLAH BLAH BLAH" then executes it... Upon
return I get the following RPC error:

30124 A Transaction is active so this action is forbidden

If I continue on in my code, whatever the next access command is, it
hangs the process completely Server needs to be rebooted to remove
it.

Are SELECT commands NOT allowed in UO DOT NET Does anyone else have
any experience like this??

Thanks
Peter
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/