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 Chriss Miller 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. pingLeeQuan

    Crystal Reports 10.0 accessing a DataFlex through a CONNX driver

    Does any one know how to connect to a "Dataflex" database from Crystal reports using CONNX jdbc Driver? Thanks --
  2. pingLeeQuan

    EXIST / IN / and subqueries does not work

    yes... the problem is I am running apache 3x and it gave me a difficult time to upgrade. After 2 days of downloads and debuging, i rolled back to Mysql3.2.3. The problem is i am having such a hard time with Mysql 3. I have 2 tables and they contain similar data on 3 fields. I tried to join...
  3. pingLeeQuan

    EXIST / IN / and subqueries does not work

    Thanks Andrew, I guess it is time to upgrade.
  4. pingLeeQuan

    EXIST / IN / and subqueries does not work

    I have been trying to get this working for a while but with no use. I consulted the manual and even the JDBC manual which was developed by Mysql and all say the same think. Every time i try to use the phrase "EXIST" or "IN" or "NOT IN" or even using sub query, it fails telling me that i have a...
  5. pingLeeQuan

    problem populatn ComboBox w/ picklist

    I have a combobox called A-Acmbx. I would like to populate this box with values from a database. My question is... Is the only way to display data in the combox is through a picklist which points to anotehr query? I was able to do this but it is been kicking my *&% and having lots of problems...
  6. pingLeeQuan

    geting Text45 when importing into eXCEL

    I have 6 reports that i generate through ms access forms using VB forms. I can export most fo teh reports into excel fine except 1 report. When i right click on teh report, i choose export. then a another screen comes up asking for the name and the format of the file that i want to dump to...
  7. pingLeeQuan

    how to view hidden tables

    Thank you FancyPrairie. Sorry it took too long to respond... thanks again, that worked.
  8. pingLeeQuan

    how to view hidden tables

    I have a database that is tied to some VB code. Every time I click the database icon (msaccess 97), a form comes up and i start my inventory tracking. I wanted to go look at the tables, but every time I click the "Tables" tab, it tells me "Record is deleted" and does not show me any tables...
  9. pingLeeQuan

    need your recommendations on dev. lang w/ mysql

    i am developing a site which has 3 to 4 MYSQL databases / DSN. I would like to use PHP because it acts well with MYSQL. My question is Would you recommend PHP for development or one of the following (ColdFusion, ASP, or JAVA-servlets+jsp). Also, would you please recommend a hosting company...
  10. pingLeeQuan

    Need help getting docs or answers

    J. Thanks a bunch for you rreply. It diffntly helped point me in the right direction. thanks again
  11. pingLeeQuan

    Need help getting docs or answers

    Thanks for your reply. I've been told that i need to start sending emails to parents of students. We have the emails on file. Also want to be able to have them respond to an email address that will send the replies or suggestions to everyone on that list without typing all email addresses...
  12. pingLeeQuan

    Need help getting docs or answers

    I've been trying to understand what is involved in being able to start a mailing list and mailing groups. I talked to my ISP couple of times and every time i get a different explanation. I understand that i need a hosting company to host my Domain name. But what is involved in getting an...
  13. pingLeeQuan

    Why other computers can't see my web page

    Check to see if file and directory permissions are set to allow for browsing and updating file info. One of the things that i had problems with is the routers firewall and the "localhost" fire wall. Make sure you grant access and add teh "guest" computer to the safe list. Hope that helps.
  14. pingLeeQuan

    Updatig records from / to same table

    Thanks sleipnir214 for your respond.... well... The employee has 10 records and 1 to 3 records have the project id in them but not the rest. I wante to know if there is a way to actually update the rest of the records (in the table) without having a circular reference errors. I even copied...
  15. pingLeeQuan

    Updatig records from / to same table

    Hello, I have a table that contains records with duplicate employee numbers. Each employee has MANY records. Some of those records are updated with project id and some are not (for the same employee). I would like to run a query to update the old records for the same employee with information...
  16. pingLeeQuan

    Inserting records from another table

    dude... that worked like a charm... thanks a bunch..
  17. pingLeeQuan

    Inserting records from another table

    Hello, i am using the following SQL to insert records into Summary table from another table but i keep getting a syntax error. When i run teh sqls individually, they work ok... any thought on how i can get this done? INSERT INTO tSummary (ssnumber,unitid,projectid,tenant_lname,tenant_fname)...
  18. pingLeeQuan

    Newbie

    I am new to webcam200 and webcam server processing. I would like to develop an application where i can view my daycare facility from my office in another location. Please excuse my lack of knowledge if ask the following. --What software do I need to get this going? --I have a Logitech...
  19. pingLeeQuan

    IDE Palette Question

    I am spankn' new to JBUILDER and was wondering if some one came across some kind of documentation that explains each item in the Palette(s) in the IDE and what to use it for and what does it depend on. Any help would be greatly appreciated Thanks in advance dudes and (dudets)
  20. pingLeeQuan

    Setting TDBGridOptions At run time

    I am trying to set the grids "Options" at run time. Can it be done? I am trying to use the same grid for 2 purposes. one is to edit the data in the grid and the second is to allow the user to select any rows they want and be able to print them. Another problem I am having is trying...

Part and Inventory Search

Back
Top