AL: How to upgrade an Access application to use a SQL Server backend

Sdílet
Vložit

Komentáře • 11

  • @ReadyToHarvest
    @ReadyToHarvest Před 5 lety +3

    Instruction begins at 4:49

  • @jonathan4614
    @jonathan4614 Před 3 lety +1

    Hi, I have an access database with a lot of attachments, and the size of the access database file has reached 1.5GB, so I am trying to find a solution for the limitation of 2GB. I have followed your video step by step, but unfortunately, I have errors with the tables that have attachment as shown "not supported," can you please advise what I can do in this case.

    • @AccessUserGroups
      @AccessUserGroups  Před 3 lety

      Hi Adly, you need to export the attachements to files and then remove the columns from the tables, than you can upload the data to SQL Server. Once you have the tables created you can add a column of type BLOB and use that to store files in SQL Server. For more help you can visit UtterAccess.com or you can seek professional help, let us know if you need the latter for a referral.

  • @monkimo
    @monkimo Před 4 lety +1

    Hi I’m using the same bit versions but still getting the bit error!

    • @AccessUserGroups
      @AccessUserGroups  Před 3 lety

      Make sure you set all BIT fields in your SQL server tables to default to zero

  • @phyusinlinlatt2589
    @phyusinlinlatt2589 Před 3 lety

    Hello. Thank you for your sharing. I would like to ask something to you. Please give me some ideas. I am now using local SQL server and microsoft access database. Let's say I would like to upgrade Northwind database into SQL server. I put new data from Forms and would like to update that value into SQL server. Does it make sense? If yes, what do I need to do?

    • @mariabarnes6376
      @mariabarnes6376 Před 3 lety

      Hello, I am not sure if I am following you exactly. The key to having your SQL table be updated from a Form in Access, is to have a Linked table in your Access database that links to your SQL Server table. Then your form should have that linked table as a data source. You will also want to make sure that you have a primary key set on the linked table so that it is updateable. Does this answer your question? If not please try to explain further.

  • @vincentcalmang4590
    @vincentcalmang4590 Před rokem

    Hello🤗, I just wanna ask if how to link SQL data to another computer, i.e working station

    • @mariabarnes6376
      @mariabarnes6376 Před rokem

      Can you clarify what you mean Vincent? What version of SQL Server are you using and where is it at/installed?

    • @vincentcalmang4590
      @vincentcalmang4590 Před rokem

      @@mariabarnes6376 SQL 2014. It installed in my server

    • @mariabarnes6376
      @mariabarnes6376 Před rokem +1

      And you can create a link to it from one workstation but not the other?