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 strongm 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. carlosparedes

    Unrecognized database format

    Hi guys Sorry I have tried Set rs = conn.Execute(SQL) still getting the same error. Changed the connection to ADO OLE DB and the error is now: Error Type: Microsoft JET Database Engine (0x80004005) Unrecognized database format 'C:\Testlocation\data\TEST.db'. Reformat database to paradox 4 but...
  2. carlosparedes

    Unexpected error from external database driver (11265).

    I have tried both things still getting the same error. Changed the connection to ADO OLE DB and the error is now: Error Type: Microsoft JET Database Engine (0x80004005) Unrecognized database format 'C:\Testlocation\data\TEST.db'. Reformat database to paradox 4 but still getting the same error...
  3. carlosparedes

    Unexpected error from external database driver (11265).

    Hi guys I'am trying to connect to a paradox database. The connection works fine. When it gets to the line "rs.Open SQL, conn" it throws the folowing error: Error Type: Microsoft JET Database Engine (0x80004005) Unexpected error from external database driver (11265). Any ideias how to solve...
  4. carlosparedes

    Type mismatch: 'date1'

    hi guys Thanks for your help. Problem solved sandra
  5. carlosparedes

    Type mismatch: 'date1'

    hi guys I am trying to format the date, I get in input box, into ddmmyyyy (without separators). I am getting the following error: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'date1' I don't Know what I am doing wrong. <Code> Select Date: &nbsp;<input type="date" name="date1"...
  6. carlosparedes

    Error on creating file

    hi guys I have the code below to create and write to a file. I can not figure out what's wrong, because I am getting the error "unable to create file". Can anyone help me please Thanks in advance sandra <Code> //if there are no errors, save the details to the date/time stamped file...
  7. carlosparedes

    Feedback form for intranet

    hi guys I need to create a feedback form for an intranet and save the details in a text file. The text file is located in C:\(directory), and has to be saved as nameyyyymmdd.txt(name,year,month and day. the format for the data contained in each file is as follows: [Main] Title: Mr...
  8. carlosparedes

    feedback form

    hi I need to send details from feedback form to text file. Feedbackform(example) <body bgcolor="black" text="#FFFFFF"> <form name="cart" method="Post" action="address.txt" > <h3 align="center">Registration Form</H3><br><br><br> Title: <select name="Title"> <option...
  9. carlosparedes

    data type C++ / Delphi

    I have added stdcall; external 'name of dll'; Still giving me the same error. Sorry. Thanks
  10. carlosparedes

    data type C++ / Delphi

    I am trying to use a function from C++ in delphi. I keep on getting an access violation error. Could you help me. Function in C++ VEXPORT int CALLBACK GetCard(char *macAddr,int *cardSetID,int *noFormat,char *cardNumber,int cardNumberSize,char *pin,int pinSize,int *accessType, unsigned int...
  11. carlosparedes

    create chart in delphi

    Hi again My problem is with start values for X. I want to design a chart according the start numbers I have in database. Thanks
  12. carlosparedes

    create chart in delphi

    hi I am trying to create a chart in delphi. The data come from a database. The start bar of the Xvalue of the series can have different values. each time I have tried to design the bars, the values are zero even if I give different values. Can you help me please. thanks in advance

Part and Inventory Search

Back
Top