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 Wanet Telecoms Ltd 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: martyc71
  • Content: Threads
  • Order by date
  1. martyc71

    ReportNet Stored Procedure as Query Subject

    I have a stored procedure which requireds parameters as a query subject how can you pass the paramaters to the stored procedure from either Query studio or Report studio. Currently when publishing package while trying to create report the stored procedure does not return any fields since...
  2. martyc71

    Do While Direcoty <> ""

    Hi all, I was wondering how can code in java a do while loop that reads a specific directory in unix and passes each file name found within the directory to a different routine as a parameter.
  3. martyc71

    DecisionStream vs Data Junction

    Does any one here has experience with both DecisionStream and Data Junction? If so, would you be able to tell me why one ETL is better than the otehr?
  4. martyc71

    DecisionStream Procedure Node

    Does anyone know how to execute and format and update statement using the sql command from within the Procedure Node? Example; SQL('connstr', 'update table field = 'X''); When I try the example above I get an error message, It seems that the parser does not like the quotes for the 'X' value.
  5. martyc71

    Creating New Web Project

    All, When creating a new project using Visual Studio.net the Creating New Project status box runs for a while over 30 minutes and then finally it generates the project. Have anyone encountered a similiar issue? I'm using VS.net 2003 with Win XP Pro. Your help would be really appreciated. MC
  6. martyc71

    w3svc Starting status

    After install the dotnet framework ver 1.1 IIS in windows XP pro gets stuck in a starting status. Did anyone encountered the same problem ? Martin
  7. martyc71

    Oracle translation to sybase sql

    Anyone out there know if the following code can be accomplish in Sybase ? Oracle: select aa.field1, bb.field2 from (select keyfield, field1 from table1) aa, (select keyfield, field2 from table2) bb where aa.keyfield = bb.keyfield Thanks
  8. martyc71

    ASP.NET calling unix scripts

    Does any one know a way to call unix shells scripts from ASP.NET using VB.NET ?
  9. martyc71

    ReportNet Content Store Sizing

    Any one out there has or knows the sizing specs for the Content Store in an Oracle DB. Thanks in Advance MC

Part and Inventory Search

Back
Top