1 (edited by manixs2013 2019-05-28 09:03:20)

Topic: SAVE FILE IN DATABASE

Hello MVD!

I found bug on the save file in the database...
1. I use the Copy properties
2. type is linkfile

In my project with SQLite database there is no problem... but Now, I used the MySQL database but the "save file in database" function does not copy the files to the folder location...

When you click the Open folder location... the path still on the source file location...

Please help!


Thanks!

Re: SAVE FILE IN DATABASE

Hello.


Property CopyTo does not work when you use MySQL

CopyTo property allows you to specify where you want to automatically copy the file path relative to the location of the database file.


When you use MySQL, MVD can't to know where MySQL database files are placed, MVD know only IP address.

Dmitry.

3 (edited by k245 2019-05-29 13:28:19)

Re: SAVE FILE IN DATABASE

DriveSoft wrote:

Property CopyTo does not work when you use MySQL

CopyTo property allows you to specify where you want to automatically copy the file path relative to the location of the database file.

When you use MySQL, MVD can't to know where MySQL database files are placed, MVD know only IP address.

Can in CopyTo property write the full path? 

d:\Photos\

or

\\Tetacomputer\DCIM\
Визуальное программирование: блог и телеграм-канал.

Re: SAVE FILE IN DATABASE

Yes, it works for full path.

Dmitry.

Re: SAVE FILE IN DATABASE

Thank you so much driveSoft for  enlighten me for this issue...