Microsoft
Software
Hardware
Network
Question : Error Converting data type DBTYPE_DBDATE to date
Trying to import ODBC database into new SQL 2008 database. Specific columns in certain tables are giving the following error.
Error converting data type DBTYPE_DBDATE to date.
using the query
SELECT CONVERT(varchar(50),LastDa
teNoActivi
ty)
From OPENQUERY(eagle, 'SELECT LastDateNoActivity FROM AR_CUSTOMER')
The column fields are essentially null and show 0000-00-00 when viewing the column.
When using Access to query the same Table and column I get a result 11/30/1899 for the date.
I can't figure out why the SQL query won't allow for 0000-00-00 to covert to a null value.
Answer : Error Converting data type DBTYPE_DBDATE to date
TRANSFORM(nSales,'@ 999,999,999.99')
Random Solutions
using <br> in sql statements from asp
Delphi Loading Data Into Two Dynamic Arras From a Single Procedure
Automatically save / read attachments
SQL Recordset from XML data
Javascript for form
migrating sbs2003 to a new sbs2008
Code for Programmatically Removing VBA from Copied Workbook Not Working Properly
We are in the process of developing a virtual appliance for our customers. Should we make a 32bit or 64bit app?
Group Policy Inheritance
BSOD Minidump analysis stop code 19 and BAD_POOL_HEADER