|
Posted by Erland Sommarskog on 10/01/48 11:42
Prince (princevictor.moses@gmail.com) writes:
> Thanx for ur reply..
> Is there is any prob in the following query?
>
> INSERT INTO jobhistory(schObjId, BaseLineId, ActionTaken, UserId,
> historyDateTime, remarks) VALUES ('_2036', '', 'CREATED', 'Guest',
> getDate(), 'Job Created by Guest -- Guest')
>
> looking forward for the response...
If it wasn't clear: I believe the problem is in the C++ code and the call
to ADO, not in the SQL itself.
But let's make a shot in the dark: att SET NOCOUNT ON.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|