DATABASE query

2002-02-02 Thread mb
Hi, I'm trying to execute a SQL statement asking three tables on a DBI database connection. The database is a commertiale one (diff from MySQL) I think that my SQL statement is right : my($stmt) = "select AS_QteSto from art F_ARTICLE,dep F_DEPOT,sto F_ARTSTOCK where art.AR_Ref='

Re: DATABASE query

2002-02-02 Thread nafiseh saberi
hi. my guide to you depend on that, you run it in shell or through cgi ?? explian more.. __ Try to have simple habits, deep thoughts . _ Hi, I'm trying to execute a SQL statement asking three tables on a DBI database connection. The

Re: DATABASE query

2002-02-04 Thread Jenda Krynicky
From: "mb" <[EMAIL PROTECTED]> > Hi, > > I'm trying to execute a SQL statement asking three tables on a DBI > database connection. The database is a commertiale one (diff from > MySQL) I think that my SQL statement is right : > > my($stmt) = "select AS_QteSto fr