Activity for Marciel Degasperi

  • Marciel Degasperi Marciel Degasperi committed [94bedd] on Code

    Small bugfixes.

  • Marciel Degasperi Marciel Degasperi modified ticket #133

    How to add BMP image in OLE field

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #133

    Hi, Thanks for reporting. Unfortunately, there is currently no way to upload an image with MDB Admin. There is very few documentation about the OLE format, so I haven't found ways to create the necessary file headers. Either way, I'll keep this ticket open and do further research at this point.

  • Marciel Degasperi Marciel Degasperi modified ticket #130

    DBPROP_JETOLEDB_COL_COMPRESSED not set w Add Column

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #130

    I tried several ways, but each time an error occurred when trying to change this property via ADOX. I think it's a bug in this library, but the equivalent property ("Jet OLEDB:Compressed UNICODE Strings") cannot be set. The only way to add a command to configure this option would be to use some resource external to ADOX, such as an SQL command. However, this adds a layer of complexity to the application, which I intend to avoid until more similar functionality is needed. Alternatively, you have a...

  • Marciel Degasperi Marciel Degasperi modified ticket #132

    conversione mdb

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #132

    Grazie per la segnalazione. Per effettuare la conversione è necessario installare il "Microsoft Access Database Engine Redistributable 32bits". Puoi ottenerlo dalla pagina ufficiale di Microsoft o dai collegamenti disponibili con il progetto.

  • Marciel Degasperi Marciel Degasperi modified ticket #131

    Microsoft Access Database Engine Redistributable 32-bit is no longer available

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #131

    Thanks for reporting. You can use the 2016 version without any problems. Enter the link below and select the 32-bit version when prompted: https://www.microsoft.com/EN-US/DOWNLOAD/confirmation.aspx?id=54920 I will update the main link.

  • Marciel Degasperi Marciel Degasperi posted a review on MDB Admin

  • Marciel Degasperi Marciel Degasperi committed [419f31] on Code

    New option "Copy All" in properties window.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #130

    Ok, I got it. I'm going to do some tests, but I believe it is not possible to change this property, as well as others properties. MDB Admin uses ADOX, and this has some limitations. If it is possible, I will add the option to the columns "Edit" menu. Meanwhile, you can create columns with the instruction below: ALTER Table Movies ADD Column COUNTRY3 TEXT(60) WITH COMPRESSION

  • Marciel Degasperi Marciel Degasperi modified ticket #130

    DBPROP_JETOLEDB_COL_COMPRESSED not set w Add Column

  • Marciel Degasperi Marciel Degasperi modified ticket #130

    DBPROP_JETOLEDB_COL_COMPRESSED not set w Add Column

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #130

    Thanks for reporting. I am unable to reproduce the problem. In my tests, columns created by the table creation wizard or the column creation wizard were generated with the mentioned option. Please detail step by step how you encountered the problem. If possible, send a database file with a test case.

  • Marciel Degasperi Marciel Degasperi modified ticket #130

    DBPROP_JETOLEDB_COL_COMPRESSED not set w Add Column

  • Marciel Degasperi Marciel Degasperi committed [6009ef] on Code

    Add inno setup config files.

  • Marciel Degasperi Marciel Degasperi committed [08b33d] on Code

    Minor fixes in translation

  • Marciel Degasperi Marciel Degasperi modified ticket #129

    Can't save

  • Marciel Degasperi Marciel Degasperi committed [8133e1] on Code

    Corrections and optimization when exporting tables.

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #129

    I got it. You are using "View/Edit Data" option to create the SQL code. Using this option, you cannot change or save the generated SQL, as this is a feature designed only to view table data. You can use the "Template"->"SELECT" option to create a basic SQL from the table, which can be edited and saved as needed. You can also drag the table to the editing area, and a menu with templates will be displayed. Note that the Save option saves the SQL code as a file. To save edits to the table data, use...

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #129

    I got it. You are using "View/Edit Data" option to create the SQL code. Using this option, you cannot change or save the generated SQL, as this is a feature designed only to view table data. You can use the "Template"->"SELECT" option to create a basic SQL from the table, which can be edited and saved as needed. You can also drag the table to the editing area, and a menu with templates will be displayed.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #129

    I got it. You are using "View/Edit Data" option to create the SQL code. Using this option, you cannot change or save the generated SQL, as this is a feature designed only to view table data. You can use the "Template"->"SELECT" option to create a basic SQL from the table, which can be edited and saved as needed.

  • Marciel Degasperi Marciel Degasperi modified ticket #129

    Can't save

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #129

    Thanks for reporting. Could you please send a screenshot of this problem? In my tests I was unable to reproduce what you reported. See image below. However, I identified another issue when saving edited SQL files, which was fixed in version 2.5.11.830.

  • Marciel Degasperi Marciel Degasperi committed [5e4d82] on Code

    Fixed issue when saving edited SQL files;

  • Marciel Degasperi Marciel Degasperi modified ticket #127

    Error: Syntax error in FROM clause

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #127

    Thanks for reporting. Fixed in version 3.5.10.823.

  • Marciel Degasperi Marciel Degasperi modified ticket #128

    Error: Invalid file "المحاسب الذكي.lnk".

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #128

    Thanks for reporting. Fixed in version 3.5.10.823.

  • Marciel Degasperi Marciel Degasperi committed [53f0a4] on Code

    Ticket #127: Syntax error duplicating a table with special chars in name;

  • Marciel Degasperi Marciel Degasperi modified ticket #128

    Error: Invalid file "المحاسب الذكي.lnk".

  • Marciel Degasperi Marciel Degasperi modified ticket #126

    Error: 无效的 SQL语句;期待 'DELETE'、'INSERT'、'PROCEDURE'、'SELECT'、或 'UPDATE'。

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #126

    Thanks for reporting. I tested your SQL and it worked as expected. I think you selected a part from the query when executing, this instructs MDB Admin to only execute the selected text, which may have caused the problem. See the images for more details.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #126

    Thanks for reporting. I tested your SQL and it worked as expected. I think you selected an excerpt from the query when executing, this instructs MDB Admin to only execute the selected text, which may have caused the problem. See the images for more details.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #125

    Hi, thanks for reporting. The terms “user” and “password” are reserved words in SQL. To use them as column names, you need to add square brackets to them. See the example below: INSERT INTO [User](id, username, [password]) VALUES ('0001','zhangsan','123456'); INSERT INTO [User](id, username, [password]) VALUES ('0002','lisi','12345'); INSERT INTO [User](id, username, [password]) VALUES ('0003','wangwu','1234'); It is not recommended to use reserved words as database element identifiers. Try choosing...

  • Marciel Degasperi Marciel Degasperi modified ticket #125

    Error: INSERT INTO 语句的语法错误。

  • Marciel Degasperi Marciel Degasperi modified ticket #124

    How to convert .mdb file to .accdb

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #124

    Hi, thanks for reporting. Please check if you followed all the steps: 1- Close MDB Admin, if it is running. 2- Install "Microsoft Access Database Engine Redistributable" 32bits. MDB Admin is a 32bit application, so the 64bit version of the engine will not work. 3- Open MDB Admin. You can check whether you have installed the correct version of the engine via MDB Admin, in the "Help" -> "About" menu. 4- Open you MDB file. 5- Access the menu "Database"->"Tools"->"Convert MDB <-> ACCDB". If it still...

  • Marciel Degasperi Marciel Degasperi modified ticket #123

    Error: 在 SQL 语句结尾之后找到字符。

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #123

    Hello, according to Google Translator you are executing SQL with an invalid character at the end of the statement. Please review your SQL and try again.

  • Marciel Degasperi Marciel Degasperi modified ticket #121

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #121

    Hello, thanks for reporting. I made a fix to optimize memory usage, and I hope it solves the problem you encountered. Please update MDB Admin to the latest version (2.5.9). I successfully tested these settings in a virtual machine with 1.5GB RAM exporting a 750MB database. Please let me know if the issue persists for you.

  • Marciel Degasperi Marciel Degasperi committed [bc63d1] on Code

    Ticket #121: Dump memory utilization optimized (again).

  • Marciel Degasperi Marciel Degasperi modified ticket #122

    Error: Spreadsheet is full

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #122

    Hi, Thanks for reporting. If you export a MDB file to Excel, it generate a XLS spreadsheet. XLS spreadsheets supports only 65536 rows. You can try converter MDB to ACCB and after export to excel. This way the output file will be XLSX, which supports up to 1048576 lines. But if your table has more than 1048576 rows, you need choose another output format.

  • Marciel Degasperi Marciel Degasperi modified ticket #121

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #117

    Hi, I can't open your file because it is password protected. This error can occur if the file is already opened by Access or another editor. Try closing other apps and try again. Best regards,

  • Marciel Degasperi Marciel Degasperi modified ticket #117

    Error: The process cannot access the file because it is being used by another process

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #117

    Hey, I can't open your file because it is password protected. This error can occur if the file is already opened by Access or another editor. Try closing other apps and try again. Best regards,

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #120

    Hi Ron, Thanks for the suggestion. Your request has been implemented in version 2.5.8. Best regards.

  • Marciel Degasperi Marciel Degasperi modified ticket #120

    Enhancement to PostgreSQL dump facility

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #120

    Hi Ron, Thanks for the suggestion. Your request has been implemented in version 2.5.8. Best regards.

  • Marciel Degasperi Marciel Degasperi modified ticket #120

    Enhancement to PostgreSQL dump facility

  • Marciel Degasperi Marciel Degasperi committed [479487] on Code

    Add "Add quotes to all names" in Dump Options window (ticket #120);

  • Marciel Degasperi Marciel Degasperi modified ticket #118

    Error: Syntax error in INSERT INTO statement

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #118

    Closed due lack of information

  • Marciel Degasperi Marciel Degasperi committed [d005f2] on Code

    Small bugfixes

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #118

    Hi, Can you send me your SQL?

  • Marciel Degasperi Marciel Degasperi modified ticket #116

    Error: Dépassement d'un champ numérique

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #116

    Hi, you are probably inserting a numerical value greater than the defined value for the column. Check the data type of your table columns.

  • Marciel Degasperi Marciel Degasperi modified ticket #115

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #115

    Closed due to lack of information

  • Marciel Degasperi Marciel Degasperi modified ticket #112

    Error: Not enough space on temporary disk

  • Marciel Degasperi Marciel Degasperi modified ticket #114

    Edit table

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #114

    It will be implemented on ticket #21

  • Marciel Degasperi Marciel Degasperi posted a comment on discussion General Discussion

    Olá Marinaldo, tudo bem? Obrigado pelo feedback. Por favor, envie mais detalhes sobre as operações nas quais encontrou lentidão que verificarei o que pode ser feito.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #112

    Closed due lack of information. Its appear be a SO problema.

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #112

    Please send more details about this error.

  • Marciel Degasperi Marciel Degasperi posted a comment on discussion General Discussion

    Hi Martin, you need install "Microsoft Access Database Engine Redistributable" 32bits, which can be found at the link below: https://www.microsoft.com/en-us/download/details.aspx?id=13255 This engine is required to work with new Access database format.

  • Marciel Degasperi Marciel Degasperi modified a comment on ticket #111

    Fixed in version 2.5.6.798

  • Marciel Degasperi Marciel Degasperi modified ticket #111

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #111

    Fixed in version 2.5.6.799

  • Marciel Degasperi Marciel Degasperi committed [e9e53f]

    Ticket #111: Dump memory utilization optimized.

  • Marciel Degasperi Marciel Degasperi modified ticket #111

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi committed [f3163a]

    New language pack

  • Marciel Degasperi Marciel Degasperi committed [6dff84]

    Small bugfixes in template queries generation.

  • Marciel Degasperi Marciel Degasperi modified ticket #108

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #108

    Closed due lack of information.

  • Marciel Degasperi Marciel Degasperi modified ticket #110

    Error: Cannot create file "C:\Program Files (x86)\AthenaCentral\AthenaCentral2020\athenatest.sql". Access is denied

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #110

    This is not an MDB Admin problem. Apparently, your Windows user does not have permission to edit or save files in the path "C:\Program Files (x86)\AthenaCentral\AthenaCentral2020\".

  • Marciel Degasperi Marciel Degasperi modified ticket #109

    Error: Cannot create file "C:\Program Files (x86)\AthenaCentral\AthenaCentral2020\athenatest.sql". Access is denied

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #109

    This is not an MDB Admin problem. Apparently, your Windows user does not have permission to edit or save files in the path "C:\Program Files (x86)\AthenaCentral\AthenaCentral2020\".

  • Marciel Degasperi Marciel Degasperi modified ticket #106

    Error: Record(s) cannot be deleted; no delete permission on 'MyInformation'

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #106

    Closed due lack of information.

  • Marciel Degasperi Marciel Degasperi modified ticket #107

    Error: Record(s) cannot be read; no read permission on 'MyInformation1'

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #107

    Closed due lack of information.

  • Marciel Degasperi Marciel Degasperi modified ticket #108

    Error: Out of memory

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #108

    Thanks for reporting. Can you send me your database file?

  • Marciel Degasperi Marciel Degasperi created ticket #41

    Add "Serializable" to classes to avoid "NotSerializableException" in Jasper

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #106

    It looks like your database is corrupted. Can you send the mdb file for me to check?

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #107

    It looks like your database is corrupted. Can you send the mdb file for me to check?

  • Marciel Degasperi Marciel Degasperi modified ticket #105

    SQL dump for SQLite uses wrong representation of Infinity and NaN

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #105

    Fix in version 2.5.4. Since there is no representation for NaN and Infinity in SQL, I had these values converted to NULL, with a little comment showing the original value. Thanks for reporting.

  • Marciel Degasperi Marciel Degasperi committed [335276]

    Fix ticket #105.

  • Marciel Degasperi Marciel Degasperi modified ticket #100

    Error: Invalid class string, ProgID: "DAO.DBEngine.120"

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #100

    Please install "Microsoft Access Database Engine Redistributable" 32bits, which can be found at the link below: https://www.microsoft.com/en-us/download/details.aspx?id=13255

  • Marciel Degasperi Marciel Degasperi modified ticket #105

    SQL dump for SQLite uses wrong representation of Infinity and NaN

  • Marciel Degasperi Marciel Degasperi posted a comment on ticket #105

    I haven't found a way to insert NaN or infinity into an Access database. Can you send me your database with these conditions?

  • Marciel Degasperi Marciel Degasperi modified ticket #104

    SQL dump should be in UTF-8, in order to support accented characters

1 >