Will existing DAO code work against a SQL Server?

后端 未结 4 1485
清歌不尽
清歌不尽 2021-01-03 08:14

If I transfer data from a Access MDB into a SQL Server, will DAO code in a VB app work against the SQL Server.

I realise there will need to be changes to the initial

4条回答
  •  难免孤独
    2021-01-03 08:24

    Directly no. But you can replace current access tables with linked tables to sql server.

    Update: How to create a DSN-less connection to SQL Server for linked tables in Access

提交回复
热议问题