GregS
03-11-03, 23:12
| Hi all, I have a one off (at this stage!!) need to update one dbf file 'test' from another 'mmdata'. I'm not sure what is possible using the Visual Foxpro ODBC driver, but I certainly don't understand the error message it is generating. SQL I'm running is: update test set speed = mmdata.speed where prodtype = mmdata.prodtype and avediam = mmdata.diameter Have tried several variations etc. Field names are correct etc. Error produced is: [Microsoft][ODBC Visual FoxPro Driver]SQL: Column ' ' is not found. Have carried out simple updates without problems. Is structure of above incorrect? Driver version is 6.1.8629.1 running under Win2000. Any ideas? I just don't get it! Have tried Foxpro 5 command line as well as SQLedit and CuteSQL. SQLedit and CuteSQL give same error .... Foxpro just doesnt do anything. Would appreciate any advice!! Thanks, Greg Shearer |