Posts by ChristianAbreu • 129 points
4 posts
-
0
votes1
answer60
viewsQ: ORA-01461 error when trying to save a CLOB text field generated by a template. What do I do to fix this?
Error trying to save a record in Lotemail class. table: lotemail LOTEMAILID NOT NULL NUMBER(18) LOTEMAILCORPO CLOB Class: class Lotemail(models.Model): lotemailid = models.BigIntegerField(…
-
2
votes1
answer135
viewsQ: How does Django’s standard connection mechanism work?
I am maintaining a system that uses standard connection, via "DATABASES = {", with Oracle 11g. So: DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.oracle', 'USER': 'USUARIO',…
-
0
votes1
answer217
viewsQ: How to return a "OUT" parameter in Genexus Ev3 U1 Smartdevices?
Develop with Genexus Smart Devices Ev3 U1 for Android. I intend to develop a screen Father that by clicking a button opens the screen Son, where the user selects an item in a grid and returns to the…
-
0
votes1
answer604
viewsQ: How to create a Background Service with Genexus Smart Devices on Android?
Develop with Genexus Smart Devices Ev3 U1 for Android. I need a routine to periodically run in the background and to display Notifications. Just like Whatsup does, where there is a Service of this…