Quote:
Originally posted by Maverickz
Yes it most definatly is. All of the programs I have written (except a knockoff of a Megatouch game, I call Match'Em) have been database management applications. I have used MS Access, MS SQL-Server, Oracle 8i running on an HP Himalaya, and even MS Active Directory for databases.
Bottom line is VB can do just about anything with just about any database. Just create the forms to capture the data you need, and write the SQL statements to insert it. Make a connection to the DB and execute the statements.
This is no different with the database being hosted on another server... ie: the program will run on my machine in New Zealand the website host is in the USA!! It can connect to a database online?