List&Label Windows on SQL Server

Hello,

I would like to know if it is possible in the Windows designer, when I save the label, if instead of saving a file, we save it in a SQL Database. And then call it to preview it.

If so, can you explain how I do the same.

Thank you for your attention,
Tiago Martins.

Hi Tiago,

Assuming you’re on .NET, you’d need to use the repository mode then. Here’s a detailed tutorial:

It also contains a reference to the ASP.NET samples that come with a repo based on SQLite that should be easily adaptable.