VB6 has a sample application called VisData. Do a search of your hard disk if you don't know where the samples are. Visdata can read most databases and export them to most databases. Its in source code and helps me a great deal when working out Database problems. So if you can get your head around how visdata does it, you could programme to do the same thing. (Or just use visdata to do it). When running sample apps ALWAYS run the vbp from explorer (rather than load from VB6). This ensures that it finds the files it needs. I thought every sample app didn't work till I worked that out.
Comment