Viewing 12 posts - 16 through 27 (of 27 total)
Many thanks Gail,
I am not planning to display the RV binary number, but I need to know what it was when I read the record or records. How will the...
February 6, 2013 at 6:50 am
Regarding Username=sa and Password = saPass, I can safely say "i am not doing that":-)
Regarding ROWVERSION, I need this value if I want to check whether the specific row was...
February 6, 2013 at 6:24 am
I have been trying to use ROWVERSION. I created a simple table as can be seen in attachment Gail1.jpg.
I use the following ADO code in the open event of the...
February 6, 2013 at 1:14 am
Gail thanks for the succinct analysis.
It is also nice to have someone in the same timezone!!
It appears that the "rowversion" data type would do the trick. It also appears that...
January 5, 2013 at 6:12 am
Thanks Gail & Craig for your input,
Would use of the TIMESTAMP data type be of any help? As I understand it, it is used for version-stamping table rows. I have...
January 5, 2013 at 1:25 am
After some more read maybe this would lock a record (and only one record) until all work is done,
BEGIN TRAN
SELECT * FROM tblName WITH (HOLDLOCK, ROWLOCK)
WHERE ID = someID
/* While...
January 3, 2013 at 9:41 am
Many thanks for your replies. I did some research and found out the following:
Scott regarding "sp_getapplock", it appears that from what I read, it should not be the first choice,...
January 3, 2013 at 6:49 am
Gail, have taken your advice seriously. I will see whether the functionality can be modified to avoid the headaches.
Thanks,
John
December 31, 2012 at 6:41 am
Many thanks for your input to both of you.
I have developed a Dental Practice Management Software package (www.VisualDentist.com) using Access and Jet. While this setup is adequate for a small...
December 31, 2012 at 5:06 am
Many thanks for your reply Gail,
I appreciate the fact that it would be easy to mess up. If a user needs to work on a specific record for a few...
December 31, 2012 at 2:57 am
Thanks for your reply and suggestion article. I am doing some reading in the mean time.
One of the problems which I am trying to solve is once a user accesses...
December 31, 2012 at 1:37 am
Many thanks for the reply.
I need to use Access (not .NET) as the front end and had a general question about ADO and Native Client. As time goes by, I...
December 18, 2012 at 3:29 am
Viewing 12 posts - 16 through 27 (of 27 total)