User Profile

Collapse

Profile Sidebar

Collapse
igurov
igurov
Last Activity: Aug 18 '08, 07:03 AM
Joined: Jun 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • And how exaclty can I use redirect. Can u give me an example. The main function is only :
    Code:
    static int Main(string[] args)
            {
                    DateTime dt = DateTime.Now;
                    string tostring = dt.ToString("yyyyMMdd");
                    Console.WriteLine("{0}", tostring);
                    return int.Parse(tostring);
    
            }
    I need to...
    See more | Go to post

    Leave a comment:


  • .cmd script - setting a variable equal to a result from .exe C# programm

    Hi all,
    I have the following simple cmd. script:

    @ECHO OFF
    copy "C:\Program Files\Microsoft Visual Studio 8\VC#\CSharpPro jects\date_stri ng\date_string\ bin\Release\dat e_string.exe" c:\temp
    set variable=c:\tem p\date_string.e xe
    set AGCLOG="C:\RCP VIEWER PARSER\report.t xt"
    echo Setting the variable...
    echo --- start ----- >> %AGCLOG%
    echo %variable% >> %AGCLOG%...
    See more | Go to post

  • igurov
    replied to run a C# project from .cmd file
    in .NET
    run a C# project from .cmd file

    Hi all,
    I have a C# project that compiles without problem under visual studio. Now I want to call a function from this project for reading files from a txt file in an .cmd file. I tried with the following code where Parser is the name of the Project, ParserClass is the name of the class where the function is and readInput is the name of my function , but it does't execute it.

    ...
    See more | Go to post

    Leave a comment:


  • igurov
    started a topic run a C# project from .cmd file
    in .NET

    run a C# project from .cmd file

    Hi all,
    I have a C# for parsing .csv file. It consists of two classes. In the class parser I have a function readInput(strin g) that reads a txt file which contains the folder locations of the csv files. When I execute the project from the visual studio development everything is fine. But writing the .cmd like this does not return any result.

    copy C:\BoxParser\bi n\Release\BoxPa rser.exe C:\temp

    c:\temp\BoxPars er...
    See more | Go to post

  • igurov
    started a topic copy access tables to oracle
    in .NET

    copy access tables to oracle

    Hi, I want to copy access tables to oracle database.
    Till now I have opened the connections to both of them.
    Can anyone explain me what are the next steps?
    Here is the code that I wrote till now:


    String connString = "User Id=******* ;Password=***** ** ;Data Source=******* ";
    String connString2= " Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=E:\\temp .mdb" ;

    OracleConnectio n...
    See more | Go to post

  • igurov
    started a topic copy access tables to oracle

    copy access tables to oracle

    Hi, I want to copy access tables to oracle database.
    Till now I have opened the connections to both of them.
    Can anyone explain me what are the next steps?
    Here is the code that I wrote till now:


    String connString = "User Id=******* ;Password=***** ** ;Data Source=******* ";
    String connString2= " Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=E:\\temp .mdb" ;

    OracleConnectio n...
    See more | Go to post

  • igurov
    started a topic copy access tables to oracle

    copy access tables to oracle

    Hi, I want to copy access tables to oracle database.
    Till now I have opened the connections to both of them.
    Can anyone explain me what are the next steps?
    Here is the code that I wrote till now:


    String connString = "User Id=******* ;Password=***** ** ;Data Source=******* ";
    String connString2= " Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=E:\\temp .mdb" ;

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