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. gieboy

    check if file exist

    how can i check if a file exists on a directory? or the path of the file exists?
  2. gieboy

    TEXT_IO PROBLEM

    Thanks a lot guys for the help. Yes you are all right the files were saved on the application server. My applications are now working properly but i still do have a problem. I need the files to be on the client machine. any tips on this? Again thanks to all . May the force be with you always.
  3. gieboy

    TEXT_IO PROBLEM

    I have 2 applications using text_io package, one is reading a file and the other one is writing. When i deploy both applications on the web, ive got an error on my first application(reading file) that says ora-302000. the second application(writing on a file) have no errors but the file was...
  4. gieboy

    Web Enabling of Forms

    Hello NME, i got another problem, hope you can share some tips with me. text_io is not working on the web. do you have any idea on this?
  5. gieboy

    Web Enabling of Forms

    thanks nme, that was a very good suggestion. hope you can share with me other tips and techniques on forms6i web development. again thank u very much
  6. gieboy

    Web Enabling of Forms

    I am new to Oracle Forms 6i. I am making a menu to call a form. How can i call do this? Shouil i still use the call_form or new_form function or the URL of the form when i deploy it to the Application Server?
  7. gieboy

    Stored Proc

    How can i call a stored procedure/function from an Oracle 8i DB?
  8. gieboy

    WEB Deployment?

    Im new to Oracle Developer 6i. I heard that you can deploy your fmx files in the web. How? What are the requirements?
  9. gieboy

    Array

    How can i define an array in Oracle Developer?
  10. gieboy

    Help again

    set heading off set headsep off This is my sample script: set pagesize 3000 set linesize 80 set feedback off connect pro/prospero3@pro3; spool c:\test.lis select substr(upd.area_code.AREACODE,1,11),to_char(substr(upd.destination.CARRIER,1,4),'0000') de from upd.area_code,upd.destination...
  11. gieboy

    Help!

    Thanks to both of you, that was very helpful
  12. gieboy

    Help!

    I had 2 Database Pro1(sid = pro1) and Pro2(sid = pro2). Pro1 is residing on a different machine. I need to make an sql script to get data from pro2, the script will run on the machine where pro1 resides using sqlplus. How can I connect to Pro2? Both machine are running on unix.
  13. gieboy

    Oracle ODBC

    Hello there! I am using Oracle 8i as my Dbase and VB6 as my front end for development. I am using ODBC to connect to Oracle. My problem is I need to make a VB code to create an ODBC data source. How can i do this? Please help.
  14. gieboy

    Server Time?

    Ive made an application using winsock to connect to a computer. How can I get the system time of the computer that im connecting in? Please help.
  15. gieboy

    SQL LOADER - How can I upload long datatype.

    How can I upload long datatype using sqlloader?
  16. gieboy

    Using VB6 as front end querying Lotus Notes DB

    You need to download the Lotus Notes SQL driver from the lotus notes web site. I already have a copy of the driver. here is my e-mail address: gieluna@yahoo.com if you need help
  17. gieboy

    How to detect if an application is running

    I want to know how can i detect if an appliaction is running?
  18. gieboy

    ODBC Setup?

    I want to make a program that will Setup an ODBC connection. How can I do this? Need ur help very badly. Can I use RegisterDatabase method? How?
  19. gieboy

    Winsock or MAPI?

    Sorry guys, I havent tried your ideas. My younger brother accidentally click something here. But I already used WINSOCK. i am already done with the code, i tried it already but when i check from Lotus notes, I dont receive any email. Can you please help me on this? Here is the message that ive...
  20. gieboy

    Winsock or MAPI?

    what can i use to make a vb application that send e-mail with an attachment to a lotus notes server?

Part and Inventory Search

Back
Top