Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find out what the data type is on SQL Server
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00183021
Message ID:
00184104
Views:
24
>No. According to the Transact-SQL Reference on page 189 there is a table of the data conversions. When comparing a DateTime to Char is implicit but comparing a smalldatetime to Char is explicit.
>DLC

I don't understand. I ran the following from the QA and it worked ...

create table mike (sdt smalldatetime)
go
insert into mike values ('1/1/1999')
go

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform