-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup API does not work on 64-bit Excel #2
Comments
Are you perhaps using the 64-bit version of Excel? |
Yop |
Are you running the SQLiteForExcel_64.xlsm? |
I've downloaded the whole repository. Then I started the *_64.xlsm file. There's no line. Whole excel is crashing. |
I think it might be a problem with the backup API. |
Confirming 64 bit Excel crash on running AllTests. Yes indeed, you can comment out calling TestBackup and have the other tests run. Takes > minute to run the other tests. Trouble traced to SQLite3.dll, sqlite3_backup_step function.
|
I wonder what's wrong though - the declaration looks fine to me, comparing with the documentation here: https://www.sqlite.org/c3ref/backup_finish.html |
I have zero background in C, or any languages using pointers. (and its been decades since I could PEEK or POKE ...) I have a medium level background in VBA programming. My background in SQL is only as an end user, not as a DBA or DB programmer. So, not sure I can be of much help here?
|
Did you ever figure out what was going on here? I'm running SQLiteForExcel_64.xlsm on Excel 2016 64-bit |
@arildj78 I've not taken a closer look yet. I'd be interested if you find anything. |
Ok. I'm not sure if I need this function yet. I've never used SQLite and
just barely SQL. I'm now trying to use Excel as front-end for a DB project.
I'll update you if I stumble over the solution.
|
Sqlite3_64.bas or SQLiteForExcel_64.xlsm module "Sqlite3" before good job! |
@jikosan Cool - thanks for spotting that! |
If I try to run the "AllTests" method in the example project, excel crashes with the error:
"Excel has stopped working". Nothing else?
I'm using Excel 2013
The text was updated successfully, but these errors were encountered: