does anybody know how to connect to centura sqlbase

    5 months later

    Hi

    I dont speak english to much but try 🙂, Mi name is Tania and yo can contact to me by mi email (logtania@hotmail.com), I worked with Centura to many time, so i know many things about that.

    To connect to Sql Base need 4 steps:

    When yo start te application type this 4 instruction

    Set SqlDatabase='DATABASE NAME'
    Set SqlUser='SYSADM'
    Set SqlPassword='SYSADM'
    Call SqlConnect( SQL HANDLE )

    The user and password is 'SYSADM' by default when yo create a new database, but you can especify another. The Sql Handle help yo to make the database access and is very important you disconnect this Sql Handle when the application ends.

    Bye

      Write a Reply...