Results 1 to 3 of 3

Thread: Sometimes YES, sometimes NO

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Unhappy

    This is my SELECT statament:

    Code:
    SELECT DISTINCT(contrat.rsocial) FROM contrat,contra _
    WHERE contrat.rsocial=contra.contrat _
    AND contra.centro IN _
    (SELECT centro FROM derechos _
    WHERE usuario='MyUser')
    Sometimes returns me values and sometimes returns EMPTY !!!!

    I'm using VB6 with VFP as database in WIN98.

    Any idea will be deeply appreciated.

    Thanks!

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Anyone besides you using the database?

    Out of curiousity, is there a reason you're still using FoxPro?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    The database is a VisualFoxPro 5.0. It is in a Novell Netware 5 server and there is several users in all the WAN accesing to the database.

    This never have been presented before in (6 months) all this project.

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