Have been searching high and low for a simple solution to a mysql insert problem. The problem is as follows:
I am putting together an organisational database consisting of departments and desks. ...
I am writing a C app which retrieves a number of records using one select statement. After issuing the query, I retrieve these records using mysql_use_result then repeat mysql_fetch_row.
This is ...
Is there a way to directly display the content of a query in Mysql using C?
What I mean is:
through mysql shell if I type : SELECT * FROM table_name; I get ...
Welcome and thank you very much in advance for your help, I am writing a program in C (vc6), which records the user. It connects to a MySQL table and then to record the user's name and age. - the problem is - I do not know how to put a C language data in the table, because in this way ...
Welcome and thank you very much in advance for your help, I am writing a program in C (vc6), which records the user. It connects to a MySQL table and then to record the user's name and age. - the problem is - I do not know how to put a C language data in the table, because in this way ...
Re: MySql Select to get on records with largest weight (MAX(c_weight)???) Reply #2 on: March 26, 2007, 09:14:00 AM I will try this. I also wanted to give some sample data and output: Input is like this: Catch Table (Catch number) (Catch Angler Number) (catch Weight) (catch picture) ...