Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for the suggestion. I gave it a try and changed the source server in the connection string but I still get the same connection error.
December 2, 2008 at 12:11 pm
> Otherwise - I would be very leery of any object remaining in Access with > 1M rows in it. That is definitively hogging up > your memory. ...
November 30, 2008 at 11:23 pm
Hi Matt,
Thanks for the tips. Here is how I set it up: I used the upsizing wizard to transfer my tables and queries to SQL Server Express. ...
November 26, 2008 at 4:39 pm
I wasn't able to restore a database in SQL Server 2000 that was orignally created and backed-up in SQL Server Express. A google search indicated that this is because...
November 17, 2008 at 12:40 pm
Thanks Chris. I'll review my recordset loops and detail and attempt to change them to UPDATE sql. In your experience, can most/all recordset looping operations be changed to...
November 14, 2008 at 1:05 pm
Thanks Elisabeth. I wasn't sure if this method would capture my stored procedures and functions along with all of the table data.
November 13, 2008 at 11:28 am
Hi Wayne,
You are in the same situation as I am. I have upsized my Access DB to SQL Server Express and now my existing DAO code has to be...
October 14, 2008 at 2:23 pm
Thanks again Jo!
To get it working I added:
Dim aob As AccessObject
For Each aob In CurrentData.AllQueries
If aob.Name = "Query of Interest " Then
...
October 14, 2008 at 2:15 pm
Thanks Jo. I set up Access linked tables to SQL Server via ODBC. I find the VBA code runs much slower now. The code loops through large...
October 11, 2008 at 11:33 am
Viewing 9 posts - 1 through 9 (of 9 total)