help: table update program?

2002-04-01 Thread James Gosnell
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

help: MYSQL_FIELD

2002-03-31 Thread James Gosnell
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." ---

connecting to mysql securely via network

2001-07-05 Thread James Gosnell
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

HELP: C API: mysql_query INSERT not working...

2001-06-28 Thread James Gosnell
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