Viewing 4 posts - 1 through 4 (of 4 total)
thanx for suggestions.
but I got solution for my Prob.
I rewrite query as "SELECT this, that, theother FROM mytable Where 1=1"
thanx once again
SPD
July 1, 2006 at 6:33 am
#647100
in my project I am building up a SQL query according to multiple controls on the form
Dim strSQL As String
strSQL = "SELECT this, that, theother FROM mytable WHERE TRUE"
which will...
July 1, 2006 at 3:37 am
#647096
Can u give me VB code for try catch block??
I am still finding the solution for my prob.
thanx
SP
December 21, 2005 at 12:30 am
#610768
thanks AJ Ahrens !!
April 5, 2005 at 6:17 am
#550488