Hi,
the read-only setting occurs also if you do not use complex JOIN request to form the VIEW.
🍀 Das LibreOffice Forum braucht HEUTE Ihre Hilfe! 🍀
❤️ Spenden Sie jetzt und sichern Sie die Zukunft unseres LibreOffice-Forums ❤️
Ihre Spende hilft, die Community offen, werbefrei (bei Registrierung) und lebendig zu halten. Vielen lieben Dank!
>> Das LibreOffice-Forum lebt von Ihnen – und von vielen Experten, die freiwillig und kostenlos ihr Wissen teilen.<<
Als Dankeschön werden Sie im Forum als LO-SUPPORTER gekennzeichnet.
Die Suche ergab 3 Treffer
- Sa 9. Apr 2011, 00:08
- Forum: LibreOffice Base
- Thema: BASE as frontend for MySQL views
- Antworten: 4
- Zugriffe: 6994
- Fr 8. Apr 2011, 17:35
- Forum: LibreOffice Base
- Thema: BASE as frontend for MySQL views
- Antworten: 4
- Zugriffe: 6994
Re: BASE as frontend for MySQL views
Hi Andreas, if you check the MySQL (and many other SQL) databases you will see that VIEWS can be treated like regular tables although they are virtual tables. I use these type of table to regulate access to the tables behind instead of column access roles because you can define VIEW access roles lik...
- Do 7. Apr 2011, 09:41
- Forum: LibreOffice Base
- Thema: BASE as frontend for MySQL views
- Antworten: 4
- Zugriffe: 6994
BASE as frontend for MySQL views
Hi, I use OpenOffice 3.3 in a windows XP system, a XAMPP with MySQL 5.5.8 and ODBC 3.51 installation (as BASE database access mode ODBC or ODBC MySQL). When I define a VIEW as a virtual table in MySQL with all rights for the user, I am able to see the fields of the view in the tables of BASE, I am a...