Posts by Eymard Silva • 1 point
4 posts
-
0
votes1
answer273
viewsA: Create temporary table from cursor data
Oops. Talk man! A while ago, I went through this. It’s not the best way, but you can try to adapt it here: This Cursor question with Temporary Table In my case, I needed to store cursors in a…
-
0
votes1
answer80
viewsA: Ironpython.Runtime.Exceptions.Importaxception: 'No module named fcntl' - Ironpython C#
I searched and recently discovered that Ironpython does not have support for this library. Unfortunately.
-
-1
votes1
answer80
viewsQ: Ironpython.Runtime.Exceptions.Importaxception: 'No module named fcntl' - Ironpython C#
Hello, good afternoon, sir. I am calling a file . py, which is in the scope of my application directory, and the following error is returned: Ironpython.Runtime.Exceptions.Importaxception: 'No…
-
0
votes1
answer94
viewsQ: Fill GRID with JSON - Deserialized (Metrogrid - Metroframework)
I’m probably doing something wrong, and I must have made a mistake doing the loop, but come on. I have a class called 'Class.Cs' that has the following code: [JsonProperty("A")] public string A{…