[Gambas-bugtracker] Bug #1331: ODBC driver crack status 2: Result object are NULL now.

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri May 25 17:51:23 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1331&from=L21haW4-

PICCORO LENZ MCKAY reported a new bug.

Summary
-------

ODBC driver crack status 2: Result object are NULL now.

Type             : Bug
Priority         : High
Gambas version   : Master
Product          : Development Environment


Description
-----------

now can make SELECT querys, but! ....

Result object are NULL now.. 
.
  Try $conexionodbc.Exec("CREATE TABLE IF NOT EXISTS tabla1 ( columna1 VARCHAR(20), columna2 VARCHAR(20))")
  Print Error.Text
' . 
  Try rs = $conexionodbc.Exec("INSERT INTO tabla1 ( columna1, columna2) VALUES ( 'pepe', 'pablo')") ' !SOLVED!
'. 
  Try rs = $conexionodbc.Exec("SELECT columna1, columna2 FROM tabla1 ") ' BUG: HERE RETURN NULL NOW!
  While (rs.Available) ' <--- NERE receive null
    Print "registro encontrado: valor columna1:" & rs!columna1 & ", valor columna2:" & rs["columna2"]
    rs.MoveNext()
  Wend

attached a version 0.0.2 of same project with propér secuences as previous bug http://gambaswiki.org/bugtracker/edit?object=BUG.1324 so still development environment related


System information
------------------

[System]
Gambas=3.11.3
OperatingSystem=Linux
Kernel=3.16.0-6-686-pae
Architecture=x86
Distribution=debian 8.2
Desktop=
Theme=Gtk
Language=es_VE.UTF-8
Memory=1692M

[Libraries]
Cairo=libcairo.so.2.11400.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.8.14
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.404.0
GTK+2=libgtk-x11-2.0.so.0.2400.25
GTK+3=libgtk-3.so.0.1400.5
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.46.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.3.2
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6

[Environment]
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-DMTfGBJqmJ,guid=a726b20bdb8a832dd287d3e25afaefe3
DESKTOP_SESSION=openbox
DISPLAY=:0
GB_GUI=gb.qt4
GDMSESSION=openbox
GDM_LANG=es_VE.utf8
HOME=<home>
LANG=es_VE.UTF-8
LANGUAGE=es_VE:es
LOGNAME=<user>
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PWD=<home>
QT_ACCESSIBILITY=1
SHELL=/bin/bash
SSH_AGENT_PID=3069
SSH_AUTH_SOCK=/tmp/ssh-s1Bhsf4Cn14u/agent.3046
TZ=:/etc/localtime
USER=<user>
XAUTHORITY=<home>/.Xauthority
XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/<user>
XDG_RUNTIME_DIR=/run/user/1001
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_ID=2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_VTNR=7




More information about the Bugtracker mailing list