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 strongm 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: *

  • Users: sodakotahusker
  • Order by date
  1. sodakotahusker

    Database is growing without any new data

    I have a client who is using Access to access SQL server tables. He says that whenever he opens and closes Access, the size of the .mdb file grows - perhaps doubling its size. He said he tried to repair it and that took it down to 53 meg. However the problem continues. It's gotten up to 1.5...
  2. sodakotahusker

    Editing a previously saved package

    I had put these in the database. I have now gotten into using VS Integration services. This is really cool. I am developing on one machine with a certain location for text files being imported and a certain server - both of which will change when I deploy to the client. I used the Wizard to...
  3. sodakotahusker

    Editing a previously saved package

    I was afraid of that. Oh well. Steep learning curve here I come! Thanks, Denny!
  4. sodakotahusker

    Editing a previously saved package

    I ran the import wizard - saved the package but now I can't find it so I can even run it again. Do I have to make any changes to this guy in Visual Studio? I was trying to make this as simple and painless as possible.
  5. sodakotahusker

    Concurrency Problem

    I had to have a list control where the user could make multiple selections. My boss requires the use of data binding so that seem to leave out a listbox etc. The solution I ended up with is: I return a list of all potential items and a 1 if it already has been selected in the database, the...
  6. sodakotahusker

    rreturning sp_who data sorted

    I was not aware you could do that! I muddled through it and now this is doing what I wanted. Thanks a million! Don
  7. sodakotahusker

    rreturning sp_who data sorted

    Is there a way to select the results from a stored procedure so a sort order can be specified?
  8. sodakotahusker

    adding dynamic image to report

    Can I set up a report to apply a custom logo depending on the customer generating the report? If so, how?
  9. sodakotahusker

    Optimized query to return multiple values in one field

    Dang. That thread was longer than War and Peace, well, at least longer than the peace part. Should do the trick. Thanks so much.
  10. sodakotahusker

    Optimized query to return multiple values in one field

    I have to return a recordset combining a many to one relationship so I fill one field with a list of the values in the many side of the equation. So I want to bring back something like this 'Football',1997,'punt,pass,kick' 'Basketball',2001,'15,22,18,51,55' Looping through with a...
  11. sodakotahusker

    Authenication timesout at 20 minutes

    I included that in my first message of things that did not work. Thanks anyway 20 minutes is the default but I have changed the default but still not seeing the change.
  12. sodakotahusker

    Authenication timesout at 20 minutes

    No matter what I do - our authentication is getting lost at 20 minutes. The global configuration setting for asp.net 2.0 State Management was set to 20 minutes. I changed that to 60, but no help. I set the forms timeout attribute to "60". No help. I set the worker process shutdown in the...
  13. sodakotahusker

    Can't open csproj file in Visual Studio

    Ok. Thanks so much. I'll check on the service pack and extensions angles.
  14. sodakotahusker

    Can't open csproj file in Visual Studio

    I just installed Team Foundation Server on my machine and have been trying to load existing solutions which contain multiple projects. In three of the four cases, the project is the startup project. I get a message that says: The project type is not supports by this installation. This makes...
  15. sodakotahusker

    Validating wizard step and staying there if false

    Thanks for the feedback. There is a cancel event on the event argument so e.cancel does the trick for me! This looks like some pretty slick stuff.
  16. sodakotahusker

    Validating wizard step and staying there if false

    I have to work on a project with a wizard and six steps. I've never used this control before. Unfortunately they've just asked me to add validation to one of the steps. I can capture the fact there is a problem and prevent it from moving to the next step -- but my user control disappears. I...
  17. sodakotahusker

    using an in clause with more than 1 value

    I just got news that the dynamic sql I wrote for a search function is not acceptable. I have modified it all to use static code but I'm stuck on one last field. I have two status values which should be returned when one status value is passed. So for example 4 = Paid 7 = Confirmed. If 4 is...
  18. sodakotahusker

    using HTA with asp.net

    You're right. Unfortunately I'm just a peon (aka pawn) here. The king and queen said use HTA. I have figured out how to do this. Thanks!!!
  19. sodakotahusker

    using HTA with asp.net

    I have to do some coding for another company to send automated emails. They insist that instead of using a console app that I use an asp.net web page called from an HTA. I'm not familiar with HTA's and searched fruitlessly to find out something relevant. Can someone point me in the right...
  20. sodakotahusker

    Dynamically hiding an image in a repeater

    I am trying to set the visible property of an image using the Databinder.Eval. I tried returning a false or true string and a 0 and -1 numbers but I get the same error on the statement. Can I even do this. I only have picture in certain records so I hate showing the missing image icon...

Part and Inventory Search

Back
Top