Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: saloufeng
  • Order by date
  1. saloufeng

    What is the equivalent in Interbase for Isnull in SQL server?

    Use UDF ! I test this in Delphi,that's working! function udf_isnull(A:pchar;B:pchar):PChar;cdecl; begin if strpas(A)='' then result:=B else result:=A; end; DECLARE EXTERNAL FUNCTION udf_isnull CSTRING(256) CHARACTER SET NONE, CSTRING(256) CHARACTER SET NONE RETURNS CSTRING(256) CHARACTER SET...

Part and Inventory Search

Back
Top