1 message in com.mysql.lists.mysqlParameters
FromSent OnAttachments
Iván Flores12 Jul 2001 06:18 
Subject:Parameters
From:Iván Flores (iflo@kmschile.cl)
Date:07/12/2001 06:18:59 AM
List:com.mysql.lists.mysql

Hi how can I recive parameters from an external aplications in my MySql
queries. for example in MS Access I do this in this way:

PARAMETERS (variable AS type) SELECT ..........

I want to do the same thing in MySql