I have join two tables using inner join as
select A.*,B.fld1 from table1 as A inner join Table 2 as B on A.fld=B.fld
the problem is i need to update a fldname on table1, but my app crashes after it updated the fldname
any suggestions.
rgds
cyrus
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: update joined tableThreaded View
|
Click Here to Expand Forum to Full Width |