Thread: Help me with MySQL please!

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    13

    Help me with MySQL please!

    Hi everyone!

    I'm using Borland C++ Builder...
    Started to write a little application, I'm running mysql 5 on localhost...
    I used a TSQLConnection to connect to the mysql database, no error there, everything is fine... just for a test I was trying to get the content of the user table (mysql database) in a table in the little app.
    Thought I was going to use a TSQLQuery but .. well there's something wrong, I don't really know how to go any further...
    Any help would be GREATLY appreciated since I'm stuck there in my little project and that's taking pretty much all of my time giving no result! :P

    Thanks a lot
    Max

  2. #2
    Registered User
    Join Date
    Dec 2005
    Posts
    13
    Is there anyone on this planet who knows how to drive a MySQL database from BCB???

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > Is there anyone on this planet who knows how to drive a MySQL database from BCB?
    http://dev.mysql.com/
    and
    http://forums.mysql.com/
    + copious reading of manuals and FAQs
    + using the local search functions therein.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Dec 2005
    Posts
    13
    okay, thanks Salem.. I'll browse these forums..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Change detection in MySQL.
    By amitbora27 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-13-2009, 10:34 AM
  2. MySQL libraries
    By csonx_p in forum C++ Programming
    Replies: 6
    Last Post: 10-02-2008, 02:23 AM
  3. About C++ and MySQL or oether free database
    By xxxrugby in forum C++ Programming
    Replies: 18
    Last Post: 12-30-2005, 06:28 AM
  4. Get data from mysql and use in a system.
    By smaakage in forum Tech Board
    Replies: 3
    Last Post: 10-04-2005, 12:03 PM
  5. Get data from mysql and use in a system.
    By smaakage in forum C++ Programming
    Replies: 5
    Last Post: 10-02-2005, 01:25 PM