User Profile

Collapse

Profile Sidebar

Collapse
Newbie19
Newbie19
Last Activity: Jun 24 '08, 04:09 PM
Joined: Jun 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Newbie19
    started a topic Microsoft Project 2003

    Microsoft Project 2003

    I'm currently working with Microsoft Project 2003 (Project server version) and I'm trying to familiar myself with the system.

    Does anyone know if the files up loaded to Project are saved in the DB or if there is a table in the DB pointing to a location where the file is saved?

    Thanks,

    NewBie19
    See more | Go to post

  • Newbie19
    replied to Unix script does not execute correctly
    figured it out, I had a syntaxs error in a pervious part of the code that caused the program to execute without me knowning and didn't pick up till I was debugging in that area.

    Thanks,

    Newbie19
    See more | Go to post

    Leave a comment:


  • Newbie19
    started a topic Unix script does not execute correctly

    Unix script does not execute correctly

    I'm a little new at Unix Scripting, but I was able to get a program to work, but when I added a new section to it, the new section failed to execute.

    The main goal of the script is to copy a directory and then compress using tar and then send via ftp to another unix machine.

    Here is the section that fails to execute:

    usage(){
    tar cvzf test.tgz $targetdir

    echo "What machine...
    See more | Go to post

  • Newbie19
    started a topic DBNull

    DBNull

    I'm currently working in a database and pulling data off of of the db. When I am reading the contents of files, the DBNull error arrises. The data is in the type Byte[]. I'm unsure how to handle the DBNull.
    See more | Go to post

  • Newbie19
    replied to Not all code paths return a value
    I read this post to try and solve why I get this error message, but it didn't work.

    Can any one help/advise me? Here is the function that causes the error:

    public String getOnTimeNames( )
    {
    try
    {
    String mConn = "Data Source = San-SQL; Initial Catalog = OnTimeTesting; Integrated Security = True; Max Pool Size = 500";
    ...
    See more | Go to post

    Leave a comment:


  • [QUOTE=BigDaddyL H]I feel so dirty! At least 20 characters of dirty.[/QU

    ha, yeah Microsoft's rip off of Java.
    See more | Go to post

    Leave a comment:


  • Its not Java, its C#...
    See more | Go to post

    Leave a comment:


  • Newbie19
    replied to Byte[]
    C # or as I love to call it, Microsoft's Java.

    Thanks,

    Newbie19...
    See more | Go to post

    Leave a comment:


  • Newbie19
    started a topic Byte[]

    Byte[]

    I'm new at dealing with certain types, I'm very familiar with String, int, DateTime....... .so on. However, recently I've encountered a new type called Byte[], I've googled for info on it and there doesn't seem to be much info on it.

    I reminds me of something I've seen in the past in college (I'm only a sophmore) using wrapper classes and arrays, but I'm not sure.

    Thanks,

    Newbie19
    See more | Go to post

  • unable to take data from database and place into a file

    I'm trying to take attachments that were saved on a database and place them on a harddrive. However, I can create the file, however when I open the file I get system.Byte[] or image cannont be viewed on the files.

    Here is the code I am using:

    public void saveattachment( String MKS_attachmentN ame, Byte[] MKS_attachmentC ontent)
    {

    StreamWriter sw = new StreamWriter("C :/MKSattachments/"...
    See more | Go to post

  • Newbie19
    replied to C# breaking up long lines of code
    in .NET
    Thank you very much, C# is more like Java then I realized.

    Thanks again,

    Newbie19...
    See more | Go to post

    Leave a comment:


  • Newbie19
    started a topic C# breaking up long lines of code
    in .NET

    C# breaking up long lines of code

    I've searched a few websites and none of them meantion how to break up really long lines of code like a sql query.

    The sql statement looks like this (I've broked it down so it can fit in the post):
    String sSQL = "SELECT dbo.Issues.Crea tedDate as Created, dbo.Issues.Modi fiedDate as Modified, dbo.Issues.Fiel d1 AS Repro, dbo.Issues.Fiel d3 AS Notes dbo.Issues.Fiel d2 as Priority, dbo.Issues.Fiel d11 AS Build, dbo.Issues.Fiel d12...
    See more | Go to post

  • Newbie19
    started a topic Java Arrays/ArrayLists readings
    in Java

    Java Arrays/ArrayLists readings

    I'm just learning java arrays/arraylists and was wondering what are the best books for learning java arrays/arraylists?

    I know practice is the best way to learn, but I have a hard time remembering the little items on arrays/arraylists.

    Thanks,

    Newbie
    See more | Go to post

  • Newbie19
    started a topic Error 26 message

    Error 26 message

    I'm creating an API that is going to pull data from a sql db, but I get this error message,

    error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
    at System.Data.Sql Client.SqlInter nalConnection.O nError(SqlExcep tion...
    See more | Go to post

  • Newbie19
    replied to C# Database Connection coding
    in .NET
    Thanks for the help.
    See more | Go to post

    Leave a comment:


  • Newbie19
    started a topic C# Database Connection coding
    in .NET

    C# Database Connection coding

    I'm not sure where to put this question since there isn't a C# section, but since it is apart of the .net family I'll start here. I'm trying to connect my C# API to a Sql Database to pull data. However, every site I've found so far has given me examples that don't seem to work.

    What is the best way to connect to a database via C#?

    Thanks.
    See more | Go to post

  • After doing some research in other areas, I've found that WScript.Echo is aVBscript method and should be replaced by Response.write for any VB coding.
    See more | Go to post

    Leave a comment:


  • Object variable or With block variable not set error II

    I'm trying to get a list of all subfolders in a folder on a share drive, but I keep on getting this error message:

    Object variable or With block variable not set.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullRefe renceException:...
    See more | Go to post
    Last edited by Newbie19; Jul 31 '07, 02:33 PM. Reason: forgot something.

  • Newbie19
    replied to Error message 401 Unauthorized
    in XML
    figured it out when you get an 401 error like that, the way to fix it is with this line:

    <identity impersonate="tr ue" userName="id" password="pw" />
    See more | Go to post

    Leave a comment:


  • Newbie19
    started a topic folderbrowseDialog Question

    folderbrowseDialog Question

    I'm trying to use folderbrowsedia log on an ASP.net web site to search a network folder and subfolders within for xml or .txt docs that contain data on those subfolders. I was wondering the best way to use folderbrowsedia log property?

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