Difference between revisions of "Documentation/FAQ/Databases/MS Access"
(Created page with "{{DISPLAYTITLE: MS Access}} <section begin=question/> <INSERT QUESTION> <section end=question/> <section begin=answer/> <INSERT ANSWER> <section end=answer/> Category:Doc...") |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | + | [[Category:Documentation/FAQ/Databases]] | |
| − | + | {{Documentation/FAQTOC}} | |
| − | < | + | {{DISPLAYTITLE: Vase FAQ - MS Access}} |
| + | Search the FAQs: <googlefaq/> | ||
| + | This page has FAQs about formatting spreadsheets in OpenOffice Base. | ||
| + | This list is ordered by popularity. The most popular FAQs are at the top. But also have a look at the bottom to find any new entries. | ||
| − | < | + | <DPL> |
| − | < | + | category=Documentation/FAQ/Databases/MS_Access |
| − | < | + | ordermethod=counter |
| + | order=descending | ||
| + | replaceintitle=/Documentation.*\//, | ||
| + | secseparators=<br> | ||
| + | </DPL> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <table border=1 cellpadding=5 style="width:100%; border-collapse: collapse; border-color:#AAA; background-color:#EEE;"><tr> | ||
| + | <td> | ||
| + | ===Add a new FAQ entry=== | ||
| + | <inputbox> | ||
| + | bgcolor=#EEE | ||
| + | type=create | ||
| + | default=Documentation/FAQ/Databases/MS_Access/<FAQ_TITLE> | ||
| + | preload=Documentation/FAQ_Template | ||
| + | buttonlabel=Add new FAQ | ||
| + | break=no | ||
| + | </inputbox> | ||
| + | '''Instructions''' | ||
| + | * Do '''not ask questions''' here, but '''give answers'''. | ||
| + | * If you have a '''question to ask''', go to the [https://forum.openoffice.org/en/ User Forum]. | ||
| + | * Replace ''<FAQ_TITLE>'' part in the input box above by the title you would like to give the FAQ item and click '''Add New FAQ''' | ||
| + | </td></tr></table> | ||
[[Category:Documentation/FAQ/Databases/MS Access]] | [[Category:Documentation/FAQ/Databases/MS Access]] | ||
| − | |||
[[Category:Documentation/FAQ]] | [[Category:Documentation/FAQ]] | ||
Revision as of 11:23, 12 August 2022
Search the FAQs: <googlefaq/> This page has FAQs about formatting spreadsheets in OpenOffice Base. This list is ordered by popularity. The most popular FAQs are at the top. But also have a look at the bottom to find any new entries.
The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Documentation/FAQ/Databases/MS_Access') WHERE 1=1 AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 500 OFFSET 0
Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)
Add a new FAQ entryInstructions
|