Viewing 11 posts - 16 through 26 (of 26 total)
Thanks for the reply...
Instead of doing an Update query if I write a insert query will the same work. And also do I need to ensure some kind of isolation...
March 21, 2008 at 2:29 am
Thanks for your reply
Before I do the update query I am checking if the Balance is greater or equal to the Purchase amount
select @Balance = Balance ...
March 19, 2008 at 6:10 am
what do you mean by laoding the data into a working table and then insert it as a batch from that table.
Can someone give me a small sample example?
Thanks.
December 21, 2005 at 8:26 am
Thanks but its still giving an error
Column 'tbl.ID' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
March 16, 2005 at 1:45 am
But after going to query in access, can we create the stored procedure using
Create Procedure ProName
Begin
End
just as we can do in sql server 2000.
I have a asp.net frontend page...
February 25, 2004 at 12:29 am
I am using a OLEDB connection
I login to the server(which has IIS installed) using a userid "ABC" and my sql server database login is "XYZ"
and when I request my asp.net...
February 24, 2004 at 12:53 am
Viewing 11 posts - 16 through 26 (of 26 total)