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!

Search results for query: *

  • Users: pelagic
  • Content: Threads
  • Order by date
  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

    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...
  6. pelagic

    MS project FileOpen to open project in Oralce

    Hi, How do I use FileOpen to open project in Oralce? Thanks
  7. 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...
  8. 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,
  9. 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,
  10. 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.
  11. 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,
  12. pelagic

    Get Column data type

    Hi there, Hi there, I have the following tableA with data Column1 Column2 Column3 99 You Me 100 Me You How do I get the column data type in tableA using VB In this case Column1 is integer Column2 and 3 are string Is...
  13. pelagic

    How to Print on the same line

    Hi there, I have the following tableA with data Column1 Column2 Column3 How are you? I am fine. My goal is to convert this into a insert stament such as INSERT INTO tableB (Column1, Column2, Column3) VALUES...
  14. pelagic

    MS Project Database Relationship?

    Hi there, There are 27 tables in MS Project database, but none of these table have primary key and foreign key. How can I find the relationship among these tables? Thanks in advance pelagic
  15. pelagic

    How to accessing MS Project from MS Access?

    Hi there, How do I get MS Project data from MS Access? I notice that from MS Project you can use the Save As feature to save as MS Access. Is there another way to transfer MS project data to MS Access from MS Access? And when MS Project data are in MS Access, is there a way to communicate...
  16. pelagic

    Get MS Project data from MS Access

    Hi there, How do I get MS Project data from MS Access. I notice that from MS Project you can use the Save As feature to save as MS Access. Is there another way to transfer MS project data to MS Access from MS Access? (MS Acess and Projec are both version 2003 Pro) Thank you
  17. pelagic

    DELETE DATA FROM TABLE BASE ON OTHER TABLE

    Hi there, I have tableA, in table A I have the following serial number SerialNo 1 2 3 4 5 in tableB I have the following serial number. SerialNo 3 4 5 How would I delete 3 4 5 number from tableA but base on the value from tableB Thanks,
  18. pelagic

    INSERT DATA INTO TABLE FROM DIFF TABLE

    I have 2 tables with the following fields. Table1 Field1 Field2 Field3 Field4 Field5 Field6 1 4 6 A B C 5...
  19. pelagic

    Move data between 2 tables

    Table1 A1 A2 A3 A4 A5 A6 a b c 10 2 5 5 7 8 x y z How do I create a query that will generate the following result? Table2 A1 A2 A3 a b c 10 2 5 5 7 8 x y z Thanks
  20. pelagic

    GET LARGEST DATE SQL, ADO

    How do I write an SQL query or ADO query from this table (Table1) SERIALNO TESTDATE 391 12/2/2005 391 7/2/2003 902 9/8/2003 3415 11/1/2005 3415 11/1/2005 3536 11/1/2005 3536 11/1/2005 3836 11/10/2005 3836 10/25/2005 Result after query...

Part and Inventory Search

Back
Top