Search:

Type: Posts; User: haegan2005

Search: Search took 0.27 seconds.

  1. I have a function in VB6 where I am trying to return a string from the function

    So here is a code snippet. The error I am getting is "Function call on left side of assignment must return Variant or Object". I changed the function return to a variant data type, but that did not...
  2. Replies
    4
    Views
    3,019

    Re: VB6 Sqlserver connection issue

    okay, part of the issue was that the default db name is "master" and i was using a table name instead! how frustrating!

    ty!
  3. Replies
    4
    Views
    3,019

    Re: VB6 Sqlserver connection issue

    is this the string you were refering too?


    Trusted Connection
    Driver={SQL Server Native Client 10.0};Server=myServerAddress;Database=myDataBase;Trusted_Connection=yes;

    Equivalent key-value...
  4. Replies
    4
    Views
    3,019

    VB6 Sqlserver connection issue

    i have been banging my head against this on and off for days. Time for help from people who know what they are doing!

    i have a default installation of SQL Server Express 2008 running with VB6 Pro...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width