User Tag List

Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 38

Thread: ODBC MySQL Connection Problems

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ODBC MySQL Connection Problems

    I am using the ODBC object so I can connect to a MySQL database and send registration information a user enters to the database. I am having problems getting the ODBC object to connect to the MySQL database server. Any suggestion?

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ODBC MySQL Connection Problems

    I am using the ODBC object so I can connect to a MySQL database and send registration information a user enters to the database. I am having problems getting the ODBC object to connect to the MySQL database server. Any suggestion?

  3. #3
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: ODBC MySQL Connection Problems

    Is this a mySQL on a web server?
    Does your server allow remote connections to the mySQL database?
    Most (99%) of web server hosts don't so you would need to ask them.
    Having an a mySQL set up to allow remote connections opens up the server to security issues.

    Most just allow "localhost" connections which means in MMF you would need to use a socket extension (like MOOSock) and communicate with the database thru a PHP (or other) script.

    The V-Cade uses PHP and MOOSock to get data in and out of a mySQL and it works and after the extra step of parsing out the headers on what is sent back its a snap. You can sign up and the V-Cade and get an example file of how they do it.

    Or you can search our old forums -- I know we went over this in depth many times.

    Perhaps I will write a new "Getting the most of" article on this since its a common question.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: ODBC MySQL Connection Problems

    Is this a mySQL on a web server?
    Does your server allow remote connections to the mySQL database?
    Most (99%) of web server hosts don't so you would need to ask them.
    Having an a mySQL set up to allow remote connections opens up the server to security issues.

    Most just allow "localhost" connections which means in MMF you would need to use a socket extension (like MOOSock) and communicate with the database thru a PHP (or other) script.

    The V-Cade uses PHP and MOOSock to get data in and out of a mySQL and it works and after the extra step of parsing out the headers on what is sent back its a snap. You can sign up and the V-Cade and get an example file of how they do it.

    Or you can search our old forums -- I know we went over this in depth many times.

    Perhaps I will write a new "Getting the most of" article on this since its a common question.

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Location
    Plymouth, UK
    Posts
    211
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ODBC MySQL Connection Problems

    []Perhaps I will write a new "Getting the most of" article on this since its a common question.[/]

    Yes please, Jeff!

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Location
    Plymouth, UK
    Posts
    211
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ODBC MySQL Connection Problems

    []Perhaps I will write a new "Getting the most of" article on this since its a common question.[/]

    Yes please, Jeff!

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ODBC MySQL Connection Problems

    Could you give me a link to any example files?

  8. #8
    No Products Registered

    Join Date
    Jul 2006
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ODBC MySQL Connection Problems

    Could you give me a link to any example files?

  9. #9
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: ODBC MySQL Connection Problems

    Something quick I found on our old forum

    www.clickteam.com/CTforum/showthreaded.php3?Cat=&Board=upload&Number =294334&Search=true&Forum=upload&Words =mysql&Match=Or&Searchpage=0&Limit=25& amp;Old=allposts&Main=294334

  10. #10
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: ODBC MySQL Connection Problems

    Something quick I found on our old forum

    www.clickteam.com/CTforum/showthreaded.php3?Cat=&Board=upload&Number =294334&Search=true&Forum=upload&Words =mysql&Match=Or&Searchpage=0&Limit=25& amp;Old=allposts&Main=294334

Page 1 of 4 1 2 3 ... LastLast

Similar Threads

  1. Connection problems with my application
    By Lord_Wezel in forum Lacewing
    Replies: 0
    Last Post: 25th February 2011, 07:22 PM
  2. MySQL base connection using SQL Serwer or ODBC
    By EasySite in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th October 2010, 01:32 PM
  3. Can I create an ODBC connection to a remote mySQL?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 22nd September 2010, 06:59 PM
  4. Public MOO Server - Connection Problems
    By CodeCannon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 6th March 2008, 07:19 PM
  5. odbc
    By bensmid66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 26th October 2007, 08:37 PM

Posting Permissions

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