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...
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.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.