Viewing 15 posts - 16 through 30 (of 36 total)
problem: write conflict in ms access
solution...
make sure the table has a primary key
make sure no bit field has a null value
and ensure that the table has a timestamp field.
October 31, 2012 at 5:26 pm
i'm currently using a thread in the ms access section to post my findings as i go along. I am sure that there are others who experience these problems every...
October 31, 2012 at 4:53 pm
You have helped a lot actually. It was tru these discussions that i am talking to my self and realizing the best approach.
Anyways, i will continue to use this thread...
October 31, 2012 at 4:51 pm
WendellB (9/3/2012)
October 31, 2012 at 4:17 pm
Thanks for the reply. I got a really good solution to this.
Appreciate your help.
The idea is to use ms access accdb file as front end rather than adp
Gives...
October 30, 2012 at 5:50 pm
Okay,
after thinking long and hard as to how I will go about doing this, I decided that I will use ADP file to creat stuff, stored procedures especially and...
October 28, 2012 at 8:32 am
It is a brave ask...cause i searched all over and still cant come up with a solution.
I was thinking input parameters..but still havent got that to work fully yet.
I havent...
October 25, 2012 at 8:59 pm
Hi Jeff,
Thanks for the reply.
I got the whole running total thing sorted out...I have a running sum setup in ms access but what this sql server update is doing for...
October 23, 2012 at 8:32 pm
Okay, I need your expert advice which can only come from years of experience...
I have a list of stored procedures...
I only just realized that I can group a set of...
October 23, 2012 at 8:18 pm
Okay, well I am sort of like Columbus with this whole server thing...
anyone else who has the same problem...here is your solution:
SQL Server 2005. Management Studio Express. Front End -...
October 23, 2012 at 3:34 pm
I'll keep using this thread to post updates as I go along for anyone who is like me...have no idea what I am getting into and its all just trial...
October 23, 2012 at 8:52 am
im not quite sure that one person would want to wait until the first person finishes with the data before running his report.
I am not saying that i would prefer...
October 23, 2012 at 7:59 am
what the quirky query is doing is that it is update a column in the table called running total...suppose two users hit previewing the a running total report out of...
October 23, 2012 at 6:36 am
Ps.... I never took a computer class in my entire life so it means a lot to me that you helped.
N I only started SQL server three days ago...
Thanks.
October 22, 2012 at 4:56 pm
Well I can think of a senairo where cursor would actually be better...
Suppose you have a large database and lots of users. Using the update method, I doubt that two...
October 22, 2012 at 4:52 pm
Viewing 15 posts - 16 through 30 (of 36 total)