Hello,

Damned, my program crashed Gambas that way :

This connection throws a #11 at Try con.Open()

Public Sub Form_Open()
Dim con As New Connection 
    With con
      .Host = ""
      .Name = "myTable"
      ' .Charset = sCharSet
      .Type = ""
      .Login = ""
      .Password = ""
    End With
      Try con.Open()
End

first reported 08 Jan 2015 21:17:08 +0100 by me

[System]
Gambas=3.6.90           rev. 6866
OperatingSystem=Linux
Kernel=3.2.0-75-generic
Architecture=x86
Distribution=Ubuntu 12.04.5 LTS
Desktop=GNOME
Theme=QPlastique
Language=de_DE.UTF-8
Memory=3025M
[Libraries]
Cairo=libcairo.so.2.11000.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+3=libgtk-3.so.0.400.2
GTK+=libgtk-x11-2.0.so.0.2400.10
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3

Attachment: TestApp01-0.0.1-crash-150125-205521.tar.bz2
Description: application/bzip-compressed-tar

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to