Have a specific problem with images stored in a database with file name that contains the character ":". The file name has identity with the date and time such as. "2015-06 -13 _ 05:13:25_256". It is no problem to handle this type of file name in B4A.
But.. With B4J you cannot copy (file copy), rename (MF_file, rename) or read a blob (file. Openoutput) from the database and save with ":" in the filename. On the other hand, it has been good to write in the database then the file name is a string and file data is a blob in a table .
Is there any tricks to deal with ":" in filename with B4J?
In other cases, I have to rule out the ":" in the file names and convert B4A app and WEB App in B4j and convert the database, a huge job!!!
But.. With B4J you cannot copy (file copy), rename (MF_file, rename) or read a blob (file. Openoutput) from the database and save with ":" in the filename. On the other hand, it has been good to write in the database then the file name is a string and file data is a blob in a table .
Is there any tricks to deal with ":" in filename with B4J?
In other cases, I have to rule out the ":" in the file names and convert B4A app and WEB App in B4j and convert the database, a huge job!!!