Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Use end user to run sql code

edited August 2008 in End User
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

Comments

  • edited August 2008
    Hi Miguel,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.