Viewing 15 posts - 1 through 15 (of 27 total)
This is a batch process to create credit card and ACH transactions. The transactions are derived from an account table and inserted into a temporary transaction table (tblTempTranactions, not a...
September 30, 2007 at 11:01 am
Jeff,
I agree. It appears that when you use a pass-through query in Access it uses transactions. The reason I believe that is the case is because when the timeout occurs,...
September 30, 2007 at 6:30 am
Greg,
We have several issues compounding the timeouts. The timeout in Access is set to 480 seconds but heavy processor usage, an intermittent memory error that we believe is the memory...
September 29, 2007 at 4:24 am
Steven,
As to why you didn't receive an error message...
We have one installation of Access 2003 that will not return error messages unless that user compiles the MDB on their own...
December 13, 2006 at 10:54 pm
Matthew,
Good point. I figured out the reason it wasn't working. The test team had not set a fee value in the test environment and I set the query to bypass...
March 30, 2006 at 9:03 am
John,
Check out this blog. http://blogs.msdn.com/access/ Read the threads in October and November and you'll find the discussion interesting and hopeful.
I had/have a bit of concern over Microsoft's committment to the...
March 28, 2006 at 9:23 pm
One disadvantage to Microsoft's approach is the inability to force a password policy. We want passwords to expire every 30 days and not allow reuse. I am unaware of anyway...
January 31, 2006 at 10:13 pm
Not sure if this "bug" in Access has been fixed or not because I still work around it - always!
It used to be that if you had a Bit...
January 18, 2006 at 8:06 pm
Start writing your reports in Crystal and you'll be back to Access pretty quickly. The limitations of Access related to the number of users also goes away when you use...
January 4, 2006 at 8:56 pm
Assuming you are storing the data from the website in SQL Server, why not just attach the SQL tables to the Access database. All that is then necessary is a...
December 15, 2005 at 5:25 am
Sorry folks. I prepared a response earlier today with several examples and somehow it didn't post. Probably because I worked on it off and on over several hours (between tasks...
November 22, 2005 at 6:45 pm
Okay. I'll have to do that once I get to the office tomorrow morning.
November 20, 2005 at 9:44 pm
What I'm saying is that searching the datetime column with a hardcoded varchar value is faster than searching with a parameter being passed in as datetime. It doesn't make much...
November 20, 2005 at 9:18 pm
I realize that realtime comparisions can vary but these were consistent times in each of about 5 compares.
Sergiv, you are correct about the two datatypes. The column is datetime which...
November 20, 2005 at 8:18 pm
Make certain that any logical fields (Yes/No in Access) that convert to Bit fields in SQL have a default value of (0). Otherwise you may run into updating issues where...
October 21, 2005 at 9:02 pm
Viewing 15 posts - 1 through 15 (of 27 total)