CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: buckey

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    874

    Re: Retrieving a string Var from a ref class.

    I have tried what you suggested, but i get a compiler error:

    error C2039: 'name' : is not a member of 'System::Object'
    see declaration of 'System::Object'



    [code]

    private: System::Void...
  2. Replies
    5
    Views
    874

    Re: Retrieving a string Var from a ref class.

    I have tried what you suggested, but i get a compiler error:

    error C2039: 'name' : is not a member of 'System::Object'
    see declaration of 'System::Object'



    <code>

    private: System::Void...
  3. Replies
    5
    Views
    874

    Re: Retrieving a string Var from a ref class.

    Thanks for your reply,

    The code given was in fragments as i only have what i see as relevant parts listed. So, just to find some common ground let be more specific as to what i think i am doing....
  4. Replies
    5
    Views
    874

    Retrieving a string Var from a ref class.

    Here is my ref class in .h file:

    <code>


    #pragma once

    using namespace System;

    ref class ObjectList
  5. Replies
    1
    Views
    2,483

    Re: OLEDB to Retrieve Clob from VC++ 2005

    Thanks for all the help....... but here is the answer:

    Changed dataprovider. The only thing i had to change was the connection string from MSDAORA to OraOLEDB.Oracle. Case closed, problem solved.
  6. Replies
    1
    Views
    2,483

    OLEDB to Retrieve Clob from VC++ 2005

    I am having the worst time trying to figure out how to get a clob. I am able to successfully access and retrieve non clobs. I am wondering at this point if it is even possible. What is the best...
  7. Replies
    2
    Views
    841

    Re: Trigger to catch anonomys block pl/sql

    I am not sure about the triggering part. When a sysevent occurs such as create, alter, whatever then i capture that ddl. So what event will i check for to use the query you have posted? What will...
  8. Replies
    2
    Views
    841

    Trigger to catch anonomys block pl/sql

    I needs some help from some guru's. I have a schema level trigger that captures sql text. In a nut shell, it captures DDL changes. However, i need to capture the text contained in the anonomous...
  9. Re: String to int conversion using Visual C++ Express Edition

    I had this same question the other day. Here is what worked for me.

    String to Int32
    ==========
    Int32 cnt=0;
    String^ myString="101";

    myString=Convert::ToString(cnt);

    Hope this helps.
  10. Replies
    0
    Views
    1,867

    Managed C++ /CLI Clear Case API problem.

    I have a winform app that imports a clear case dll and instances the method CmdExec() of the cleartool class. i have been having problems getting this set up and compiled and execute. However, i...
  11. Replies
    1
    Views
    1,142

    Re: PL/SQL Accessing DBA_TRIGGERS

    Think i can use the meta_data.get function in 10g for this? For instance if i pass the name of a trigger, get the results into a clob, then do the same for the trigger i am comparing for equality. ...
  12. Replies
    1
    Views
    1,142

    PL/SQL Manipulating long datatype

    I am trying to get the trigger_body column (long) into a pl sql varible(long) and am getting character string buffer too small. The text of the body of the trigger is approaching 32767 mark or...
  13. Replies
    4
    Views
    1,243

    Re: Oracle 10g Object Dependencies

    Well, the main issue here is money. I realize it is a 14 day free trial, however i didn't want to use it, then have to rely on it at some point later. Just thought this would be a strait forward...
  14. Replies
    4
    Views
    1,243

    Re: Oracle 10g Object Dependencies

    Well, this is what i am planning on doing at this point. Im not sure if this will work, but i hope at least some of the gurus out there will weigh in on whether or not i am on the right track.

    I...
  15. Replies
    4
    Views
    1,243

    Oracle 10g Object Dependencies

    I have been charged with the task of refreshing database. I want to pull text for objects from the database, but haveing trouble building a script that will do just that.

    The db i am refreshing...
  16. Replies
    3
    Views
    1,354

    Re: VC++ Program to monitor server Apps.

    Thank you both for the reply. Yes, this is a temp work around. The network tech's have been trying for quite sometime to figure out what is causing this app to hang. The fix that they want to do...
  17. Replies
    3
    Views
    1,354

    VC++ Program to monitor server Apps.

    I have windows 2000 terminal server that i use to run an adobe distiller program to process documents. The problem i am having is that i get an nfs mount error intermitently. This casues the...
  18. Replies
    8
    Views
    3,326

    Re: Unix commands from pl/sql

    Oh, i see where you are comming from now....

    Yea, this is what i have . I have an c++ winforms app(i am using vc++ express 2005) that i want to add this feature to in the near future. So, for...
  19. Replies
    8
    Views
    3,326

    Re: Unix commands from pl/sql

    So, are you suggesting i write an external procedure in c to let me access my OS and return the results to my pl/sql program? I guess what i am trying to get at is, where does the c come in? Can...
  20. Replies
    8
    Views
    3,326

    Re: Unix commands from pl/sql

    I'm not sure i follow....... that is a unix function executed from pl/sql ? the only thing i need from unix is the size of available space. The rest of it I can do in pl/sql. What i want to do is...
  21. Replies
    8
    Views
    3,326

    Unix commands from pl/sql

    I want to execute unix commands from a pl/sql script and retrieve the results into a varible for calcultion. Specifically i want to issue the appropriate unix command to get the amount of available...
  22. Replies
    3
    Views
    888

    Re: Refreshing Oracle Database

    I think I found somthing that may be possible to help me achive what i am after. That is, capturing the text by means of a schema trigger before/after ddl or create or alter or drop. I think I can...
  23. Replies
    3
    Views
    888

    Re: Refreshing Oracle Database

    What about this? Is there any way i can record the names of the scripts as they are applied to the database with sql plus? Can i make a trigger to insert the text of a script in to a table i create...
  24. Replies
    3
    Views
    888

    Refreshing Oracle Database

    I have recently been charged with the task of refreshing an oracle database. Unfortunatly I am not very experienced with oracle. This poses a rather daunting challenge. Anyway, I will try to get...
  25. Replies
    2
    Views
    1,184

    Visual C++ Express 2005 and Oracle Database

    I have been strugling with this on and off over the course of a month or so, while developing an application. I am trying to access an oracle database (10g) using the Oracle OCCI API. I am not sure...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured