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 bkrike 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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)...
  10. 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...
  11. 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)
  12. 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...
  13. pingLeeQuan

    BDE-How to get data from 2 tables in 2 databases

    Sorry if this issue is simple, but I was wondering if someone can help in gathering information form 2 tables in 2 different databases. This is what I have... but the sql engine tells me that the second table cannot be found in the first database. It does not recognize the second database...
  14. pingLeeQuan

    How to get data from 2 databases

    Sorry if this issue is simple, but I was wondering if someone can help in gathering information form 2 tables in 2 different databases. This is what I have... but the sql engine tells me that the second table cannot be found in the first database. It does not recognize the second database...
  15. pingLeeQuan

    OK... A better way of handeling SQL Updates

    Sorry if this post needs to be in the sql group. I am trying to update bunch of records in the same table with a value from one of those records. I have n records of which i have x that have blank ssnumber. These x records belong to multiple categories. I need to be able to update group x...
  16. pingLeeQuan

    Field of an unknown type error

    I am stuck in trying to update/insert a record in to the table. I have 4 visual components on my form Tquery, tUpdateQuery, Ttable, and tDataSet. The "DataSet" in the property option of the DataSet is set to the query's name The "UpdateObject" of the query is set to the...
  17. pingLeeQuan

    Making a function global to all project/or whole .cpp unit

    i feel very humbled by asking this question and pardon me for asking such stupid one. I have a class called DisplayDude(AnsiString DudeString). It is in the main class of the project. I need to be able to call this function from within another function. How can i make DisplayDude global to...
  18. pingLeeQuan

    TableType in Object Inspector

    The program that I was working on used Paradox as the database. I changed the database to mysql and ported the data to it. The problem that i am having is the "TableType" Field in the object inspector. It still says Paradox. The only options that i have are DBase, FoxPro, Paradox...
  19. pingLeeQuan

    Newbie Q. Debugger Not Responding

    Hello... I am fairly new to BC++B. I was trying to debug a program using the built in debugger but it is not responding. According to the help menu. I put break point at the statement lines that i need the execution to stop at. When i run the program, it keeps on crusing past all the break...
  20. pingLeeQuan

    Need a place where i can find docs

    I am fairly new to B-C++-Bldr and i am looking for a place that can provide a manual-type of documentation. I bought a book but it turns out it is for high end users. I also visited the borland site and all i could find are articles and code. I am sure there are palces on the net that...

Part and Inventory Search

Back
Top