This is a discussion on Update a Topspeed File (Clarion) within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi All; I want to update a *.tsp (topspeed file) using the UPDATE sql statement: UPDATE MyFile Set MyVar='123' ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All; I want to update a *.tsp (topspeed file) using the UPDATE sql statement: UPDATE MyFile Set MyVar='123' WHERE MyCond='234' When I run this statment I get this error: Error: Expected lexical element not found: <identifier> (State:37000, Native Code: 3F7) Is the Update statement has a special syntax for Topspeed? NB: I Have Topspped V 3.0 from Softvelocity and I'm using VB6. Tks. -- Posted via http://dbforums.com |