Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 Is there a way to prompt a user to enter input in MySql???

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-21 : 06:36:59
toyin writes "Is there anyway in MySql to prompt a user to enter input and have it populate another table?????"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-06-21 : 06:37:49
No idea, you should try a MySQL forum, SQL Team is MS SQL Server. Try here:

http://dbforums.com/
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2005-06-21 : 12:06:40
there is no way in mysql to do this. You would need to frontend mysql with some other code - like perl, python, php, etc. or even from the bash shell and then pass a statement including that argument to mysql for parsing.



-ec
Go to Top of Page
   

- Advertisement -