Search:

Type: Posts; User: neelabh.dutt; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: Gambas3

    by neelabh.dutt
    Replies
    1
    Views
    2

    Re: Gambas3

    Hello! Please tell me how to install Gambas on Ubuntu Bionic Beaver. Database cannot be connected. There is some trouble.
  2. Thread: Gambas3

    by neelabh.dutt
    Replies
    1
    Views
    2

    Gambas3

    Public Procedure Connect()
    Dim $Con As New Connection
    '$Con.close()
    $Con.type = "mysql"
    $Con.Host = "localhost"
    $Con.Login = "root"
    $Con.Port = "3306"
    $Con.Name = "sys"
    ...
  3. Re: OpenCOBOL or GNUCobol installation from terminal.

    Thank you. Its working.
  4. Re: OpenCOBOL or GNUCobol installation from terminal.

    Thanks for that. It is working. Thank you.
  5. OpenCOBOL or GNUCobol installation from terminal.

    Hello!
    I use Geany text editor. I want to compile COBOL programs from Geany. I have also installed open-cobol package from "sudo apt-get" but the problem is I cannot compile my programs from within...
Results 1 to 5 of 5