G
Guest
Dear Ones,
Is there any available crosswalk or translation guide or index that would
enable a person to find what SQL functions are available in ACCESS for
manipulating text strings? In particular, it would be helpful to have a list
of ACCESS SQL functions (and their syntax) that correspond to the string (and
number) manipulation functions found in the FoxPro/dBase/Clipper/xBase
programming languages that many of us grew up with. For example, what SQL
function in ACCESS would correspond to the xBase function
AT(<ExpC1>,<ExpC2>) which returns the byte number of the starting position
of text string <ExpC1> within text string <ExpC2>. Another string function
that would be nice to find would be the equivalent of the xBase function
REPLICATE(<ExpC>,<ExpN>) which replicates a character expression N times.
Is there any available crosswalk or translation guide or index that would
enable a person to find what SQL functions are available in ACCESS for
manipulating text strings? In particular, it would be helpful to have a list
of ACCESS SQL functions (and their syntax) that correspond to the string (and
number) manipulation functions found in the FoxPro/dBase/Clipper/xBase
programming languages that many of us grew up with. For example, what SQL
function in ACCESS would correspond to the xBase function
AT(<ExpC1>,<ExpC2>) which returns the byte number of the starting position
of text string <ExpC1> within text string <ExpC2>. Another string function
that would be nice to find would be the equivalent of the xBase function
REPLICATE(<ExpC>,<ExpN>) which replicates a character expression N times.