hi all,
i'm in the process of exploring mysql database and need to design it at a later stage
but just a query,
i know perl has modules that can link to mysql database
but is it possible for perl to create a program such that a user accessing the database need only to input fields he wants to query when prompted by the program, say for eg:
a) user name
b) date and time duration
c) activities
'cos i'm thinking of designing one so that a user accessing the database avoid as much of mysql statement as possible
thanks
i'm in the process of exploring mysql database and need to design it at a later stage
but just a query,
i know perl has modules that can link to mysql database
but is it possible for perl to create a program such that a user accessing the database need only to input fields he wants to query when prompted by the program, say for eg:
a) user name
b) date and time duration
c) activities
'cos i'm thinking of designing one so that a user accessing the database avoid as much of mysql statement as possible
thanks
Comment