in reply to Re: Re: getting the right stuff
in thread getting the right stuff

thanks a lot for the help!we can't get the server guys to put dbi on right now. it's a future type of thing. but i might try it on a different server just for practice. putting the slash in gives me the first and last item, but leaves out the middle one. do i need anything else in between those?

Replies are listed 'Best First'.
Re: Re: Re: Re: getting the right stuff
by dkubb (Deacon) on Feb 08, 2001 at 08:48 UTC

    I can't see anything physically wrong with the code you last posted. I would confirm in your data file that the MiddleName is even specified. Another possibility is the datasource isn't properly formatted, it would be very easy to miss a tab.

    You should start at the first point when you get the data and trace it through the execution of your program. Before and after each step where it could be modified, you should check it and make sure it's correct. The debugger or a few print statements should help you trace where the problem is.

    By the way, in the last code you posted, there were two lines of code that weren't being used for anything, as far as I could determine, the declaration of %data and %ref.