Help with syntax error

2002-04-02 Thread jim and lois flaherty
I have a table that recieves raw data form results for an online quiz. The boss wants to analyse the data , I have it all going to one table for processing. From that table of Raw Data I pick out what I need. I want to pick out the test name but I dont want duplicate. I made the column unique in

What is Returned from a query that a record isnt there

2002-03-21 Thread jim and lois flaherty
Hello , I have a user DB , My perl script on my redhat box scans a drive for users files , and I want to email, the user to remind them they have a file that they havent used in months my problem when the script comes accrosed a new user I want them to be added to the DB and send me an email

newbie : Help with C api for mysql

2002-03-18 Thread jim and lois flaherty
I have a Redhat 7.1 box, I want it to connect to its own mysql db . Here is my code #include stdio.h; #include mysql.h; int main(char **args){ MYSQL_RES *result; MYSQL_ROW row; MYSQL *connection, mysql; int state; /* connect to the mysql db */ mysql_init(mysql);