here is a simple question for you guys:
is $query="UPDATE $DBtable SET (odbc_field_name ($result,$i))=$var";
$query .="WHERE (odbc_field_name ($result,$1))='$name'";
this is happening before I connect
next line is:
$result = odbc_do($connect, $query);
will it work this way? or do you have any suggestion on how I could do the same thing ?
thank you in advance,
the_whiteknight_99