I recently discovered a free DLL Export Viewer, and found it very useful in working on my DLL. Basically you point it at any DLL, such as those that are part of DBPro, and it displays the mangled-named exports of the DLL in a nice list. You can then copy items from the list and paste them elsewhere. It's much easier than loading a DLL into Notepad and trying to extract the mangled names that way.
I also found it useful in creating my string table, by pointing it at my own DLL so I could get at the mangled names of my functions.
Get it here:
http://www.nirsoft.net/utils/dll_export_viewer.html
I (think) I have attached a screen shot.
Hope this proves as useful to y'all as it did to me.
"The early bird may get the worm, but the second mouse gets the cheese."