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 SkipVought 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: cas85
  • Order by date
  1. cas85

    Oracle 10g Listener Process missing

    Thanks. You are correct. I figured it out.
  2. cas85

    Oracle 10g Listener Process missing

    I downloaded 10g from Oracle download site. Everything installed fine. I created a DB and loaded it with data. I went to Net Manager and setup my listener. When I try to set and test my service I get the 12541 error listener not found error. I went to my computer's services and there...
  3. cas85

    Access Drivers

    Correct Access does Work. The trick is how do thrid party software get to Access
  4. cas85

    Repairing Access Drivers

    No problem starting with basics. As far as I know nothing has changed ( yet of course something has). The mdb files have not moved or been named. Correct the application use the Access database (mdb files) to store the data.
  5. cas85

    Repairing Access Drivers

    I use a package that uses Access as its db. All of a sudden the application cannot find Access. I can open Access directly. Does anyone know how Applications access Access and how to repair corrupt or damaged drivers?
  6. cas85

    Access Drivers

    I guess the question I am asking is if the driver some how became corrupt does anyone know how to re install them?
  7. cas85

    Access Drivers

    I use a package that uses Access as its db. All of a sudden the application cannot find Access. I can open Access directly. Does anyone know how Applications access Access and how to repair this issue?
  8. cas85

    Select statement with exists

    Hi Mufasa, Thanks for the help. I was rushed before but I see how your code works. Thanks!
  9. cas85

    Select statement with exists

    Hi Mufasa, No problem with the lateness. I appreciate the help. I think I've got it. I tried to implement the code you sent but it did not work. Did I miss something? See below: update RqDocuments set RqDocuments.FileDirectory = 'c:\Projects',VersionNumber = VersionNumber +...
  10. cas85

    Select statement with exists

    Hi Mufasa, You explained the point well. I get it. My exits statement is alwasys true so I update every record. Could you explian what the value X should be? My guess would be b.ID
  11. cas85

    Select statement with exists

    My database has the following 2 tables: RqProjectDocuments RqDocuments Id DocumentId ID 12 10 10 12 11 11 12 12 12 12 13 13 13 20 20 13 21 21 13 22...
  12. cas85

    SQL Loader, CSV, Importing and Exporting

    Thank you all for your posts. I am using all of the suggestions and code samples. Your pointers have saved me weeks of development time and testing.
  13. cas85

    SQL Loader, CSV, Importing and Exporting

    On Windows 2000 Could someone outline the basic steps I should follow to do the following. 1) I need to get 128 records out of one table in Oracle. 2) I need to bring in the 128 records into another database. 3) When bringing in the 128 records there are 18 records that are duplicate that I...
  14. cas85

    Load data into oracle from excel

    If anyone is listening have a simlar question. Could someone outline the basic steps I should follow to do the following. 1) I need to get 128 records out of one table in Oracle. 2) I need to bring in the 128 records into another database. 3) When bringing in the 128 records there are 18...
  15. cas85

    Loops?

    Will this work if I need to mix a column value with constant values? Insert into Mytable (ID,"1.0000",Null,36,"Repaired Record") Select ID from Table2 where ID > 10 Still looking for joy :-)
  16. cas85

    Loops?

    Maybe I over simplified it. First more than one record will be returned so the insert does not know what to do and second I get a Syntax error saying that column headings are not allowed as part of an insert.
  17. cas85

    Loops?

    I am going down a similar path at the moment so any help would be appriecated. I am tring to repair a corrupted database. I need to create records in a table based on the existance on records in a second table. I wrote the select and then thougt all I had to do was put an insert in front...

Part and Inventory Search

Back
Top