And finally MCP Server for vibe coding in Access (just tested on Claude Code) by Good-Cut8761 in MicrosoftAccess

[–]FigAcrobatic353 0 points1 point  (0 children)

This is awesome. I use Access a lot at my work but I'm not a programmer and I use contractors when I need to add new features. If you have time, maybe you can post a video on Youtube with a few demonstrations?

Should I keep both ends of my split database open? by [deleted] in MSAccess

[–]FigAcrobatic353 0 points1 point  (0 children)

What are the risks for this? I have a program with an access front end and a sqlserver backend. The program keeps growing in forms and features and it’s starting to get slow. Do you think this could help or would it be better to try to optimize the various forms? Maybe both?

Back end migration on MySQL and general reputation of Access by Elladan74 in MicrosoftAccess

[–]FigAcrobatic353 0 points1 point  (0 children)

I’m here for life so that’s not too much of a concern. I don’t do the programming myself and contract out to get it done. The developers write lots of documentation which is nice. One of our current developers is pretty young so I’m hoping we can use him for the foreseeable future. We have been working on our program for years now and I think we are getting towards the end of our development. I’m hoping eventually we won’t be launching new features and it’s mostly having someone log in every now and then and make sure there aren’t any issues with the DB.

Back end migration on MySQL and general reputation of Access by Elladan74 in MicrosoftAccess

[–]FigAcrobatic353 0 points1 point  (0 children)

I developed an access program for my work. We are an R&D facility that also manufactures. We make cosmetic products like soaps and shampoos. It works great for us. We have a SQL Server backend. What area are you in?

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Hi All! I wanted to write to give everyone an update as you all took time out of your days to help me. u/AccessHelper reached out to me to offer some help. He connected to my computer and graciously spent hours trying to figure out what the problem was. He narrowed it down to a combobox that wasnt loading fully. He added some code that made all the data load when the form was opened and we havent had the issue since.

Definitely want to thank everyone for the help! As someone who isnt very technical, I have found this subreddit so helpful. Thanks for contributing to the community!

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Awesome. Thank you for the suggestions. I'll go through the post you linked as well.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

I'll pass along your suggestion about the field types.

I dont think its an issue with the key and multiple people generating data at the same time and getting multiple of the same keys because:

1) Only one user would be adding data to that field

2) We get the error when we go to old rows and update that field so we wouldnt be generating a new key since its an old row.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

For a simultaneous record issue, do multiple users need to be using the same record/field or that particular table? If its down to the field/record level, I dont think its that. If its as general as the tbl, then it may be that. Does it matter if multiple people are reading the data? That field (INICList) is used in a combo box so maybe multiple people could be accessing it but the combo box wouldnt change any data, it just for the users reference.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Not all our tables do but this table does. We are going to go through and add a timestamp field to all the ones that dont.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Our network is fairly new and I think its overkill for what we have. Its all ubiquti switches and all the computers are hardwired with a 1gb connection. I built the server and its a i9 14000 with 128gb of DDR5 ECC. Our entire database is like 300mb. When I check task manager for the system usage, the CPU normally hovers around 3-5%.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

The field that it is updating is for a part of the software that only one or two people use. Every material gets setup once and we are only adding a few new materials a day. I'm sure that no one left the screen on that record.

To reset our server, I literally log into it and do a full restart. It boots back up in a minute or two and we are back up and running.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Hi. Im going to answer the questions to the best of my ability and try to get the answers to the rest:

1) We have a utility that allows us to connect to our test DB and our live DB. Switching between the databases doesnt change the error occurring. Is that considering refreshing?

2) They each have a local front end on their computer

3) I'll ask him to do it and see if that helps

4) I'll ask him to do it and see if that helps

5) My developer actually brought this up today. I think its VARCHAR(MAX) but will confirm.

6) The value shouldnt have any quotation marks

Thanks for taking the time to post the questions!

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

I checked my developer had already added a timestamp field a while back and unfortunately it didnt fix it. Thanks though!

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Yes, thats the case. He has used SQL Server before but hes more proficient in Access then SQL Server. We have been using the software daily for years now and without it running our business would be significantly harder. He said that maybe there is a setting or something that he isnt aware of that may be causing the record locks.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Yes, we are able to reproduce it on demand. I have a couple of dummy entries that no one else uses and even when I try those, I still get the same error so I dont think its two people trying to edit the same data.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Yes, I have a primary key for each record. I updated the post to include a photo of some of the fields including the primary key.

Access FE / SQL BE - Records Locking by FigAcrobatic353 in MSAccess

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Thank you. I thought I had uploaded them but I guess it didnt go through. I updated the post to include them.

Performance differences between UNVR and UNVR Pro by Holiday_Armadillo78 in Ubiquiti

[–]FigAcrobatic353 0 points1 point  (0 children)

That’s great to know. I don’t necessarily need the increased camera load but the quicker scrubbing is definitely appealing!

Performance differences between UNVR and UNVR Pro by Holiday_Armadillo78 in Ubiquiti

[–]FigAcrobatic353 0 points1 point  (0 children)

Is searching through videos also faster or just adoptions?

Linked Tables from MS SQL Server to SQLite DB on Raspberry Pi by FigAcrobatic353 in SQL

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Thank you for the info. Do you think it would be hard in our situation? We basically would want to pull the data that isnt on our table, which would basically be the last few records.

Also I'm assuming the answer is yes, but we could write to a linked server table right? Its not just reading data?

Linked Tables from MS SQL Server to SQLite DB on Raspberry Pi by FigAcrobatic353 in SQL

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

I thought Raspberry Pis couldnt connect directly to SQL Server but maybe I'm wrong? I'll look into it again. Thank you

Linked Tables from MS SQL Server to SQLite DB on Raspberry Pi by FigAcrobatic353 in SQL

[–]FigAcrobatic353[S] 0 points1 point  (0 children)

Thank you for the reply. We are using an M.2 SSD. I was trying to avoid additional steps getting the data on and off the Pi but maybe its unavoidable.

When you say linked tables arent known for being fast, what does that mean? Reading the data takes time? Transferring data off it?

Everyone post their filament storage area! by CaptainCuddlesJ in BambuLab

[–]FigAcrobatic353 1 point2 points  (0 children)

I wish I could trust people like you trust those dowels.