I am having a problem with setting up a query in using MySql. The query uses a
user-defined parameter and searches the table against it. e.g.
int search//user peramater
select * from table
where member_id = :search;
When trying to run this query (using powerbuilder) it doesnt return the de
Barry,
I suspect you might have more luck sending your question to a
PowerBuilder list (what is it anyway ? A Borland product ?), althought
you might have some luck here...
regards,
P
On Tue, 24 Apr 2001, Barry Reynolds wrote:
> I am having a problem with setting up a query in using MySql. Th