Is there any way to connect to a remote database on a web server like you can with ASP/VBScript?
The reason is that there are several drawbacks for using a web-based interface -- basically when you want to pull data into HTML controls to edit then save back to the database. Data gets chopped off at the first blank space in the data -- this is inacceptable. Also some of the undesireable limitations of ASP.
The app will be a desktop admin program anyway and not public access.
VB doesn't have these drawbacks. I know this is possible since StoreFront 5.0 has a Web Admin program that connects to a Web server DB and it doesn't have a web-based inteface.
I know it will still be a stateless app, but I can live with that.
David
The reason is that there are several drawbacks for using a web-based interface -- basically when you want to pull data into HTML controls to edit then save back to the database. Data gets chopped off at the first blank space in the data -- this is inacceptable. Also some of the undesireable limitations of ASP.
The app will be a desktop admin program anyway and not public access.
VB doesn't have these drawbacks. I know this is possible since StoreFront 5.0 has a Web Admin program that connects to a Web server DB and it doesn't have a web-based inteface.
I know it will still be a stateless app, but I can live with that.
David