Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare not work
Message
 
To
09/11/2005 10:52:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01066791
Message ID:
01066799
Views:
15
>Hello,
>
>Why this not work ?
>
>declare @todaydate datetime
>set @todaydate = (select getdate())
>
>Tia

In VFP DECLARE Command creates a one- or two-dimensional array.
To declare variable use
Local command
Public command
Private command


or simple
todaydate = DATETIME()
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform