Is there any alternative file based database which I can easily design using graphic UI, while allow me to store the file on Onedrive business and link to my sqldatasource in asp.net.
Many thanks
Thanks. I will try to credit the ones who helped but most important is we really do sincerely thanks to all who have helped.
No. File based databases all require a file path as part of their connection string. Therefore the file must at least be accessible within the same network. All the ones that I have ever worked with must actually be located on the same machine as the application
that uses them.
Participant
753 Points
2406 Posts
Sqldatasource from db in onedrive..how?
May 25, 2019 08:27 PM|hkbeer|LINK
I wish it point to such file saved in my Onedrive for business or stored in Sharepoint server instead.
Is this possible and if so how?
Thanks
www.developerfusion.com/tools/convert/csharp-to-vb/
All-Star
194490 Points
28078 Posts
Moderator
Re: Sqldatasource from db in onedrive..how?
May 25, 2019 08:53 PM|Mikesdotnetting|LINK
Participant
753 Points
2406 Posts
Re: Sqldatasource from db in onedrive..how?
May 26, 2019 04:09 AM|hkbeer|LINK
Thanks. So I am giving up using Access.
Is there any alternative file based database which I can easily design using graphic UI, while allow me to store the file on Onedrive business and link to my sqldatasource in asp.net.
Many thanks
www.developerfusion.com/tools/convert/csharp-to-vb/
All-Star
194490 Points
28078 Posts
Moderator
Re: Sqldatasource from db in onedrive..how?
May 27, 2019 07:29 PM|Mikesdotnetting|LINK
No. File based databases all require a file path as part of their connection string. Therefore the file must at least be accessible within the same network. All the ones that I have ever worked with must actually be located on the same machine as the application that uses them.