50٪ تخفیف روی تمام دوره‌ها!
پایان تخفیف تا:
مشاهده دوره‌ها
0

خطا در خروجی گرفتن ACCDE در MS Access

سلام

در برنامه ماکروسافت اکسس دیتابیسی ساخته شده و قبل از Split کردن دیتابیس به راحتی با فرمت ACCDE خروجی داده میشد ولی بعد از Split کردن دیتابیس با خطای

سلام 
در برنامه ماکروسافت اکسس دیتابیسی ساخته شده و قبل از Split کردن دیتابیس به راحتی با فرمت ACCDE خروجی داده میشد ولی بعد از Split کردن دیتابیس با خطای 
||https://tosinso.com/files/get/ab8a9780-16c1-4a6f-a4e5-4467afaa8594||


با متن 
<text>
This error is usually associated with compiling a large database into an MDE file.  Because of the method used to compile the database, a considerable number of TableID references are created for each table.  The Access database engine can only create a maximum of 2048 open TableIDs at one time.  Exporting a database as an MDE potentially can exceed this limit if the database has a large number of objects (table, macro, form, report, etc).
There is no accurate method to estimate the number of TableIDs the Access database engine uses during the process of compiling a database as an MDE.  However, each VBA module and each form uses one TableID, as a result, if the database has 500 forms, and each form's HasModule property is set to Yes, as many as 1,000 TableIDs are used.

<text>

نمیش داده میشود لطفا راهنمای کنید که به چه صورت باید این خطا رو برطرف کرد .

تشکر

با متن

This error is usually associated with compiling a large database into an MDE file.  Because of the method used to compile the database, a considerable number of TableID references are created for each table.  The Access database engine can only create a maximum of 2048 open TableIDs at one time.  Exporting a database as an MDE potentially can exceed this limit if the database has a large number of objects (table, macro, form, report, etc).
There is no accurate method to estimate the number of TableIDs the Access database engine uses during the process of compiling a database as an MDE.  However, each VBA module and each form uses one TableID, as a result, if the database has 500 forms, and each form's HasModule property is set to Yes, as many as 1,000 TableIDs are used.

نمیش داده میشود لطفا راهنمای کنید که به چه صورت باید این خطا رو برطرف کرد .

تشکر

پرسیده شده در 1397/02/24 توسط

1 پاسخ

2

مشکل برطرف شد .

راه حل : خطای دریکی از ماژول ها ایجاد شده بود که بعد از split کردن دیتابیس اضافه شده بود .

این خطا در دزمان کامپایل کردن دیتابیس تشخیص داده نمیشد و صرفا باید در محیط vba یک بار کامپایل انجام میشد تا خطای موجود در کد نویسی ها برسی میشد .

نتیجه : بعد از کامپایل کردن در محیط کد نویسی و برطرف کردن خطا برنامه به راحتی با فرمت accde خروجی دریافت کردم .

پاسخ در 1397/02/24 توسط

پاسخ شما