Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
The INSERT command supports calling a stored procedure to supply rows for insertion into a table
CREATE TABLE #locks (spid int, dbid int, objid int, objectname sysname NULL,
indid int, type...
January 20, 2007 at 2:25 pm
I think there is problem with your connction string.
Can you give me the connection string you are using?
Or you can get the useful connection string from http://www.connectionstring.com
Thanks
Regards,
Baliram Suryawanshi
January 20, 2007 at 2:12 pm
Hi,
Try with following condition, It will work to solve your problem..
where Datefield > '13 Jun2006' and Datefield < '14 Jun 2006'
Regards,
Baliram
January 20, 2007 at 2:04 pm
Thanks Carl,
Can you please tell me about the View
Can we update the record from view.
If yes then in which condition?
Thanks in advance.
Regards,
Baliram
January 20, 2007 at 1:44 pm
Viewing 4 posts - 1 through 4 (of 4 total)