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 biv343 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: CodingIsFun
  • Content: Threads
  • Order by date
  1. CodingIsFun

    Pros and Cons for using structures

    Hi all experts We have been having internal meetings about coding standards and are trying to decipher some best practices with regards to development. We have 2 sides on this debate: Using structures to hold data or make individual variables with sets/gets and overloaded functions within a...
  2. CodingIsFun

    varbinary conversion to text?

    Hi all experts, Does anyone know how to convert a varbinary field into readable text? thanks in advance...
  3. CodingIsFun

    Trying to update all input tags dynamically

    Hi all experts, I am trying to rename input tags for the purposes of reusing a particular table to create new instances on the same page. for some reason the following code(alert(table_content.innerHTML) shows no changes, but when the alert in the for loop is uncommented it appears to be...
  4. CodingIsFun

    HttpWebRequest and multipart/form-data content type issue

    Hi all experts, I am trying to send a multipart/form-data content to a page. For some reason the following code is not posting to the url. When I post to the URL the normal way using Type = File all works well. Let me know if you see something irregular: MemoryStream oPostStream = new...
  5. CodingIsFun

    Losing 3KB when Wrting

    Hi all experts, Maybe Im missing something. I am reading then writing to a file. I have a 4GB file that I am processing. The resulting file is missing 3KB. I am having a problem comparing the files because it is so big. Here is my code. StreamReader reader = new...
  6. CodingIsFun

    Removal of Invalid characters in stream

    Hi all experts: I am currently having some issues with a large XML file that I need to parse. I am getting the following error: System.Xml.XmlException was unhandled Message="Invalid character in the given encoding. Line 283, position 39709." Is there anyway to remove all Invalid Encoding...
  7. CodingIsFun

    System.Xml.XmlException Invalid Character

    Hi all experts I am parsing through a 5 gig xml file, copying to another file as I go. I need to find a particular part of the xml and change a value for the new file. Here is the error I get. System.Xml.XmlException was unhandled Message="Invalid character in the given encoding. Line 283...
  8. CodingIsFun

    Updating large XML files

    Hi all experts, I have been given a task to update a few elements in a 7 gigabite xml file. In the past for small files I would use xpath. Do to the large size, Im wondering ahead of time if there are any downfalls with xpath and large file sizes. I will do experiments, but I would also like...
  9. CodingIsFun

    To Inner Join or Inner Loop Join, That is the question!

    Hi all experts, Is there a difference between inner loop join and inner join? I have come across this inner loop join syntax for the 3rd time and cant resist knowing if there is a special purpose for this. thanks in advance..
  10. CodingIsFun

    Newbi Starting Question

    Hi all experts: I have been designated PERL learner in my group and have installed the ActivePerl-5.8.8.817-MSWin32-x86-257965.msi. I am trying to run my first hello world program. How do I do this? I tried $ ./hello from the command line and received the following error: $ is not recognized...
  11. CodingIsFun

    Stop DTS package without error

    Hi all experts, I have currently created a DTS package that runs some sql tasks. Each task runs a stored procedure which will raise an error if an item is missing. This package is being initiated by a sql job and reports that there was an error. All the errors are being logged within the DTS...
  12. CodingIsFun

    Newby Declaration question

    Hi all experts, I am new to c++, and have a project to revamp or convert some c++ code to a more inhouse usable language. No one in my group has ever used c++. most of this makes sense, but I do have a few questions (1) db_connection *pconn = get_connection(); What is the * for before the...
  13. CodingIsFun

    ADODB assembly error

    Hi all experts: I have written a service application which works fine on the local dev system( windows 2000) and have successfully deployed it to a server 2000 box. This application passed QA and was migrated to one of our production boxes which has server 2000. The application gives this...
  14. CodingIsFun

    VS 2003 Business Intelligence downloads?

    Hi all, I have VS 2003 professional, and trying to find the Report Designer "Microsoft Business Intelligence" components. Anyone know where I can get them from? thanks in advance
  15. CodingIsFun

    Group by for string concatenation

    Hi all experts, I am trying to concatenate strings within the group by statement: select product,name from product group by product,name normally this particular case would list all the unique product and name combinations I would like to concatenate the name part of this: lets say here are...
  16. CodingIsFun

    c# 2005 publish deployment issue?

    Hi experts, Has anyone figured out how change the publishing directory for the client that uploads an executable, from publish.htm My issue is I don't like that the publisher deploys the application to documents and settings folder. I would like to change this anyone know how. thanks in...
  17. CodingIsFun

    Stored Procedure Performance Issue

    Hi all experts, I have moved a process over to a new server. The stored procedures are running much slower. After an hour of investigating I found a solution to the problem. I was wondering if anyone can explain. Windows 2000 Server. Software MS Server2000 service pack 4. the stored...
  18. CodingIsFun

    2005 express adding config file to deployment

    Hi all experts.. I am trying out the 2005 express c# and built a small application for a test click once deployment run. This application requires an application.config file to be deployed where the executable is. Unfortunately I can not figure out how to add this file. Anyone know how to do...
  19. CodingIsFun

    ListView Visibility issue

    Hi all experts, When I try to view this in Detail View its blank with no header and data. When viewed in list view it shows all my items. Is there a setting that I am forgetting to set, when this is in detail view I have populated the listview(lstProducts) with the following code...
  20. CodingIsFun

    Big Time issue booting up

    I have recently been getting application failed to initialize errors for every program I have a short cut to on my desktop or when I run them from the program menu. This seems to only happen if I leave my computer on overnight. When I restart occassionaly i get application failed to initialize...

Part and Inventory Search

Back
Top