User Profile

Collapse

Profile Sidebar

Collapse
jlparise
jlparise
Last Activity: Mar 31 '08, 01:50 PM
Joined: Jan 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jlparise
    replied to Apache Intro
    Could you be a bit more specific?

    No one will be able to help you with such a vague statement. What are you trying to do and what is going wrong?
    See more | Go to post

    Leave a comment:


  • jlparise
    replied to Excel Interop and XYScatter Chart
    in .NET
    Got it to work with a line graph...
    See more | Go to post

    Leave a comment:


  • jlparise
    started a topic Apache Install Script

    Apache Install Script

    Hey everyone,

    I am attempting to create a script to install Apache(and a number of other things)

    The installer is running ok and accepting most of my arguments. The only problem is that I cannot figure out how to tell Apache to install in a different folder.

    I want to install apache in C:\Program Files\SomeApp\A pache I also want to set the document root to C:\Program Files\SomeApp\W eb

    ...
    See more | Go to post

  • jlparise
    started a topic Excel Interop and XYScatter Chart
    in .NET

    Excel Interop and XYScatter Chart

    Hey everyone,

    I am writing a reporting App in C# that uses Microsoft.Inter op to talk to Excel. It is working out pretty well.

    I now even have the charting somewhat working, however when I switch from a line graph to and XYScatter everything explodes. I get a generic COM exception.

    My question is what in general has to be done different to use an XYScatter Vs. a Line chart.

    Thanks,
    ...
    See more | Go to post

  • Java Socket How do I tell when the connection is closed and how do I open it again

    Hey everyone,

    I am really rusty on my Java socket programming and am having some confusing problems. I don't need the code debugged(even though it doesn't work). I'm not going to make you dig through all the abstraction layers and such.

    Anyways here is my issue. The application sends a request for data to the server and the server responds. However, the server then sends a TCP Fin message to close the connection...
    See more | Go to post

  • jlparise
    replied to Basic Question - Open Source DBMS
    For personal use MySql is free, for commercial use you must buy a license for each install at 599. This cost is for every copy you distribute, but they may offer a discount on bulk.

    I use postgres at work because it is a BSD license which means it's free in cost and free in use. I can distribute it all I want for free.

    It also works great in my experience, you won't be disappointed.
    See more | Go to post

    Leave a comment:


  • jlparise
    started a topic Jet Provider File Name

    Jet Provider File Name

    Hey everyone,

    I am using the JET Provider to read dBase files in C#. I need to use dBase files due to a legacy system only supporting them.

    I have been having a weird problem here at work with my testing. On my computer and my collegues computer the program works great with no hitches. However, on another collegues computer if they database name(dbf file name) is longer than 8 characters the program crashes with the...
    See more | Go to post

  • jlparise
    replied to JAVA vs DOTNET
    I am a young Software Engineer fresh out of college on my first job. I agree with those who say you will eventually need multiple languages to succeed.

    On a daily basis I write code in Java, C#, VBScript and PHP. I also know some C/C++ from college courses and will most likely end up using C for a project soon.

    Every project I have been on has used a different language because of constraints.

    For example...
    See more | Go to post

    Leave a comment:


  • jlparise
    started a topic Jet Date Problem
    in .NET

    Jet Date Problem

    I'm having an issue with the JET provider and my CSV file.

    Basically the issue is that occasionally the date stamp is read in wrong by the provider. For example

    Sometimes 12/12/2007 is read in as 2/12/2007. This is always the pattern the first digit of the month is missing and everything else is fine.

    However, this does not happen to all the records, some of them are read in intack.

    ...
    See more | Go to post
No activity results to display
Show More
Working...