umm a very newbie question in querys
From: ali (ali4ever4_at_gmail.com)
Date: 12/31/04
- Next message: Tom Dyess: "Re: Sorry - 1 more point"
- Previous message: Steve Horsley: "Re: Custom Protocol over TCP"
- Next in thread: karlheinz klingbeil: "Re: umm a very newbie question in querys"
- Reply: karlheinz klingbeil: "Re: umm a very newbie question in querys"
- Reply: Rogier R. Spaans: "Re: umm a very newbie question in querys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Dec 2004 04:36:21 -0800
well some thing is not right i think
i tried this query
recordSet = query.executeQuery("SELECT * FROM members WHERE Name LIKE
'Ali*'");
and wrote it correctly in try catch
but id didnt work
if i write my complete name instead of 'Ali*' it
works
but with the statment as it is it finds nothing
i think Stetment has some ellargy to * ( any) in sql
so can some help me with a solution for that
- Next message: Tom Dyess: "Re: Sorry - 1 more point"
- Previous message: Steve Horsley: "Re: Custom Protocol over TCP"
- Next in thread: karlheinz klingbeil: "Re: umm a very newbie question in querys"
- Reply: karlheinz klingbeil: "Re: umm a very newbie question in querys"
- Reply: Rogier R. Spaans: "Re: umm a very newbie question in querys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|