Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view design problem
Message
 
To
08/04/1998 12:08:50
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00090304
Message ID:
00090704
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform