Re: VB transformation to SQL Server datetime

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"PSULionRP" <PSULionRP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A6E9DBF2-AA8E-478B-BDEA-93E1055820DB@xxxxxxxxxxxxxxxx

Is there any way to transform date and time insto a SQL Server Table
datetime
format???

I understand the ramifications of the SQL Server datetime column
definition.
And I understand that I might have to handle this through SQL Server
rather
than VB. Just looking for confirmation.

There is NO "format." Dates are dates when they are contained variables
defined as dates. If your date is in a STRING, or you're somehow dealing
with strings at some point in the process (like building dynamic SQL--which
is very often a bad idea), then there's an issue. Please provide more
details.


.


Quantcast