CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Delete

  1. #1
    Join Date
    Feb 2001
    Location
    New Jersey
    Posts
    312

    Delete SQL statement

    What is the SQL statement to remove a query from a database?
    Last edited by Lord Zarm; October 17th, 2003 at 03:15 PM.
    http://www.dewgames.com
    Shareware and Free games!

  2. #2
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487
    What do you mean by that, are you referring to a function/sp, views? However, you may check the help provided by the DBMS you are trying to develop with (I thought it starts with DROP)..
    Busy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured