Recent content by titi

  1. T

    Why can't use TLOBLocator directly in BCB6

    #include "Oracle.hpp" #pragma link "Oracle" void __fastcall TForm1::Button1Click(TObject *Sender) { TLOBLocator LOBLocator; } If i only declare TLOBLocator LOBLocator,it will appear E2451 Undefined symbol'TLOBLocator'. thanks
  2. T

    Why can't use TLOBLocator directly in BCB6

    If i declare TLOBLocator LOBLocator in BCB6 ,it will appear compile error. Thanks
  3. T

    Why does .exe not run without c++builder installing ?

    I use the DOA in the c++builder,generate the .exe file.i can run it in the client with c++builder,but it raise error without c++builder
  4. T

    How can i get the content of blob field?

    could I use directly ToracleQuery.sql.add('slect blob_field') to read the blob_field ? Thanks!
Back
Top