t; To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Trying2insert Date2table
>
>
> Hi,
>
> I am trying to insert the following value to a Date/Time
> field in SQLServer7 table.
>
> Here is the Line values Im tring to execute
>
> sNewCallBackSQLINSERT INT
Hi,
I am trying to insert the following value to a Date/Time field in SQLServer7 table.
Here is the Line values Im tring to execute
sNewCallBackSQLINSERT INTO CallBacks (LearnerID,CallDate,CallTime) VALUES (2113 ,
01/01/2002 , 0:00)
Here is the statement:
sNewCallBackSQL = "INSERT INTO Call