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: Magnus53
  • Order by date
  1. Magnus53

    C# web app database advice needed

    Thanks for the link, I'll check it out.
  2. Magnus53

    C# web app database advice needed

    Hey everyone, I'm currently converting a VB6 Web App over to C#. I'm new to C# and I'm looking for advice on how to set up or design the database part of the program. The VB6 version used the Data Enviroment. For the most part this was fairly easy to update with new stored procedures, or...
  3. Magnus53

    ASP to ASP .NET questions

    Hey everyone, We are currently looking into converting our ASP/VB web app over to ASP . NET/VB . NET. I do have a question that hopefully which someone will be able to answer. The web app is an ordering system. To do an order you must navigate through about 10 pages. We have a javascript...
  4. Magnus53

    New hard drive not showing up in My Computer

    Yeah that was my mistake It's a Asus A7N8X Deluxe I did flash the Bios, going to 1008 from 1005. That didn't seem to change anything. I've gone to the Samsung site and they said I needed to add a value to the registry to support 48 LBA. So I've just did that, and it seems to work now...
  5. Magnus53

    New hard drive not showing up in My Computer

    Thanks Smash, it does show up there. The only problem is that is shows up as 131 GB I'm running Win 2k and a Asus A7N8K Delux motherboard. Should I update my bios? thanks
  6. Magnus53

    New hard drive not showing up in My Computer

    Hey everyone Just got a 2nd hard drive yesterday. A Samsung 160 GB. I installed it as a slave and it is being found by the BIOS. However when I go into My Computer and look for it I can't find it there. I also can't see in in the harddrive sections of Computer Manager. I can however see it in...
  7. Magnus53

    Help needed with a query

    Thanks for the replies everyone. I did manage to figure it out. I gave SQLBill the star because he put me on the right track. Thanks again.
  8. Magnus53

    Help needed with a query

    Hello, I have a field that is called usrID's. Some examples look like this test1,test2,test3,tester1,tested1 etc. I need to write a query that will count the number of usrID's based on the alpha part of the id. So say I pass in "test" as a parameter, I want it to count test1,test2,test3 but...
  9. Magnus53

    Quick and easy question about the Currency data type

    Hi everyone Sorry for asking this again if it's already been asked before. I have a a online ordering apllication that i'm modifying to use a 3rd party credit card processing system. The transaction amount is stored as a Currency data type. When testing today I noticed that the cent velaue...
  10. Magnus53

    Questions and advice needed (Long)

    Hi everyone, I work at a small non IT company. I'm one of two programmers. Recently we had a problem with SourceSafe. I made a code change but noticed the code was about three months old. I had made changes to the code since then. I looked in SourceSafe at the history but the latest file was...
  11. Magnus53

    Quick database question

    Hi, I'm getting a Type Mismatch error when trying to execute a function that'll update the database, and get the unqiue id number of the new record. These are the tools I'm using: SQL Server 2000 VB 6 I'm trying to add a new address record into the database. I need the query to return the...
  12. Magnus53

    Question about a stored procedure

    I forgot to mention that I'm using SQL Server 2000, personal(just on my dev computer) and that the procedure works fine using the Query Analyzer. thanks again
  13. Magnus53

    Question about a stored procedure

    Hi guys, I have a confusing problem. I have a stored procedure that gets Consultant data from the db.The problem is that the procedure that doesn't work in all parts of the code. For example when printing, the procedure works fine. When retriving the data to view on screen(or doing any other...
  14. Magnus53

    simple question........Compare Dates

    thanks for the help!
  15. Magnus53

    simple question........Compare Dates

    Hi guys, Sorry of this has been asked before, I searched and looked in the Faq but couldn't find the answer. I have 3 javascript date objects, dateToCheck, startDate, endDate I need to check if dateToCheck falls between startDate and the endDate. I have this but it doesn't seem to work: if...
  16. Magnus53

    text only in Rich Text Box?

    I have code that wasn't written by me. It prints reports via a Rich Text Box. All the dates used are dimmed as strings. I was just wondering why they would do this? Does a rich Text box only deal with text? thanks
  17. Magnus53

    Question about passing a table name to a stored procedure

    Thanks for the help Jay, it now works great.
  18. Magnus53

    Question about passing a table name to a stored procedure

    Hi guys thanks for the replies I understand what you guys are suggesting, but my problem is that my query is pretty big. I'll post it in full to help explain my problem a bit more. I have this stored procedure, that I have to make dynamic. I'm calling the procedure from an ASP page. This is...
  19. Magnus53

    Question about passing a table name to a stored procedure

    Hi everyone, I have a quick question. I'm wanting to be able to call a stored procedure, passing it two variables that will make up part of the table name. How do I do a string concatination so that it'll get the variable value and not the variable name? This is part of my SQL statement, but...
  20. Magnus53

    quick question about Visual Studio 6 IDE

    oops, should read temp = myvar a = myvar instead of temp = myvar a = myvar

Part and Inventory Search

Back
Top