Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple DBCs v. Single (Massive) DBC? Pros and Cons
Message
From
08/09/2001 13:15:12
 
 
To
07/09/2001 18:51:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00554054
Message ID:
00554294
Views:
7
Jim is correct. Your solution works for C/C++, but not for VFP.

Additionally, macro definitions of the form:
#define max(A, B)   ((A) > (B) ? (A) : (B))
are not allowed. Maybe in VFP.next?
Previous
Reply
Map
View

Click here to load this message in the networking platform