Microsoft
Software
Hardware
Network
Question : SQL Convert Error
I am using Visual Studio 2008
I am having problems with the SQL query for my datasource.
This the query in question:
SELECT inc.Title AS Incident, inc.Description, inc.CustomerID, tech.Name AS TechName, prod.Name AS Product, cust.Name AS Customer, CONVERT([varchar](11), inc.DateOpened, 101) AS DateOpened, CONVERT([varchar](11), inc.DateClosed, 101) AS DateClosed
FROM (((Incidents inc INNER JOIN
Technicians tech ON inc.TechID = tech.TechID) INNER JOIN
Products prod ON inc.ProductCode = prod.ProductCode) INNER JOIN
Customers cust ON inc.CustomerID = cust.CustomerID)
Error I receive:
Error Source: Microsoft JET Database Engine
Error Message: Undefined function 'CONVERT' in expression
I am using the same database that I use in SMSS and the query works fine.
Answer : SQL Convert Error
Typically no problem, most installers you will have to choose a custom or advanced install to change to a non default destination
Random Solutions
Can't boot up my XP system to safe mode, why?
limit browsing on xp machine to one web site
WSUS Clients not reporting to the WSUS console or SBS 2008 Console
exchange 2010, user has left company, simple way to get all users new emails to different user?
Intel(R) Celeron(R) D CPU 3.06GHz on a Linux machine
Broken WSUS on SBS 2003 because of MSDE
Can't locate DBI.pm in @INC
Running the System Update readiness tool.
Searching in Windows 7 Ultimate and Wind 2008 Server how do I search accurately?
Giving permission for stream writer to write in C:/ drive