Viewing 8 posts - 466 through 473 (of 473 total)
I get this problem every now and then. I've pretty much narrowed it down to java apps (especially if the connections are managed by Tomcat) not closing connections properly.
The only...
August 18, 2006 at 7:04 am
I've never done this with MySQL, but have done it with DB2, Access, Excell, and Text Files. I would imagine if you can find an ODBC driver that will talk...
August 18, 2006 at 6:54 am
Another thing to consider...
If you install the Management Studio (formerly Enterprise Manager) on your desktop box, in most cases Enterprise Manager will no longer open. I found documentation about why...
August 15, 2006 at 1:48 pm
Thanks for the advice. I used the export wizard and sucessfully moved the database last night.
August 2, 2006 at 6:27 am
I have done several restores of a SQL 2000 database to SQL 2005 and have never had any trouble.
You might check to make sure you don't have the compatibility mode...
July 22, 2006 at 1:54 pm
Oh, good grief. That's exactly what the problem was. I feel stupid for missing that one.
Thanks!
July 18, 2006 at 9:31 am
I'm not sure what the difference is, but I switched the line:
DoCmd.TransferSpreadsheet acExport, SpreadsheetTypeExcel9, "dbo.tblTempExport", filename
to:
DoCmd.OutputTo acOutputTable, "dbo.tblTempExport", acFormatXLS, filename, False
and it works now.
Don't know why, but it works...
October 27, 2005 at 11:57 am
Thanks Mark,
That makes sense to me also, but when I tried that before I got an error that said "The table name you entered doesn't follow Chaplaincy object-naming rules".
I...
October 26, 2005 at 9:15 am
Viewing 8 posts - 466 through 473 (of 473 total)