neu
This commit is contained in:
@@ -504,7 +504,7 @@ Public Class SQL
|
||||
|
||||
|
||||
Function DLookup(srchField, table, where, Optional conn_art = "SDL", Optional nullvalue = "") As Object
|
||||
Return getValueTxtBySql("SELECT isnull(" & srchField & ",'" & nullvalue & "') FROM " & table & " WHERE " & where & "", conn_art)
|
||||
Return getValueTxtBySql("SELECT isnull(" & srchField & ",'" & nullvalue & "') FROM " & table & " WHERE " & where & "", conn_art,,, nullvalue)
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user