نمایش نتایج 1 تا 2 از 2

نام تاپیک: اشكال در تبديل يك بانك حجيم اكسس به MDE

  1. #1
    کاربر دائمی آواتار soroush_k12
    تاریخ عضویت
    بهمن 1387
    محل زندگی
    گيلان
    پست
    283

    اشكال در تبديل يك بانك حجيم اكسس به MDE

    با سلام خدمت دوستان
    من فايل اكسسي دارم كه كمي اشياي اون زياد شده و در هنگام تبديل شدن به ام دي اي اين ارور رو ميده .
    معني ارور رو ميدونم ولي آيا راه حلي نداره؟
    با تشكر



    This error is usually associated with compiling a large database into an MDE file.  Due to the method used to compile the database, a considerable number of TableID references are created for each table.  The Microsoft Jet database engine version 4.0 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 Jet 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.
    More information about this error message online.

  2. #2

    نقل قول: اشكال در تبديل يك بانك حجيم اكسس به MDE

    نقل قول نوشته شده توسط soroush_k12 مشاهده تاپیک
    با سلام خدمت دوستان
    من فايل اكسسي دارم كه كمي اشياي اون زياد شده و در هنگام تبديل شدن به ام دي اي اين ارور رو ميده .
    معني ارور رو ميدونم ولي آيا راه حلي نداره؟
    با تشكر



    This error is usually associated with compiling a large database into an MDE file.  Due to the method used to compile the database, a considerable number of TableID references are created for each table.  The Microsoft Jet database engine version 4.0 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 Jet 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.
    More information about this error message online.

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

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •