SET FDOW TO 2 && week starts with monday
SET FWEEK TO 1 && The first week contains January 1st
? WEEK({31.12.2006}) && returns 1 but should return 53
? WEEK({31.12.2006},1) && returns 1 but should return 53
? WEEK({31.12.2006},1,2) && returns 53
It seems, that the set instructions...
Hallo everybody
Since more than 10 years I am working with Vfp. Mostly with his native database, sometimes with a local MySQL server.
In my current project the MySQL server is in a datacenter where users, who are running my program, are allowed to access the database from internet.
- Because I...
Say we have a table created like
CREATE TABLE Cards (KartNr C(6) NOCPTRANS)
The index is created with:
SET COLLATE TO "machine"
INDEX ON kartnr TAG kartnr_idx
KartNr contains binary informations. With the browse command there are displayed as garbage characters. To display them, I have to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.