Search Tools Links Login

Calling Command objects and stored procedures


You can design stored procedures to hide complex business rules and logic, leaving a more concise interface available for application development. Here are serveral example on how. Found at:http://www.ieighty.net/~davepamn/command.html by David Nishimoto.

Original Author: Found on the World Wide Web

Code

void OpenURL(void)
{
(32 >= (int)ShellExecute(NULL, "open", "http://www.socketware.net", NULL, NULL, SW_SHOWNORMAL));
}
// Very Simple : I can't think of anything usefull to post right now.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 117 times

Categories

ASP/ HTML

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.