Viewing 4 posts - 1 through 5 (of 5 total)
I have to have a backend program running anyway that inserts data into the database from our units in the field. It also sends text alerts and removes old...
November 8, 2005 at 9:58 pm
Ok thanks, I am getting closer but still not quite there. Here is what I have now (I have changed company to change by the way):
SELECT Stands.StandID, SPEVersion, LastCallTime,...
November 8, 2005 at 4:39 pm
Thanks, I tried the first one but now I get this error twice:
Invalid column name 'Version'.
Not sure what you mean by status column is in wrong table.
November 7, 2005 at 6:05 pm
Thanks for the quick reply.
The type is smallint so I tried your first suggestion but I get the following errors:
Column name 'Karts.Active' is invalid in the ORDER BY clause because...
November 7, 2005 at 5:18 pm
Viewing 4 posts - 1 through 5 (of 5 total)