Welcome to Sign in | Help

Re: OLE DB provider 'OraOLEDB.Oracle' reported an error. The provider reported an unexpected catastrophic failure.

  •  10-06-2008, 9:41 AM

    Re: OLE DB provider 'OraOLEDB.Oracle' reported an error. The provider reported an unexpected catastrophic failure.

    Daca merge SELECT-ul simplu (de mai sus), atunci te rog incearca si:

    CREATE TABLE #T (N int)
    INSERT INTO #T SELECT COUNT(*) FROM OPENQUERY(ORADEV,'select * from VWIREP_BAG_LD')
    DROP TABLE #T

    Razvan
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems