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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Citra

  1. Citra

    Out of Memory

    I'm using Crystal Reports 9. Tables containing around 2 million records running in a database server. connected with ODBC source. While previewing reports, "Accessing Database" is displaying in the statusbar and hung up. After some time ( few mins) got "Out of Memory" error...
  2. Citra

    Problem in inserting

    hello, I'm trying to insert records from my vb program. The problem is, the text string contains & symbols. So Oracle treats them in its own way. It assumes the text followed by the & symbol as a new column value and raises error. How to get rid of this? Thanks,
  3. Citra

    Windows XP home

    Hello, I'm using Windows XP Home. But I came to know that, it does not Personal Web Server. But I need a web server either PWS or IIS. How can I do it? Or shall I need to install XP Pro
  4. Citra

    Problem in XP

    Thank u so much. Now my system is working properly. But I'm wondering why so many people got the same problem particularly the same day. Once again thank u!
  5. Citra

    Problem in XP

    Hello everybody, I'm using win xp. i'm getting "Generic Host Process for Win32 Services has encountered a problem and needs to close." frequently and Remote Procedure Call service terminated unexpectedly error and the system sutting down
  6. Citra

    Problem with accessing

    Thank U, I used the link given by U. But it uses long raw. Again BLOB produces error in select statement(After using the constructor empty_blob()). Using Long Raw I'm alble to store the picture, but while retriving I'm unable to know the size of the picture so that I can create a binary...
  7. Citra

    Storing Pictures in Database

    I'm using oralce 9i as my backend. I wish to store pictures, for that I'm having a field in my table as BLOB. Using ADO Connectivity, But while opening the recordset as "select * from tablename" produces error "Unspecified Error" How can I solve it?
  8. Citra

    Problem with accessing

    Yeah! Now I'm creating tables from a separate user not from system. Thank U One more problem is how to store picture/multimedia files from VB
  9. Citra

    Problem with accessing

    I'm using Oracle 9.2 SQL *Plus, and create a table from user "system" who is a DBA. I tried to access the table from VB 6 using ADODC Connectivity(via Control). But I can't find my table from the table's list . But other user's tables are diplayed. What was the actual...

Part and Inventory Search

Back
Top