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. bobo12

    WRITE statement ?

    hi, just wondering if someone one plz tell me what this does... WRITE (11,FMAT3) (ITEM(I), I = NSTAR,NSTOP) so i realize there is an int array ITEM[] 11 is file descriptor for file, CHARACTER*127 FMAT3 but i am not sure what is being written to file? is it FMAT3 or ITEM[]? how what is the...
  2. bobo12

    file output garbeled!

    ok a few more clues... when using DataOutputStream out, out.write(...) throws an EOFexception. why is that? i thought i simply writes to file and moves the EOF accordingly. this is very strange, a write func should move the EOF marker right? also, after a few out.write's, when i do out.size()...
  3. bobo12

    file output garbeled!

    hi, i am quite puzzled, the following trivial code prints 0 to file. any suggestions! try { BufferedWriter out = new BufferedWriter(new FileWriter(outputfile)); out.write("ITRS SYSTEM"); out.newLine(); out.write(" (ITRS) ")...
  4. bobo12

    xml web services?

    just wondering why someone would want to use xml web services instead of regular web services provided by iis?
  5. bobo12

    simple infinite for loop

    so ok, when does the line beginning with IF (ANS2 .EQ.'N' .OR. ANS2 .EQ. 'n') GO TO 17 execute. i mean if READ (11,FMAT3,END=20) (ITEM(J), J = 1,NI) is just a for loop that reads in values into item[j], then it will go to END of file(then line 20) and never reach IF (ANS2 .EQ.'N' .OR...
  6. bobo12

    asp.net 2.0

    is windows server 2003 or iis6.0 compatible with asp.net 2.0.
  7. bobo12

    simple infinite for loop

    hi all, i've been stuck on this for hours... ok so consider the following code segment, there is code before and after it, but i DON'T understand the last line(20 NS = NS - 1) can ever execute. it seems to me that this code just is a while loop that keeps on repeating 8 NS = NS + 1 and never...
  8. bobo12

    e-commerce site using asp.net

    hi all, are there any resources online that have complete or comprehensive descrriptions of how to build e-commerce sites using asp.net? we also need to implement searching functionality through some db, are there comprehensive docs that will explain both in theory and in code how to do this...
  9. bobo12

    getting started on application

    hi haggisns , can i ask where you have found the asp.net programming guides to help you with this task. any reference to resources is apprecited.
  10. bobo12

    e-commerce site using win server 2003

    hi all, so the hosting company is using win server 2003 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs. here is my ?, do hosting companies take care of the security issues as far as firewalls, and all that stuff? we are...
  11. bobo12

    e-commerce site using asp.net

    would any1 plz suggest some resources to help with config details if thoes are necessary. how much do hosting companies these days take care of.
  12. bobo12

    e-commerce site using asp.net

    hi all, so the hosting company is using iis6.0 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs. i expect a majority of the work to be the coding aspect in asp.net but i want to know how much or what do i need to do as far as...
  13. bobo12

    e-commerce site using asp.net

    hi all, so the hosting company is using win2003 servers for an e-commerce site that we will launch eventually. the site will be done using asp.net with backend dbs. i expect a majority of the work to be the coding aspect in asp.net but i want to know how much or what do i need to do as far as...
  14. bobo12

    flash remoting

    hi, just wondering if any of u have worked with flash remoting with asp.net on iis? what are some difficulties with the integration of the two?
  15. bobo12

    implementing file menu operations

    can anyone plz recommend actual source code in java for open, save, saveas functions in the file menu
  16. bobo12

    flash remoting with asp.net

    hi, just wondering if any of u have worked with flash remoting with asp.net on iis? what are some difficulties with the integration of the two?
  17. bobo12

    Uninstalling NetBeans

    avoid using netbeans 3.6, it's too slow. try borland JFoundation aka Jbuilder, fast, includes design mode
  18. bobo12

    parsing contents of files

    hi ppl, i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing. suppose I want to count the # of times a particular client...
  19. bobo12

    reading/parsing file content in an easier way

    hi ppl, i am used to using StringTokenizer in Java to help me parse for certain phrases and look for certain substrings within contents of file. I was wondering if there are built in classes in c that will allow me to do the same thing. if not in c, what about c++? suppose I want to count the...
  20. bobo12

    automatic internet illegal application detection

    so when is http://unixjunky.com going to be ready. or is it suppossed to just say... "So I lag.. Big deal!"

Part and Inventory Search

Back
Top