Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GaryInUK
  • Content: Threads
  • Order by date
  1. GaryInUK

    error is 296: "The conversion of char data type to smalldatetime datat

    Hi, Select ActiveCharges.ID, ChargeTypes.Name, ActiveCharges.Start, ActiveCharges.[End], ActiveCharges.Amount from ActiveCharges INNER JOIN ChargeTypes ON ActiveCharges.ItemID = ChargeTypes.ID Where ActiveCharges.ProviderNo = 1 AND [End] = CAST('2078/12/31 00:00:00' as smalldatetime)...

Part and Inventory Search

Back
Top