Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can field in SQLTP view be date if base field is datetim
Message
 
 
To
03/06/2002 20:45:51
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00664301
Message ID:
00664892
Views:
25
>Suppose you have a SQLPT view that includes a datetime field from a SQL Server table. Suppose also that you want the field in the view to be of type Date, not datetime. Can it be done?
>

You can use ALTER TABLE command if there're no fields in the cursor with name longer than 10 charcters.
ALTER TABLE mySPTcursor ALTER COLUMN mydatetime D
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform