Find Jobs
Hire Freelancers

fix ACCESS error 3340

$10-30 USD

Ditutup
Dibuat lebih dari 4 tahun yang lalu

$10-30 USD

Dibayar ketika dikirim
There is a problem with ACCESS that Microsoft is addressing. For now, I need someone to reprogram our queries as per suggestions given below Modify All Your Update Queries If you decide to modify your queries, you'll need to locate all the Update queries that trigger the error. These could be saved queries and SQL queries invoked in your code. Once you identify them, you'll need to modify them so they update the results of another query, rather than updating a table directly. These examples are provided by Microsoft in the referenced page above. For example, if you have this query which gets flagged as corrupt: UPDATE Table 1 SET [login to view URL] = "x" WHERE ([Table1].[Field2]=1); You can create a new query (Query1) defined as: SELECT * from Table1; And update your original query to: UPDATE Query1 SET [login to view URL] = "x" WHERE ([Query1].[Field2]=1); By replacing all references to Table1 with Query1 this will produce the same results and avoid the error. Not a Best Practice Needless to say, this is a brutal exercise that would need to be performed for every one of your databases, and retested before you deploy it again. It's also not considered a "Best Practice", so the effort does not produce a long term benefit. Total Access AnalyzerIf you have our Total Access Analyzer program, it documents your database queries and identifies which ones are Update queries, so that can help. It also identifies unused queries, so you may be able to delete some without the need to modify them. Replace Tables with Queries An alternative is to replace the affected tables with queries. For instance, you can rename "tblCustomer" to "tblCustomer_shadow", then create a query called "tblCustomer" that is query on the shadow table. SELECT * FROM [tblCustomer_shadow] With this, all the queries that reference tblCustomer, now reference the query. Since the Update query bug doesn't apply to queries that update queries, this eliminates the need to modify the individual queries. However, there's a limitation. Any code that tries to open the table fails if the table is now a query. This would include comments like: [login to view URL] Macros that open a table TableDef or TableDefs collection OpenRecordset commands with explicit table options
ID Proyek: 22520767

Tentang proyek

3 proposal
Proyek remot
Aktif 4 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
3 freelancer menawar dengan rata-rata $47 USD untuk pekerjaan ini
Avatar Pengguna
Hi, Not sure what is the exe file that you have shared. Kindly provide more details about the purpose of the exe file. Let me introduce myself as an expert in MS Access programming. I have worked extensively on MS Access 97,2000, 2003, 2007,2010,2013, 2016 projects both big and small using MS Access as a front end as well as back end. I have worked on Forms, Queries, Modules, Reports, Sub Reports, Macros, Switch Board Manager, Linked Table Manager etc. Looking forward to working with you. Thanks
$100 USD dalam 5 hari
5,0 (4 ulasan)
3,9
3,9
Avatar Pengguna
Hello, Greetings! ******************** I will SATISFY YOU******************** I will do my best for you. Looking forward to hearing from you and thank you for your consideration. Best Regards Lovely RealMan!
$20 USD dalam 7 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera UNITED STATES
brooklyn, United States
5,0
1
Memverifikasi Metode pembayaran
Anggota sejak Des 21, 2007

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.