Viewing 15 posts - 136 through 150 (of 1,415 total)
The app may be handling the deadlock "gracefully" by retrying the failed process (try/catch) without the user even knowing, but ideally the app should be fixed to reduce the deadlocks....
December 19, 2019 at 10:35 pm
We had a person at my old job. She was ALWAYS on the phone. I got curious as to why and so I discreetly "hung around" for a...
December 6, 2019 at 3:41 pm
Actually, that's not quite how Access works with linked tables, unless, of course, you don't know what you're doing. This query, run against an ODBC linked SQL Server...
November 22, 2019 at 7:04 pm
If I remember correctly, you have choices in addition to passthrough or linked tables. You can open an "ado" recordset or a "dao" recordset (with ado being the newer method).
November 22, 2019 at 6:21 pm
Seems to me the problem is "exploratory" in nature. I'd like to share what I'd do in this case.
First, I would start off by creating a database of whats going...
November 21, 2019 at 7:12 pm
Google "sql server programming for concurrency" or "sql server concurrency issues".
You'll want to know what a "dirty read" is, "repeatable reads", "serializable", "read committed snapshot", "(read /write) skew", etc. or...
November 21, 2019 at 6:36 pm
Also, whistleblowers should be protected not denigrated.
I've been one twice - once for a major rail disaster caused by a failing in the design of track inspection software...
November 21, 2019 at 3:07 pm
I haven't heard of this problem! Can you post more about web apps getting compromised on an intranet?
edit: I would think if you had attackers get past the...
November 21, 2019 at 2:52 pm
... From a developer standpoint Access STOMPS Visual Studio...
I have a few issues with your post overall, which have been brought up by others, but...
November 21, 2019 at 2:04 pm
But T/SQL *sucks* as a language, and having to learn two distinct languages to do a single project is insane.
I think access is a spiffy tool, but at its heart,...
November 19, 2019 at 6:38 pm
thanks for your answer. I googled batch mode and I guess I need some more experience and knowledge before I'd be able to transform my code into batch...
November 14, 2019 at 10:06 pm
X,
You're not wrong. It's not the choices I would make, but the way you've laid it out, they're not bad choices.Others may not agree, but I'd say that others...
November 14, 2019 at 3:51 pm
I think you mean "surrogate" key, as there is no identity column on your table. I would use a surrogate identity column as the PK so create the table...
November 14, 2019 at 3:42 pm
I have a slight counterpoint. Obviously the surrogate key will work, and also it looks like your "customer type" is a particularily wide column that will have performance issues in...
November 14, 2019 at 3:13 pm
This reply has been reported for inappropriate content.
Theres also a mismatch between the column reference 'code' and 'used_code', and also the column 'position' isn't anywhere to be seen.
I still couldn't get it to work even trying to...
November 14, 2019 at 2:22 pm
Viewing 15 posts - 136 through 150 (of 1,415 total)