Hi,
the read-only setting occurs also if you do not use complex JOIN request to form the VIEW.
🙏 Helfen Sie mit, unser LibreOffice Forum zu erhalten! 🙏
Mit Ihrer Spende sichern Sie den Fortbestand, den Ausbau und die laufenden Kosten dieses Forums. 🌱
🍀 Jeder Beitrag zählt – vielen Dank für Ihre Unterstützung!🍀
>> Dank Ihrer Unterstützung -> Keine Werbung für alle registrierten LibreOffice-Forum User! <<
🤗 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: 6400
- Fr 8. Apr 2011, 17:35
- Forum: LibreOffice Base
- Thema: BASE as frontend for MySQL views
- Antworten: 4
- Zugriffe: 6400
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: 6400
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...