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

  1. threedim

    DCOM on NT and 2000

    Hi all, I installed a DCOM server and clients onto 3 PC's: 1 DCOM server: W2K 2 DCOM Clients: NT and W2K Now when I execute the following line: set oDB = Server.CreateObject("object.class") DCOM Client W2K is fine but.. DCOM Client NT gives me "ActiveX component can't create object" Any...
  2. threedim

    If.. then VS select .. case

    Hi! This might be a silly question but is there any difference in efficiency between using an If..then and a select..case statement?
  3. threedim

    Menu dropdown behind select box

    Unfortunately, I have that problem too. What I do is I hide the select box or I place it elsewhere.
  4. threedim

    Retrieve column names from database

    I plan to write a web form which accepts SQL statements and processes it and then displays the table corresponding to the SQL. Problem is the only way I know how to output data from a row is like this: objRecord("COLUMN_NAME") Is it possible to retrieve all the column names from a...
  5. threedim

    Detect which drive letter is smartmedia card reader?

    That is great. exactly what i was looking for. Thanks! :)
  6. threedim

    Detect which drive letter is smartmedia card reader?

    How do I detect which drive letter is the smartmedia card reader in vb?
  7. threedim

    Java vs C++ on performance on Symbian

    oh ic. so performance would definately be better on C++ then. Java just has an easier to understand syntax :p
  8. threedim

    Java vs C++ on performance on Symbian

    I was wondering if there is a significant performance difference between writing an application in Java and C++ on Symbian OS. eg. memory handling and speed which are all important in things like pda's n phones. Are there any advantages performance wise between those two?
  9. threedim

    Add border to a rectangle

    thank you :)
  10. threedim

    Decompiling java possible?

    Thanks everyone for clearing things up I will probably look into encryption to protect the source:)
  11. threedim

    Add border to a rectangle

    How do we add a border to a rectangle object in fireworks 3?
  12. threedim

    Decompiling java possible?

    so does obfuscating the code gurantee protection against decompiling? cause i was wondering if java can be decompiled, why would people develop software with it :p
  13. threedim

    Decompiling java possible?

    I've heard that it is possible to decompile java. was that for old versions of java or is that true now too? I've heard of a program called mocha but that was long time ago
  14. threedim

    Class A ip with subnet mask 255.255.255.0 possible?

    thanks for clearing that up, the link is very useful too :)
  15. threedim

    Class A ip with subnet mask 255.255.255.0 possible?

    I read this in a CCNA book if i have a class A ip 10.88.88.3 and subnet mask: 255.255.255.0 it says it with the subnet mask the the machine with that ip will not work on the network. from the book it says class A ip's should have subnet masks of the form 255.xxx.xxx.xxx. If I were to use...
  16. threedim

    Port routing with 1760

    How do I route based on the port? eg. router ip outside: 200.100.99.1 inside: 90.8.8.1 webserver: 90.8.8.10 port:80 database server: 90.8.8.20 port: 1521 I want to be able to route incoming traffic based on ports eg. incoming ip accessing port 80 will be routed to 90.8.8.10...
  17. threedim

    How to output to a file?

    When someone calls my asp page eg. report.asp I want it to output the entire contents to a file called report.html. Is that possible? and how? Thanks in advance..
  18. threedim

    breaking out of loops in ASP

    thanks that helps a lot :)
  19. threedim

    breaking out of loops in ASP

    Is it possible to break out of loops in asp? say.. do until (...) if ... then .... end if ... loop and somewhere in between breakout?
  20. threedim

    How to take the difference between two dates?

    I have two datetimes: 01-Jan-2003 02:47:27 27-Jan-2003 22:50:30 I have heard of a function datediff but i dont think Oracle has it. Is there any function in Oracle that will give me tthe difference in HH:MM:SS?

Part and Inventory Search

Back
Top