Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

odbc_field_name ($result,$i) question

Status
Not open for further replies.

GroundZero

Programmer
Feb 1, 2001
28
CA
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,

GroundZero Your soul is imperfect
Life is difficult...

Now guess why we're here
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top