[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2023-01-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

--- Comment #27 from jojel...@gmail.com ---
Below is a script to patch the affected libreoffice windows amd64 binary.
With the patched binary, I can now edit accdb database in libreoffice base.

(f='./LibreOffice/program/adolo.dll';export LC_CTYPE=C.iso8859-1;printf
'\xeb\x25'|dd of="$f" conv=notrunc,nocreat oflag=seek_bytes
seek=$(LC_CTYPE=C.iso8859-1 grep --only-matching --text --byte-offset -P
'\x32\xd2\x83' "$f"|grep --text -oP '.*?(?=:)') count=2)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2023-01-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

jojel...@gmail.com changed:

   What|Removed |Added

Version|Master old  -3.6|7.3.7.2 release

--- Comment #26 from jojel...@gmail.com ---
Launching below macro displays False which means there's *privilege stuff*
keeping us from editing table.

Sub Main
dim a,b as object
set a = ThisComponent.CurrentController.ActiveConnection
set b= ThisComponent.DataSource
set c=ThisComponent.CurrentController
print (a.IsreadOnly or b.IsreadOnly)
End Sub


https://github.com/LibreOffice/core/blob/5168d06b1302c43a305d0f670ee65079f21063b5/connectivity/source/drivers/ado/ADatabaseMetaData.cxx#L303-L354

Reference< XResultSet > SAL_CALL ODatabaseMetaData::getTablePrivileges(
const Any& catalog, const OUString& schemaPattern, const OUString&
tableNamePattern )
{
Reference< XResultSet > xRef;
HERE -->>if(!ADOS::isJetEngine(m_pConnection->getEngineType()))

https://github.com/LibreOffice/core/blob/a2c3ef6d8108355ce5daf6ff72310ac93ae745f0/connectivity/source/drivers/ado/adoimp.cxx#L192
As you can see in git blame. "Access 2007 Database" is not considered as Jet
Engine in 2001.. which is false.

This issue would be fixed if you add new jet engine type released after 2001..
Thank you for keeping this issue..

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2022-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Timur  changed:

   What|Removed |Added

URL|http://wiki.openoffice.org/ |https://wiki.documentfounda
   |wiki/Connecting_to_Microsof |tion.org/Faq/Base/How_to_co
   |t_Access|nnect_to_a_Microsoft_Access
   ||_database
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=91 |
   |189 |

--- Comment #25 from Timur  ---
Repro 7.4+ with 64-bit LO and 64-bit Access Database Engine 2016.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2022-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||8367

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2021-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

--- Comment #24 from QA Administrators  ---
Dear Alex Thurgood,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2019-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

--- Comment #23 from Alex Thurgood  ---
I no longer have a setup that allows me to test this. 

Either someone with the required Windows setup should test, or else this can be
closed as RESOLVED INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only with 32 bit and 64bit LibreOffice

2019-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

--- Comment #22 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/ updatable - read only with 32 bit and 64bit LibreOffice

2018-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

--- Comment #21 from Zineta  ---
Not editable MS Access table in:
LO 5.3.7.2; LO both mdb and accdb files via MS Access and MS Access 2007
drivers
respectively.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/ updatable - read only with 32 bit and 64bit LibreOffice

2017-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||113372


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113372
[Bug 113372] [META] Microsoft Access connectivity bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/ updatable - read only with 32 bit and 64bit LibreOffice

2017-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108445
 Depends on|108445  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108445
[Bug 108445] [META] Database import/open bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/ updatable - read only with 32 bit and 64bit LibreOffice

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Alex Thurgood  changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/ updatable - read only with 32 bit and 64bit LibreOffice

2017-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43187

Alex Thurgood  changed:

   What|Removed |Added

Summary|EDITING - MSAccess  |EDITING - MSAccess
   |2007/2010 (.accdb) table|2007/2010 (.accdb) table
   |data not editable/updatable |data not editable/updatable
   |- read only with 32 bit |- read only with 32 bit and
   |LibreOffice |64bit LibreOffice

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs