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 TouchToneTommy 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 pelagic

  1. pelagic

    The include file '../include/inc_security.inc' was not found.

    Hi there, For some reasons the default.asp page cannot find these 2 files even though these files are in the right location. <!-- #INCLUDE FILE="../include/inc_header.inc"--> <!-- #INCLUDE FILE="../include/inc_footer.inc"--> The inc_header.inc and inc_footer.inc are in the include folder...
  2. pelagic

    Use Data from 2 tables to add Result to third table

    Hi there, I have 3 tables tblData, tblControl, tblResult tblData has the follow data: catdescript (Column name) 1. GPS ACCESSORIES 2. GPS DEVICES 3. BINOCULARS 4. BLANK CD/DVD MEDIA 5. CD/DVD 6. GAMING 7. MP3 PLAYERS 8. RECORDERS-VOICE 9. MEDIA- CD/DVD 10. MEMORY- ADAPTER tblControl has...
  3. pelagic

    Import XML file into Access 2003 using VB

    Hi there, Is there a way to import XML file into Access 2003 using VB? Any links or samples would be very helpful. Thanks,
  4. pelagic

    FTP Multiple files Using VB

    Hi There, When I download multiple files from FTP site using VB, I got this error message. Run-time error 35764 Still executing last request. Could someone please help? Enclosed is the code. Dim cn As ADODB.Connection 'connection object Dim rs As ADODB.Recordset Dim strPathtoDB...
  5. pelagic

    FTP download using VB6 or VB2005

    I have found some solution and still testing to see if it works. Thank you, Private Sub cmdDownload_Click() Dim host_name As String Enabled = False MousePointer = vbHourglass txtResults.Text = "Working" txtResults.SelStart = Len(txtResults.Text) DoEvents host_name =...
  6. pelagic

    FTP download using VB6 or VB2005

    Hi there, I have the ftp site with user name and password. ftp://69.129.179.339/ (Sample only) username: aname password: apassword In this site I have 2 folders, 2 text files, and 3 Excel files. I like to write a VB program to download these folders and files from this ftp site...
  7. pelagic

    MS project FileOpen to open project in Oralce

    Hi, How do I use FileOpen to open project in Oralce? Thanks
  8. pelagic

    Project Error Handle for Oracle

    Everytime I save project to oracle, I recieved this error message ORA-00932 inconsitent datatype expected NUMBER got BINARY. I use exactly the same datatype in Project for Oracle. Is there a way to fix this error? If not, I like to write a Project VBA error handler to capture this err...
  9. pelagic

    Calling Oracle Stored Procedure from VB

    Do you have any samples using ADOBD.command object? I am using OO4O Oracle Objects for OLE. Thanks
  10. pelagic

    Calling Oracle Stored Procedure from VB

    Hi there, How do I call Oracle Store Procedure from VB6 not VB.net? Any hints would be Appreciated? Thanks,
  11. pelagic

    How to Create a button in MS Project

    Hi there, How could I create a button in MS Project, and when user clicks on a button displays message box such as "How are you?" Thanks,
  12. pelagic

    Connect from Project to Oracle 10i using ADO

    Hi there, Can any one give me a hint how to connect from MS project 2003 pro to Oracle 10i using ADO? Thanks in advanced.
  13. pelagic

    Share task to multiple projects

    Hi PDQBach, Thank you for your reply. It does work in the application level, but it did not work in the database structure level. Because subproject relate to master project with string and string is very easy to break. Again, thank you very much for the insight. Pelagic
  14. pelagic

    Share task to multiple projects

    Hi there, MSProject Resource pool allows multiple projects to share resources. Does it have the same features for task? How can I share a task to multiple projects? Thanks,
  15. pelagic

    Get Column data type

    Hi Gmmastros, I am using MS Access database. thanks, pelagic

Part and Inventory Search

Back
Top