VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



HOW TO DELETE A TABLE USING ACTION QUERY

by Sunil & Mohan Bisht (2 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 30th January 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

HOW TO DELETE A TABLE USING ACTION QUERY

API Declarations


' MISTAKE IS DEL = "SELECT * FROM TABLE1
' SO PLZ CORRECT THIS QUERY .....DELETE IN PLACE OF SELECT

Rate HOW TO DELETE A TABLE USING ACTION QUERY



SQLSTR = "DELETE * FROM TABLE1"
CON.EXECUTIVE SQLSTR 

Download this snippet    Add to My Saved Code

HOW TO DELETE A TABLE USING ACTION QUERY Comments

No comments have been posted about HOW TO DELETE A TABLE USING ACTION QUERY. Why not be the first to post a comment about HOW TO DELETE A TABLE USING ACTION QUERY.

Post your comment

Subject:
Message:
0/1000 characters