Viewing 5 posts - 1 through 5 (of 5 total)
But I don't find How to memorize the lastID ???? In my first select request I get the ID, but which is the last ???
March 20, 2006 at 9:21 am
So !
this need to get the lastID as :
declare LyID int,
select top 50 xy, @lastID=MyID from MyTable order by MyID
and then
select top 50 xy from MyTable order by MyID where...
March 20, 2006 at 9:17 am
Thanks again. Thanks a lot...
I will try later. I'he too much to do now.
You're right when writting :
I suspect you are using that tool for the user to make...
March 13, 2006 at 5:10 am
wow thanks that was it !!!! to include network protocols on install just add DISABLENETWORKPROTOCOLS=0 in the msde setup.ini file
thanks again
March 9, 2006 at 8:41 pm
My application is installed in all target PC by the customers, the all have a user with administrator permission.
So I think, it is not the problem.
Thanks and don't hesitate to give...
March 9, 2006 at 12:39 am
Viewing 5 posts - 1 through 5 (of 5 total)