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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BomberMan2K

  1. BomberMan2K

    Aggregate function question

    Actually, you don't need the join... I just care about the Table1id - so I don't really want the join. I've checked and the results are the same with or without the join... so the problem is not there. It seems like an easy problem :)) but it's not...
  2. BomberMan2K

    Aggregate function question

    Nope. Thank you for your help - but it still doesn't see the new item. I think an aggregate function doesn't return a null, rather it returns nothing at all in such circumstances. Thanks, Roman.
  3. BomberMan2K

    Aggregate function question

    Hi, I've got a problem with SQL in Access (though this is not an access issue) and I'd be glad to get some help. I have 2 tables. the first is Table1, the second Table2. Table2 has the Table1.id and a "place" counter for each item (for placing items in a menu and allowing to move it). Now, when...
  4. BomberMan2K

    DOS emulation in web pages

    Thank you, You were very much helpfull! Great Day, Roman
  5. BomberMan2K

    DOS emulation in web pages

    Hi, I want to create the ability to run DOS application on my server, using the web browser. I need not only execute them, but really use them online, although they are DOS. I've thought about using JAVA applets for this. the problem is - I don't know Java and don't know if this is possible. So...
  6. BomberMan2K

    running DOS software in a browser

    Hi, I've got a client who has a DOS software that he wishes to run from a browser (and thus from any location). Can this be accomplished somehow? I thought about embedding a Java Applet in my ASP pages to do this task - but couldn't find any applet that does that. Is it possible at all? Thanks...
  7. BomberMan2K

    Remove a line from a string

    Hi, I'm building a very simple Whois client in c# and need to remove the non-relevant lines of response from the whois server. Every comment-line is preceded by a "%" char and I want to remove the whole line. I get the response into a string var - and would like to print it to a textbox without...
  8. BomberMan2K

    Getting an empty field

    the interesting part - if I use ASP.NET with SQLDataSource and a gridview - I get the results as needed! Something is really strange here...
  9. BomberMan2K

    Getting an empty field

    Thanks, tried that one - didn't help... :((
  10. BomberMan2K

    Getting an empty field

    Hi, I have this weird problem that i would be grateful if any one could help. I've moved from an Access DB to SQL Server using SQL Server Migration tool. All is fine, but a certain field field just doesn't send back when I try to get it using ASP code. That's a nvarchar(MAX) field. It seems that...
  11. BomberMan2K

    SQL Server 2005 Express Connection String

    Hey guys, I've built an ASP web site using SQL Server Developer Edition, and now have to move it to an Express Edition. For some reason I can't connect to the DB using a connection string, my guess because is that I can't get the "Data Source" right. When I power up MSSQL I get that the instance...
  12. BomberMan2K

    Randomizing Query Results

    I've thought about that, and even checked the options... but I guess when you pass a hunderd records or so - it will get messy on the web server. Or even if it's only 10 records, but 1000 people watch the page - it might just crash.
  13. BomberMan2K

    Randomizing Query Results

    Hi, I'm having an issue with randomizing an ACCESS query results. I have an index of people, which I want to show in random order each time the page loads (the page is written in ASP of course). I've tried the RND() approach - but it always returns the same result (even if I use a random key...
  14. BomberMan2K

    NotifyIcon - Left / Right Click Only

    Thanks ABC - It really helped a lot. I Switched to this method, it looks more "right" than mousedown I think. (though not sure why) Roman

Part and Inventory Search

Back
Top