Results 1 to 3 of 3

Thread: What language should I use to create a form in MySql

  1. #1
    Join Date
    May 2005
    Posts
    15

    What language should I use to create a form in MySql

    I want to create a form in MySql and have come to the realization that unlike access one can not create a form in MySql. I want to create a form that a user can enter info and then it is automatically entered into the database. What language should I use and where do I find it at?

  2. #2
    Join Date
    Feb 2003
    Posts
    1,048
    Which languages do you know how to use?

  3. #3
    Join Date
    Apr 2005
    Location
    florida
    Posts
    89
    Mysql is a RDMS(Relation Database Managent System), you can use other programming language tools to manipulate data in (such as PHP, ASP, JAVA VB ...) via connectivity, I dont tink there is a tool like access to create form..
    The closer tool that could do that job is PHP..

    for more info Go to : http://dev.mysql.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •