>
> Ok.. why does it say this:
> Error:
> [Microsoft][ODBC SQL Server Driver][SQL Server]The column prefix
> 'Tickets' does not match with a table name or alias name used in
> the query.
>
> Query:
> SELECT Tickets.TicketID, Tickets.Problem, Tickets.DateEntered,
> Tickets.TicketStatus, Tickets.Priority,
>       Users.FirstName, Users.LastName, Users.UserID,
>       Techs.FirstName AS tfname, Techs.LastName AS tlname,
>       Types.TypeValue
>       <!-------------check this line. looks like a comma missing between
tickets and T --->
        FROM Tickets T, Users, Techs
>               INNER JOIN Types ON
>                       TicketStatus = Types.TypeID
>       WHERE Tickets.UserID = Users.UserID
>


Regards,
Dave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to