MS Access Application - Convert data storage from Access to SQL Server

后端 未结 8 547
情话喂你
情话喂你 2020-12-09 06:46

Bear in mind here, I am not an Access guru. I am proficient with SQL Server and .Net framework. Here is my situation:

A very large MS Access 2007 application was bui

8条回答
  •  失恋的感觉
    2020-12-09 07:20

    Linked Access tables work fine but I've only used them with ODBC and other databases (Firebird, MySQL, Sqlite3). Information on primary or foreign keys wasn't passing through. There were also problems with datatype interpretation: a date in MySQL is not the same thing as in Access VBA. I guess these problems aren't nearly as bad when using SQL Server.

提交回复
热议问题