Passing values to later use in the SQL.
Hi,
Does anyone know how to pass parameters from the application to the SQL?
Let's say End-User enters a value into some field in the application and
later on wants to reference to the inputted value(actually use it) in the
manually modified SQL, for example in the "where" clause.
Is there a way to accomplish this?
Thanks.
Moisey Blehman,
Software Developer
Does anyone know how to pass parameters from the application to the SQL?
Let's say End-User enters a value into some field in the application and
later on wants to reference to the inputted value(actually use it) in the
manually modified SQL, for example in the "where" clause.
Is there a way to accomplish this?
Thanks.
Moisey Blehman,
Software Developer
This discussion has been closed.
Comments
for the WHERE clause. Here is an example of dynamically creating a criteria
object on a dataview:
http://www.digital-metaphors.com/tips/AddSearchCriteria.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
is an example of do this on an manually edited dataview.
http://www.digital-metaphors.com/tips/EditSQLAndSearch.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com