Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BillGodfrey

    Optimise NEAR with an extra table? (newbie question)

    Hello. Here's a newbie question. I'm devloping a CGI program using C++ and MySQL. I have a table of audio CDs. One field is the title and artist VARCHAR(80). This is a human readable ascii text string and may contain all sorts of punctation in mysterious places. I'd like to allow searching on...
  2. BillGodfrey

    Can't compile MySQL C client.

    Just a quick update. I managed to eliminate the compress errors by adding -lz to the command line to include a compression library. However, I'm still getting the mysql_connect error. Please note it's the only undefined reference error and I'm already putting -lmysqlclient on the command line...
  3. BillGodfrey

    Can't compile MySQL C client.

    Hello. I'm trying to get the example code at... http://rsynnott.f2g.net/mysqldemo.c compiled. I'm using the command line... gcc -o mysqldemo mysqldemo.c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient And getting the result... /tmp/ccHykNft.o: In function `main'...

Part and Inventory Search

Back
Top