How do I display data from an external database in Drupal?

Posted by Dana on Stack Overflow See other posts from Stack Overflow or by Dana
Published on 2010-04-14T22:18:53Z Indexed on 2010/04/14 22:23 UTC
Read the original article Hit count: 437

Filed under:

I am building a custom module that will allow my users to do a simple query against an MS SQL database. I've built the form using hook_form() and have gotten validation to work.

I'm planning on retrieving the data from hook_form_submit(), but once I've done that, how do I append it below the form? It does not appear that I have access to $output from hook_form_submit(). I'm at a loss as to what to do next.

Thanks

Dana

© Stack Overflow or respective owner

Related posts about drupal