Please help..revGetDatabaseDriverPath (possible bug)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Please help..revGetDatabaseDriverPath (possible bug)
hi everyone....
When I create a standalone (windows), the command RevSetDatabseDriverPath and the function RevGetDatabaseDriverPath DO NOT WORK.
In the IDE, everything works perfect......
In my standalone settings, I tried both "Searching" for externals....and selecting all of them. Same result for both....
What isn't being included in my standalone? the db files and externals seem to be there.....
so weird....where can I look? ... what can I do to get it to work?
Thanks ahead of time....
PS> Using 6.5.2
When I create a standalone (windows), the command RevSetDatabseDriverPath and the function RevGetDatabaseDriverPath DO NOT WORK.
In the IDE, everything works perfect......
In my standalone settings, I tried both "Searching" for externals....and selecting all of them. Same result for both....
What isn't being included in my standalone? the db files and externals seem to be there.....
so weird....where can I look? ... what can I do to get it to work?
Thanks ahead of time....
PS> Using 6.5.2
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Please help..revGetDatabaseDriverPath (possible bug)
What is the error message you're getting?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Please help..revGetDatabaseDriverPath (possible bug)
I found this bug report ..and confirm this is the bug I am experiencing..... the bug report contains a workaround that works for now.....
And found out, SQL drivers got an upgrade in next version.
http://quality.runrev.com/show_bug.cgi?id=10207
Ty.
And found out, SQL drivers got an upgrade in next version.
http://quality.runrev.com/show_bug.cgi?id=10207
Ty.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Please help..revGetDatabaseDriverPath (possible bug)
Peter submitted that as a feature request, and indeed it's a welcome one, updating the SQLite engine and providing hooks for its additional packages like FTS.
But I didn't see a bug report there about a difference in behavior between the IDE and a standalone. If there is such a bug the recipe should be submitted in time for the upcoming build.
Central to that is to identify the specific error you're encountering. What is the value of "the result" right after you call revSetDatabaseDriverPath?
And why do you call that? Normally the DB drivers are included in a folder with the standalone that the included LC libraries will find by themselves. Are you changing the location of those? If so, where are they relative to your app?
But I didn't see a bug report there about a difference in behavior between the IDE and a standalone. If there is such a bug the recipe should be submitted in time for the upcoming build.
Central to that is to identify the specific error you're encountering. What is the value of "the result" right after you call revSetDatabaseDriverPath?
And why do you call that? Normally the DB drivers are included in a folder with the standalone that the included LC libraries will find by themselves. Are you changing the location of those? If so, where are they relative to your app?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Please help..revGetDatabaseDriverPath (possible bug)
Oooposs...
I posted the wrong link to the wrong bug report....
http://quality.runrev.com/show_bug.cgi?id=11747
I was calling those functions because I suspected the error was happening in relationship to the database drivers.... so i was trying to see if setting my own path would fix it..... and on it went from there.
Thanks Richard, I am confident this will get fixed in upcoming releases....the workaround works, so i'm ok to go forward. Have a great weekend.
I posted the wrong link to the wrong bug report....
http://quality.runrev.com/show_bug.cgi?id=11747
I was calling those functions because I suspected the error was happening in relationship to the database drivers.... so i was trying to see if setting my own path would fix it..... and on it went from there.
Thanks Richard, I am confident this will get fixed in upcoming releases....the workaround works, so i'm ok to go forward. Have a great weekend.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Please help..revGetDatabaseDriverPath (possible bug)
Ah - thanks for the link.
BTW, I like the sharing focus of makeshyft.com.
Have a great weekend.
BTW, I like the sharing focus of makeshyft.com.
Have a great weekend.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Please help..revGetDatabaseDriverPath (possible bug)
Thanks bro...I recommend it (giving) to everyone....lol.....I don't remember any other way to do it.....helps in stumbling onto some epic ideas.
Cheers

Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com