Does anyone know of a program or algorithm that will take a table
structure and update another table to the new one? Like, to just change
or add a column? What I'm trying to do is continually update the table
with different fields, or change the field types whenever I feel the
need to add a new fe
Is there a way I can save the members that I manipulate in the
MYSQL_FIELD struct?
MYSQL_FIELD *field;
field->name = "newcolumnname";
How could I save this as the new column name? Thanks
--
Romans 12:9 "Let love be without hypocrisy. Abhor what is evil. Cling to
what is good."
---
If I connect to mysql:
mysql -u username -p wherever.net
is that encrypted at all?
and if I make a network program via the C API, would that be encrypted
too? Thanks
James Gosnell
[EMAIL PROTECTED]
-
Before posting
I'm not getting any errors at all and the program runs just fine, except
that it's not inserting! :) selects work and everything else. Am I
missing a function or structure? Thanks...
James Gosnell
[EMAIL PROTECTED]
#include
#include
#include
int main (void) {
MYSQL *connect