JonnyBRadio
Programmer
I have an application that generates a DBF file at runtime, with a filename as specified by the user. It then saves that DBF file.
I have another application that needs to read that file. But everytime I try to open the table, I get
"PlaylistTable: Type mismatch for field 'SONGYEAR', expecting: Smallint actual: Float."
I dont understand, because the field SONGYEAR is a smallint field in both programs. I never designated it as a float anywhere.
If anyone has any ideas, I would REALLY appreciate them. I'm about to pull out my hair. Thanks!
I have another application that needs to read that file. But everytime I try to open the table, I get
"PlaylistTable: Type mismatch for field 'SONGYEAR', expecting: Smallint actual: Float."
I dont understand, because the field SONGYEAR is a smallint field in both programs. I never designated it as a float anywhere.
If anyone has any ideas, I would REALLY appreciate them. I'm about to pull out my hair. Thanks!