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 SkipVought 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. kaijanm

    IP address cached?

    Hello all, I have searched the forum for this, but so far haven't found anything. I have a c# desktop application that I've written which connects to a SQL Server express database. I did the development on my laptop and had the database installed locally. Then I migrated the database to a remote...
  2. kaijanm

    generic class using enum?

    I'm going to play with this a bit, and then I'll likely have more questions! Thanks!
  3. kaijanm

    generic class using enum?

    I'm relatively new to Java and I'm trying to refactor some code I wrote to make it more generic. I currently have several classes that are basically exactly the same except they each have a different enum. For instance, I have an A class that stores values for AData1, AData2, AData3. I also...
  4. kaijanm

    SQL Server Reporting Services

    It seems like a good deal! The seller has 100% positive feedback and Enterprise Architect is the full version, so it seems like it will do the trick for you as long as you have one of the versions it can upgrade. I'd go for it! :) Kimberly
  5. kaijanm

    Unusual Compilation error

    I run into this problem quite often myself and before I would completely close VS and reopen it and it would go away. Now, I just go back into VS and click Rebuild Solution under the Build menu and the problem goes away (for a little while anyway). Very frustrating. Thanks! Kimberly
  6. kaijanm

    SQL Server Reporting Services

    Ok, so I spent about an hour yesterday afternoon trying to find a link for the upgrade and I couldn't find it. I know that when 2003 first came out, it was $20 or $30 to do the upgrade and it added a lot of cool (should have been in the earlier version) functionality. I was at a Microsoft event...
  7. kaijanm

    SQL Server Reporting Services

    Honestly, I'm not the person to ask about this, but here's what I'll tell you. My experience with Crystal has been VERY frustrating. I have migrated over to SQL Server Reporting Services. The upgrade from VS.NET 2002 to 2003 is about $20, I thought, so it shouldn't be too big of an issue to...
  8. kaijanm

    does Integrated Security work with Crystal Reports?

    Doesn't that mean that the user would have to log on? If I'm wrong, please clarify. :) I don't want to make the users log on to my app if they're already logged into Windows. The users will be using the app all day long and if they have to type in a username and password every time they want...
  9. kaijanm

    SQL Server Reporting Services

    Hello, So, in my limited experience with Crystal Reports, I think it's horrible. I had SO many people tell me this, but I stupidly thought, "Oh, it can't be THAT bad." Boy, was I ever wrong. Does anyone have any experience with SQL Server Reporting Services and ASP.Net and Integrated...
  10. kaijanm

    does Integrated Security work with Crystal Reports?

    I had already seen this previously. It seems that someone else must be doing this or they have a good secure work around. Has anyone done anything to get around this problem? TIA. Kimberly
  11. kaijanm

    does Integrated Security work with Crystal Reports?

    I am using Integrated Security aka Windows Authentication aka NT Authentication. In my web.config file, I have this line: <authentication mode="Windows"/> My asp.net intranet application runs w/o ever asking the user to log on. It knows who the user is authenticated because they are logged...
  12. kaijanm

    does Integrated Security work with Crystal Reports?

    I'm trying to run some reports on my intranet application that is set up to use integrated authentication and when I ran the report expert, integrated security was an option, so I checked it and it then didn't ask for a username and password. In the IDE, it seems to connect to the DB just fine...
  13. kaijanm

    ASP.NET Session Variable used as parameter to report

    Hello, I'm a complete newbie to Crystal Reports and I'm using the version that comes with VS.Net. I (kind of) created a report that is based on a sproc on the SQL Server. The SPROC requires the customer ID to be passed to it. I have it stored in a Session Variable in my application. How do I...
  14. kaijanm

    CR Newbie, desperate for a point in the right direction

    I have worked through those sample apps and I'm still nowhere where I need to be. I successfully linked to a report on my computer, but it's not based on SQL Server with Integrated Security. I can't find an example of one based on SQL Server at all. I think I could create the report if I could...
  15. kaijanm

    generate excel spreadsheet from app?

    I think I didn't explain myself well. I don't want users to be able to update the database through an excel spreadsheet. Basically, instead of giving the users a report to print out, I was thinking it would be nice if they could have a spreadsheet of the data so that it's easier to store and share.
  16. kaijanm

    CR Newbie, desperate for a point in the right direction

    Hi, I hate to post such a vague question, but I'm really struggling with getting reports going on my app. I have tons of reports to do for my app and I'm just not sure how to get started. My backend is SQL Server. I can't find any good examples of what I need to do to go off of and all the...
  17. kaijanm

    generate excel spreadsheet from app?

    Hi. I'm not sure where to post this so if I shouldn't post it here, can you point me in the right direction? I'm creating an Intranet app that is to replace our access front end to our db. I need to give the user some edits, but I'd like them to be in a spreadsheet so their easy to...
  18. kaijanm

    username on trigger, different behavior on insert and update

    Thanks for the input. I will play with it tomorrow. I ran out of time today. Thanks! Kimberly
  19. kaijanm

    username on trigger, different behavior on insert and update

    The function we use is suser_sname(). Does that affect this? Thanks!
  20. kaijanm

    username on trigger, different behavior on insert and update

    Hello, Thanks in advance. I'm converting an access front end to our SQL Server backend over to .net and as part of this process, I'm creating all the queries on the server. We have triggers on most of our tables that say who last updated the record and when. I use SPROC's for everything...

Part and Inventory Search

Back
Top