Is it possible to read/write dbase file?
Blitz3D Forums/Blitz3D Beginners Area/Is it possible to read/write dbase file?
| ||
| Hi all, I am just curious: is it possible to r/w standard dbase file (e.g. .dbf or .mdb) in Blitz3D? Thanks in advance. Sammy :) |
| ||
| Yes you can read and write any file you want of any extension. You just need to know the format of the file. IE: When to read bytes, integers, floats, strings, etc. |
| ||
| There's a database userlib in Toolbox->DLL Is that what you're talking about? |
| ||
| Yes, exactly!! Thank you so much. Sammy :) |