Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view design problem
Message
 
À
08/04/1998 12:08:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00090304
Message ID:
00090704
Vues:
24
>What will I do if I use Oracle or anything else instead of SQL Server? Do I have to create view for each different backend? The software for distribution, so it is possible that customer use different client/server database. Any suggestions?
>Thanks.
>Dmitriy

Hi Dmitriy,

Simplest solution of CURDATE() problem is,
Use view parameter instead of using any function
I mean

dtoday = DATE()

SELECT * FROM table_name;
WHERE ddate = ?dtoday


Bye
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform