Activities of "alper"

Answer

No problem. hope it solves...

we'll respond in 24 hours.

Answer

your email rejects.

'mmaldonado@emscltd.com' on 21.07.2022 11:05  552 5.7.0 message content and attachment content guidelines. ku7-20020a170907788700b007052b183d51sm547237ejc.132 - gsmtp

Probably your email provider doesn't accept archive files containing code. We'll share with you a Google Drive link.

Suite doesn't check the version each time opens, so remove the project and add it again to see the version info.

my suggestion would be; create another field called ExternalId. This will be the ID field of your legacy database and you'll use guid/int for your new table. So you can still match your legacy table with this ExternalId.

Answer

hi, we send you an email containing the related files

Why do you use string primary key? Using string as the type of primary column is not a good approach because If our values can not be generated sequentially and with an Incremental pattern, this may cause database fragmentation and decrease the database performance.

The reason we put there is, sometimes you might need to migrate from a legacy database and you may want to first populate your new database table from a legacy string ID field table. In this case, you need to either change it to Guid, auto increasing numeric fields or you need to write a logic to create a unique value for each record after the Suite code generation.

Just send me your project details

  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

@FrancoisLabelle this is being tested and I'll write you the results

I reopened this issue. We are still on it.

Showing 321 to 330 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11