quote:
Originally posted by RileyM
Is ther a way to have a Microsoft Access database located on the internet and still be able to access it using Visual Basic 6?
yes, but the server with the Database on it would require a program.
then you connect to the IP of the server using Winsock api calls, send your (sql) command.
then have the program on the server execute the SQL, send back the results, then you parse them locally.
go look up some SQL tutorials for Program to Database connections if you dont know that already
.
as the for the Access file i dont understand, i dont use the Microsoft Access program if thats what you are talking about.
im sorry if this doesent help.