B
Brian
Can someone please direct me to a listing of Jet functions & data types?
While I have a fair amount of Access programming under my belt, a current
project has me providing data via queries called by an ADO.NET interface
developed by another developer. Of course, I cannot use any of my custom
functions, only the native Jet functions (IIf, Date(), etc.). To save some
trial-and-error, I would like to obtain some Jet reference material that
lists the functions available natively so that I know what I can safely embed
in my queries.
I found out the hard way that NZ() does not work, and had to replace it with
IIf (IsNull...). While I do not have any problem doing that, it would help
immensely to know the limitations by refeence rather than doing everything by
trial-and-error.
While I have a fair amount of Access programming under my belt, a current
project has me providing data via queries called by an ADO.NET interface
developed by another developer. Of course, I cannot use any of my custom
functions, only the native Jet functions (IIf, Date(), etc.). To save some
trial-and-error, I would like to obtain some Jet reference material that
lists the functions available natively so that I know what I can safely embed
in my queries.
I found out the hard way that NZ() does not work, and had to replace it with
IIf (IsNull...). While I do not have any problem doing that, it would help
immensely to know the limitations by refeence rather than doing everything by
trial-and-error.