Forum Replies Created

Viewing 8 posts - 466 through 473 (of 473 total)

  • RE: maximum number of connections reached

    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...

  • RE: Useing 2000 to update a MySQL Database

    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...

  • RE: Could I have an instance sql 2000 and sql 2005 in the same server?

    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...

  • RE: SQL2005 to SQL2000 Restores

    Thanks for the advice.  I used the export wizard and sucessfully moved the database last night. 

     

  • RE: facing this error when restoring database from..

    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...

  • RE: Trouble Deleting a Job

    Oh, good grief.  That's exactly what the problem was.  I feel stupid for missing that one.

    Thanks!

  • RE: RefreshDatabaseWindow Question

    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...

  • RE: RefreshDatabaseWindow Question

    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...

Viewing 8 posts - 466 through 473 (of 473 total)