Forum Replies Created

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

  • RE: INSERT into Access From SQL

    That is awesome stuff!

     

    Thanks a ton!

  • RE: INSERT into Access From SQL

    I think that gets me closer but now when I use this command:

    INSERT INTO OPENROWSET(

    'Microsoft.Jet.OLEDB.4.0','Data Source="D:\Database\00000001.mdb";

    User ID=Admin;Password=','SELECT * FROM EMPLOYEE' )

    SELECT * FROM [20040817].dbo.Employee

    I get the following...

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