Quote from
xpto on February 19, 2022, 6:42 pm
Thanks for the answer.
Example binary file in VB6:
Dim f As Long
f = FreeFile()
Open "C:\abc.dat" For Binary As #f
Put #f, , "This is the Test file."
Close #f
It would only be for local processing in situations where it is necessary to store data, but a complete SQL Database is not always necessary.
Regards
Thanks for the answer.
Example binary file in VB6:
Dim f As Long
f = FreeFile()
Open "C:\abc.dat" For Binary As #f
Put #f, , "This is the Test file."
Close #f
It would only be for local processing in situations where it is necessary to store data, but a complete SQL Database is not always necessary.
Regards