Forum Moderators: open
Worldship uses ODBC to establish a connection with the DB. it was very confusing, as the map just asked for the server name, username and password. it did not ask for the database name, which confused me, as you could have multiple DBs under one IP, each with different login info.
I could not get the connect to work. Anyone had any experience with this, or any suggestions?
I wrote a little utility that pulled my order crud down from a remote database to a local machine as a .net dataset. Then I bound that stuff to a spreadsheet. The users import the spreadsheet into Worldship so they don't have to manually enter the orders. Sounds like the exact same thing you're doing.