Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. matevans

    getting registry key names

    WshShell.Run("regedit /e /a "& tempFileName &" HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\", 7, true) Will export all the keys to a text file, then parse the file for the info you require
  2. matevans

    Error writing to an SQL Server text datatype from ASP

    Microsoft OLE DB Provider for ODBC Drivers error '80004005' <br><br>Query Based Insertion or Updating of BLOB values can not be supported. <br><br>/resource/course_edit.asp, line 72 <br><br>Microsoft OLE DB Provider for ODBC Drivers error '80004005' <br><br>Query Based Insertion or Updating of...
  3. matevans

    Error writing to an SQL Server text datatype from ASP

    When tyring to update a text dayatype on a SQL 6.5 server through an ASP page, I get the error message:<br><br>Microsoft OLE DB Provider for ODBC Drivers error '80004005'<br><br>Query Based Insertion or Updating of BLOB values can not be supported.<br><br>On technet it says to change the cursor...
  4. matevans

    Equivalents types of vars between ASP & PHP

    PHP 3 doesn't support session or application varaibles, you must use something called PHPLIB (which you can get from php.net)<br>Also PHP 3 does not have an equivalent of global.asa.
  5. matevans

    Transferring a database

    The two servers are not connected therefore I cannot use the second option.<br><br>Could you please expand on how to use sp_detach, sp_attach<br><br>Thanks
  6. matevans

    Transferring a database

    Could someone help me regarding transferring a database to a different PC, also is it possible to transfer a 7.0 database to a 6.5 server?<br><br>Thanks

Part and Inventory Search

Back
Top