Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. plymakr88

    Variables in URL....

    I'm new to programming, so I'm trying to write a small web form in VB.net. What I'm looking to do is click a button that opens a URL to an image. What I need, however, is to pass variables into the URL string. The URL passes various parameters that may change each time the button is clicked...
  2. plymakr88

    Excel field returning NULLS in SQL field...

    I forgot to mention that when I test the import links from within the ActiveX properties, I see the data fine. But when it's actually executed, it's NULLs. So I'm not sure why it will work in test mode, but not during execution.
  3. plymakr88

    Excel field returning NULLS in SQL field...

    Ok, I think I've narrowed it down a little more. It's when the two SQL fields are accessing the same column that I'm getting the problem. If I take away either one, the other works fine, but with both, the second link created receives NULLs. Any ideas concerning this?
  4. plymakr88

    Excel field returning NULLS in SQL field...

    I'm importing an Excel file into SQL using a DTS package. There's a column in the Excel file called 'Description.' There are two fields in my SQL table called 'DetailDesc' and 'ShortDesc.' Both of these fields point to the same 'Description' column in my Excel file. The only exception is...

Part and Inventory Search

Back
Top