help with saving visual basic 6 data / variables
Started by
Samjula
, Feb 01 2007 12:48 PM
#1
Posted 01 February 2007 - 12:48 PM
#2
Posted 05 February 2007 - 11:42 AM
You should really use a database with your programme. VB will integrate with access quite well and will also integrate with MySQL, Postgre etc. with an ODBC.
If you don't want to use a database on the back end, you can just use a flat file system which will act as a database using separator characters between fields and users.
The database option is massively easier and more efficient. I don't really like access as a RDBMS but as the backend of a VB project it isn't too bad.
~Phil~
If you don't want to use a database on the back end, you can just use a flat file system which will act as a database using separator characters between fields and users.
The database option is massively easier and more efficient. I don't really like access as a RDBMS but as the backend of a VB project it isn't too bad.
~Phil~
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users