Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote View -No Result set returned by Sever
Message
De
08/04/1999 13:42:01
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00206471
Message ID:
00206541
Vues:
23
Mark, the code does indeed work without quotes around the viewname
or connection as shown below:

create sql view v_x remote connect lexnet AS select * from vendors

Any other things I need to be aware of while entering your world?
Guess I need to make sure I use a shared connection?

What about records to fetch and asynchronous execution?



>>I am using VFP 6 on NT 4 and connecting to an Oracle 8 database.
>>
>>This command works:
>>
>>create sql view "v_vendors" remote connect "lexnet" AS select * from vendors
>>
>>
>>but trying to do the same thing from the view designer returns
>>"No result set returned by the server". I am using a connection
>>that otherwise works (see above). Any ideas why this is the case?
>
>Welcome to my world. :( I was experiencing the same problem using the MS ODBC drivers (3 different versions) on an Oracle 7.3 db. However, I got the error programmatically and via the designer when trying to parameterize a date field. I never could figure this out. I worked around this form now by creating a remote view using a parameter on a different (character) field. Then I created a local view of the remote view using the date parameter. :( What happens if you do put quote marks arount the view name and the connection name? I do not think they are necessary. But since that works, I wonder why this fails in the designer because the SQL generated omits the quoe marks?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform