Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Can't enter data into Date field

Author  Topic 

SQLFOX
Starting Member

45 Posts

Posted - 2010-09-28 : 16:40:37
Hi Folks,

Tried to enter data into a 'Date' field but no data will go into it. Any advice?

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2010-09-28 : 16:53:55
Are you talking about using a transact sql statement to INSERT a row into a table? Or perhaps using a sql statement to UPDATE a datetime value in a specific row? If so post the code you are using.

Be One with the Optimizer
TG
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2010-09-28 : 17:06:31
yeah...one...use a sproc

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx





Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-09-30 : 12:19:39
or is it through an user interface that you're trying to pass the data and data is not getting inserted?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -