Results 1 to 3 of 3

Thread: Bug (or recode needed)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2023
    Posts
    136

    Bug (or recode needed)

    Hi

    Giving a try to the latest release, still no way to run any of my VB6 project there.

    I've tried a very simple app that works perfectly in VB6, fails in TB:

    Code:
    dim b() as byte
    dim db as new ADODB.Connection
    Dim rs As New ADODB.Recordset
    db.Open "DRIVER={sql server};SERVER=10.158.100.2,1433;DATABASE=MyDB;UID=MyUID;PWD=MyPWD;"
    rs.Open "Select t0.id, t1.cert From certs t0 inner join certs_repo t1 on t1.id_cert=t0.id where t0.CN = 'TEST'", db, adOpenForwardOnly
    b = rs("cert")
    ...
    Error TB5001 unable to assign this value to an array (last line)

    May be it needs any different syntax?

  2. #2
    Hyperactive Member
    Join Date
    Dec 2020
    Posts
    273

    Re: Bug (or recode needed)

    Here you go... just for you: https://github.com/twinbasic/twinbas...ag/beta-x-0702

    All you need to do is report bugs, and they will be fixed.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2023
    Posts
    136

    Re: Bug (or recode needed)

    Quote Originally Posted by WaynePhillipsEA View Post
    Here you go... just for you: https://github.com/twinbasic/twinbas...ag/beta-x-0702

    All you need to do is report bugs, and they will be fixed.


    thks, I'll give it a try again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width