Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Linked server to MS Access...

    Server: Msg 7399, Level 16, State 1, Line 1

    OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.

    [OLE/DB provider returned message: The Microsoft Jet database engine cannot open the...
  • RE: Cyrillic

    Does it work for you?

    (Substitute any Cyrillic for ????????)

    USE Northwind

    INSERT INTO Employees(LastName, FirstName) VALUES (N'Some', N'????????')

    SELECT *

    FROM Employees

    WHERE FirstName = N'????????'

     

Viewing 2 posts - 1 through 2 (of 2 total)