Use end user to run sql code
How can I execute a SQL query with the end-user?
I want to run sql code like UPDATE from end user by making a mouse click
over a check box or a shape box
How can I run a stored procedure with the end-user?
thanks,
Miguel S.
--- posted by geoForum on http://delphi.newswhat.com
I want to run sql code like UPDATE from end user by making a mouse click
over a check box or a shape box
How can I run a stored procedure with the end-user?
thanks,
Miguel S.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
DADE does not natively support the alteration of data in your database.
This is functionality that would need to be added manually by replacing the
query designer or query wizard with your own.
There is an example of how to implement stored procedure support with DADE
located in the RBuilder\Demos\EndUser Databases\SQL Server\ADO\Stored
Proc\... directory.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com