|
-
Jul 5th, 2000, 05:11 PM
#1
Thread Starter
Hyperactive Member
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!
-
Jul 5th, 2000, 05:17 PM
#2
Frenzied Member
Anyone besides you using the database?
Out of curiousity, is there a reason you're still using FoxPro?
-
Jul 5th, 2000, 05:45 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|