G
Guest
Hi
SELECT Ctmid , CtmName , CtmAddress1 , CtyCityName , StmStateName , CtmPhNo1
, CtmWebsite FROM (StateMst RIGHT JOIN (CityMst RIGHT JOIN CustomerMst ON
CityMst.CtyCityId = CustomerMst.CtmCityId) ON StateMst.StmStateId =
CustomerMst.CtmStateId) RIGHT JOIN CustomerContact ON CustomerMst.CtmId =
CustomerContact.CcmCompanyId WHERE 1 = 1
AND CtmName LIKE 'r*'
when i run this query thru Access query , records are retrieving , but if i
run this thru VB (Jet 4.0 provider) no records are retriving , if i remove
the like condition records are retrieving....so the problem is with LIKE and
*
Plz help soon.
my client is waiting for it....
Renjith
SELECT Ctmid , CtmName , CtmAddress1 , CtyCityName , StmStateName , CtmPhNo1
, CtmWebsite FROM (StateMst RIGHT JOIN (CityMst RIGHT JOIN CustomerMst ON
CityMst.CtyCityId = CustomerMst.CtmCityId) ON StateMst.StmStateId =
CustomerMst.CtmStateId) RIGHT JOIN CustomerContact ON CustomerMst.CtmId =
CustomerContact.CcmCompanyId WHERE 1 = 1
AND CtmName LIKE 'r*'
when i run this query thru Access query , records are retrieving , but if i
run this thru VB (Jet 4.0 provider) no records are retriving , if i remove
the like condition records are retrieving....so the problem is with LIKE and
*
Plz help soon.
my client is waiting for it....
Renjith