Introduction
Pardon me people on this one my full training will be paid in January 2023 for Ms. Access / SQL Server. I have finally installed the SQL server after following the procedures below:
(1) Marching my ODBC 32 BIT to Ms. Access 32 BIT and compose a string with ODBC [SQL Server Client 11.0] version
(2) In order to allow sharing the ODBC string I have use file dsn less ODBC string, my understanding here is that this string will always move with the front end wherever it goes.
(3) All the four workstations I made sure that the ODBC [SQL Server Client 11.0] version 32 BIT is available to avoid mismatch
(4) I have removed the Ms. Access linked tables strings and replaced them with ODBC [SQL Server Client 11.0] version 32 BIT linked table and ensured that the data is available both in Ms. Access linked tables with a world map and SQL database. In short, If I capture any data in Ms. Access, I will find it in SQL server as well.
(5) I have made sure that all open recordset VBA Code have [dbSeeChanges], for example ((Set Rs = db.OpenRecordset("tblEfdReceipts", dbOpenDynaset,dbSeeChanges))
(6) Under SQL configuration manager I have set static port to 1433 and forwarded the same in windows security firewall when making the inbound rules
Problems Areas
(1) Except my machine is able to use the SQL server because it is installed on it, but the workstations if even they are able to access my machine using WIFI they cannot link to the SQL server.
(2) If I revert back to linked access tables on my machine and share the folder where the backend is, then all machines are able to use my database without problems except there a slit slowness due to the internet as you all know that Ms. Access is not meant to work over the internet, hence the change we want to make to use the SQL server database.
Question
How do I make sure that the users also connect to my database, please note this is just a mare laptop which I have installed the SQL server, there is nothing like ACTIVE DIRECTORY AND DOMAIN to assign group policies and then use the group to access the SQL. That does not exist because to start with I do not have the windows server operating system.
Any suggestion????
Pardon me people on this one my full training will be paid in January 2023 for Ms. Access / SQL Server. I have finally installed the SQL server after following the procedures below:
(1) Marching my ODBC 32 BIT to Ms. Access 32 BIT and compose a string with ODBC [SQL Server Client 11.0] version
(2) In order to allow sharing the ODBC string I have use file dsn less ODBC string, my understanding here is that this string will always move with the front end wherever it goes.
(3) All the four workstations I made sure that the ODBC [SQL Server Client 11.0] version 32 BIT is available to avoid mismatch
(4) I have removed the Ms. Access linked tables strings and replaced them with ODBC [SQL Server Client 11.0] version 32 BIT linked table and ensured that the data is available both in Ms. Access linked tables with a world map and SQL database. In short, If I capture any data in Ms. Access, I will find it in SQL server as well.
(5) I have made sure that all open recordset VBA Code have [dbSeeChanges], for example ((Set Rs = db.OpenRecordset("tblEfdReceipts", dbOpenDynaset,dbSeeChanges))
(6) Under SQL configuration manager I have set static port to 1433 and forwarded the same in windows security firewall when making the inbound rules
Problems Areas
(1) Except my machine is able to use the SQL server because it is installed on it, but the workstations if even they are able to access my machine using WIFI they cannot link to the SQL server.
(2) If I revert back to linked access tables on my machine and share the folder where the backend is, then all machines are able to use my database without problems except there a slit slowness due to the internet as you all know that Ms. Access is not meant to work over the internet, hence the change we want to make to use the SQL server database.
Question
How do I make sure that the users also connect to my database, please note this is just a mare laptop which I have installed the SQL server, there is nothing like ACTIVE DIRECTORY AND DOMAIN to assign group policies and then use the group to access the SQL. That does not exist because to start with I do not have the windows server operating system.
Any suggestion????
Last edited: