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 wOOdy-Soft 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 acabrera

  1. acabrera

    Arguments are of the wrong type...

    I have a Delphi 7 project using an Oracle 9i database and ADO connection/query. In the application, I get the error message: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. A similar application using the ODAC did not cause any problem. The...
  2. acabrera

    Menu Options Have no Navigation Buttons

    I have 3 completed projects. I was requested to have one project with the three projects as choices. So I made this menu project but when I select any choice, the navigation buttons are not shown. When I run each project separately, the buttons are there.
  3. acabrera

    RecordView

    I looked at the woll2woll demo on record view as you suggested. I copied the recordviewdlg to my project and changed the datasource. The result still had all the buttons disabled, except for the start and next record.
  4. acabrera

    Server Login

    I fixed my problem by logging in to the Oracle using ODAC, opened the query which contained the old userID, and logged in to Oracle using BDE.
  5. acabrera

    Server Login

    We are using Novell for our network operating system and Oracle for our database. Currently, our Novell ID is also the Oracle login name. In the future, we will be changing our Novell IDs. These new Novell IDs will be kept in a table which also contains the Oracle login name. My problem is...
  6. acabrera

    RecordView

    I'm using Infopower's recordview to edit a record but only the buttons for the starting record and next record are enabled. The rest are disabled. How do I enable the other buttons? Thanks.
  7. acabrera

    Update Failed in ODAC

    I'm using Delphi 7 on an Oracle 9i database. Using BDE, when I update a table with a field 2000 chars long, it is successful. But in ODAC, the message is 'Update failed. Found 0 records'.
  8. acabrera

    ADO Login

    I figured it out. Thanks.
  9. acabrera

    ADO Login

    Our ADO applications login using a hardcoded userID and password. We want the login such that the Windows userID bypasses the hard code. I did not have a problem doing this in ODAC but I have no idea how it is done in ADO. Thanks.
  10. acabrera

    MSADORA

    We are converting to ADO from BDE and an application run from my co-wroker's PC is fine but mine has the error 'Not enough storage is available to complete this operation.' I noticed that she used the MSADORA provider while I used the OLEDB for Oracle. So I shifted to MSADORA but the error...
  11. acabrera

    Writing to Paradox 4.5 table from Delphi 7

    I am revising a Delphi 7 application such that it will write to a Paradox 4.5 table. Currently, it writes to an Oracle 9i database and some data are re-entered to the Paradox 4.5 table. When I tested the revision, it would write to a Paradox 9 table but I need it to write to a Paradox 4.5...
  12. acabrera

    TwwFilterDialog

    I have a problem with TwwFilterDialog. My grid either contains active or closed records of the dataset. When I filter with criteria, I get the right results. But when I reset the filter to no criteria, the grid contains both active and closed records. Even if I use a button to toggle...
  13. acabrera

    Creating an Oracle Table within Delphi

    I'm trying to create an Oracle table (ORATable)in a Delphi program with the statement: CREATE TABLE tbDEPTCODE AS (SELECT * FROM DEPTCODE) but I get the error 'NOT ENOUGH ACTUAL PARAMETERS'.
  14. acabrera

    OCI.DLL not found

    I have Delphi 7 applications accessing an Oracle 9i database and they work in my first PC. When I copied them to our network drive and run an application from a second PC, the message is 'Cannot find OCI.DLL: in OraHome8.' Said file is in the directory C:\Oracle\Ora81\bin of both PCs. Will it...
  15. acabrera

    Excel to Query on an Oracle DB

    Can Excel be used to access and make queries into an Oracle 9i database ? We sometimes use MS Access to do this but prefer to do it in Excel, if possible, as all our users have Excel. Thank you.

Part and Inventory Search

Back
Top