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 Mike Lewis 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: *

  1. Gustavo

    Multiple records not needed in query

    No it is not the primary key. It contains duplicate entries in that column. I tried making it primary but Access does not like that.
  2. Gustavo

    Multiple records not needed in query

    Unclear as to what I am doing wrong. HELP! Example of what I am doing. SELECT DISTINCT PCMS_PCMS_CHDOC_DATA.CH_UID AS Num_ID, DimGrpLkup.lkup_trans FROM PCMS_PCMS_CHDOC_DATA INNER JOIN DimGrpLkup ON PCMS_PCMS_CHDOC_DATA.PRODUCT_ID = DimGrpLkup.lkup_product WHERE...
  3. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    OK, I believe I see what your doing your passing with ''. I wasn't even placing that on the command line. Currently I have server .BAT files that will call this .SQL. I was hoping I could just modify the .SQL and not effect the .BAT's to add ''. Any way aroudn this?
  4. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    This how I am invoking it. from my .bat file the TESTING may or may not be there when the .SQL is being invoked. sqlplus DimRptSelect/************@DBA @c:\qafileshare\FindCDs_TEST.sql TESTING I can't thank enough for the help.
  5. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    A little closer. I believe your code worked. Now it appears it does not like when I am give an &1 from the command line. I receive the following Enter value for 1: Is there a SET that I can do to get around this.
  6. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    I will need to return more then on row. Yeah sorry about that I am trying to figure this whole SQL thing. It appears that my "if statement" will be come more complicated now that I need to return more then one row.
  7. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    I think I'getting further. Now I get a ORA-01422: exact fetch returns more than requested number of rows. It appears that I will need to get a little bit fancier. I'm just sure of the syntax.
  8. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    Hi Ken thanks for the response. No what I do is in a DOS command and depending what the DOS command does it will feed the .SQL &1 &2 &3 and &4 may or not be populated with anything.
  9. Gustavo

    Help with IF THEN ELSE. Be kind I'm new..

    Looking for help creating an "IF THEN ELSE". I would like to pass my .SQL a variable from SQLPlus using the command line and detemine if the variable has actually been populated (It may or May not be). Something as follows. Delare dpart varchar() begin dpart:=&1 if dpart is null then Select...
  10. Gustavo

    Add SQL thru Add Command

    I am currently tiring to use the "Add Command" under Database Expert in ver.9 with out much luck. I can build individual SQL and they appear to run OK. When I start to link these or Link them to reports it will not display the information or only one row of information. Any help or suggestion is...
  11. Gustavo

    View 7.0 reports with Active X viewer for 8.5 reports

    Hello, I did finally correct this issue. The crviewer.dll will either get installed with report designer or update via intranet/internet. The crviewer.dll is ONLY for the web browser. If you unregister the .dll then open up the web browser and run a report via the web it will download the proper...
  12. Gustavo

    View 7.0 reports with Active X viewer for 8.5 reports

    Hello, I apologize for bothering you but did you ever get this resolved, if you did how?
  13. Gustavo

    Memo Fields

    I am currently trying to place a Memo field on my report Designer 8.0 from an Oracle DB going through an ODBC driver. When placing it on the report it will only show me the first charter then truncate the rest. Any Help?
  14. Gustavo

    Security ID Password

    General access containing the files would be read only. My application, however, using a signon and password it provides, would be able to write. I am using NT security and have tried the LOGONUSER API with no success
  15. Gustavo

    Security ID Password

    I would like my application to to sign on with a secured userid and password and save a file. Is this possible through VB
  16. Gustavo

    Unable to use Getchunk Appendchunck

    Does any know of a good site that will explain the use of the Getchunk or Appendchunck. I have been out to the Microsoft site and used their examples with no luck. I can pull the file into my vb code but cannot get it into my database. I receive no errors when running my code it just will not...

Part and Inventory Search

Back
Top