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

    “where” clause not executed until entire database is pulled across net

    I am in SQL Server query analyzer executing query batch.
  2. tbrauch

    OLEDB PROVIDER DOES NOT CONTAIN THAT TABLE

    I have an OBDC connection from NT Server to an Oracle database. When I execute a MS SQL query to select from a table on that Oracle database, it says the OLEDB PROVIDER DOES NOT CONTAIN THAT TABLE, but it does. I can, in fact, perform a select on a table in the same Oracle schema ?? Thanks.
  3. tbrauch

    “where” clause not executed until entire database is pulled across net

    I have an ODBC connection from NT Server to an Oracle database. When I execute a MS SQL query against that Oracle database, it appears that the “where” clause is not being executed until the entire database has been pulled over to the server ??? Any way to avoid this ? Thanks
  4. tbrauch

    ERROR CONVERTING DATATYPE DBTYPE_DBTIMESTAMP TO DATE TIME

    I am using SQL 7 to select and insert data into a table from Oracle via an ODBC connection. It works fine except when (as described in the documentation) the Oracle date field is less than 1/1/1753, in which case, I get ERROR CONVERTING DATATYPE DBTYPE_DBTIMESTAMP TO DATE TIME. That's fine...

Part and Inventory Search

Back
Top