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 SkipVought 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. shilpashetty27

    Update links to ODBC tables using Linked Table Manager

    Duane, Thanks again for the update. With some fiddling around, I was eventually able to figure this one out. I wasn't selecting the right ODBC driver when prompted to as it turned out. Unfortunately I did not have access to the database to provide you a screenshot of where the problem was and...
  2. shilpashetty27

    Update links to ODBC tables using Linked Table Manager

    Duane, Thanks for your reply. I have a few ODBC tables already linked in my db. I'm merely trying to update those links. To do that, I select the ODBC table I'm trying to update, right-click and then select Linked Table Manager. This then prompts me to enter the DSN and etc... This is where I...
  3. shilpashetty27

    Update links to ODBC tables using Linked Table Manager

    Hi All, I'm new to MS Access and have been trying to update the links to the ODBC tables in my database. I'm trying to do this using the Linked Table Manager option by right-clicking on the ODBC table I want to update. I'm then prompted for choosing a DSN and then a data source. Can anyone...
  4. shilpashetty27

    Filtering for Unique Fields in a Table

    Thanks for your response, but an example would clarify things better. I'm not sure I followed your suggestion. Please specify the code if you can. cheers!
  5. shilpashetty27

    Filtering for Unique Fields in a Table

    Hi, I've been trying to accomplish the following in MS Access: From the following table, I'm trying to filter out any duplicate 'Column B' values. For the unique 'Column B' values, I want my query to return the corresponding 'Column C' values. Column A Column B Column C 1 abcd stuv 2...
  6. shilpashetty27

    Comparing 2 columns in a particular table

    Hi, Thanks for your responses I have a couple questions: 1) In Remou's reponse, I notice you have used two tables (t1 and t2) but my data is all in just one table. Perhaps, I'm missing something. More clarifications are appreciated. 2) In BigRed1212's response, I notice in the FROM...
  7. shilpashetty27

    Comparing 2 columns in a particular table

    Hi, I'm trying to compare two columns in one particular table. To be more specific, I have 3 columns as shown below: Column 1 Column2 Column3 1 abcd efgh 2 efgh mnop 3 ijkl abcd 4...
  8. shilpashetty27

    Filtering for UNIQUE records in one table

    Thanks PHV and Karja, I checked PHV's method again and it just so happened that I had overlooked something. Both your suggestions worked perfectly fine for me! cheers, Shilpa
  9. shilpashetty27

    Filtering for UNIQUE records in one table

    Thanks PHV for your reply. I did try out your suggestion but unfortunately it doesn't seem to be filtering out the duplicates in the 'Name' column. Any more ideas perhaps??? Thanks again! Shilpa
  10. shilpashetty27

    Filtering for UNIQUE records in one table

    Hi all, I've been trying to accomplish the filtering out of duplicate data in the following table. ID Name Code 1 x Pink 2 y Red 3 z Orange 4 z Orange From the table above, I'm trying to filter out duplicate 'Name' fields and obtain only unique 'Name' fields with...
  11. shilpashetty27

    Linker Error in Borland

    Hi all, Here's the linker error I'm presented with in my Borland project. Any ideas what the file in the error message is? [Linker Error]Unable to open file 'PROCONST.R32' Thanks for your help in advance cheers, Shilpa
  12. shilpashetty27

    Array of objects

    Hi all, I’m trying to create an array of a string object whose contents I need to access later. To be more specific: string data[] = {“10”,”11”, “12”}; Using a for loop I want to access the first, second and third element of the array above. As I understand it, the above declaration is...
  13. shilpashetty27

    Reading a text file

    Hi there, I'm sorry I should have been more specific. The predefined array is just a 1-d 8 element array and the contents of the text file have spaces between the numbers. For eg, the contents are: R [40] [45] [56] R [10] [12] [13] [14] Please note each line like the above lines are...
  14. shilpashetty27

    Reading a text file

    Hi all, I’m trying to read the contents of a text file and attempting to compare each content with a particular number in a pre-defined array. I’m unable to proceed as I’m stuck with how I can read contents that are specified in various formats. For eg: below is a sample of how the contents of...
  15. shilpashetty27

    File Position Pointer

    Hi, Thanks for your reply. Yes, I'm definitely interested. Better ideas are always welcome. It would be great if you had some tips on how i can do this using streams. Thanks again! Shilpa
  16. shilpashetty27

    File Position Pointer

    Hi all, A little background on what I'm trying to do. I've created a file with 5 lines, 3 numbers on each line. I intend to read only the second number of every line and then jump to the newline. For eg: Line 1: 1 2 3 Line 2: 4 5 6 Line 3: 7 8 9 Line 4: 1 2 3...
  17. shilpashetty27

    multiple selects using TRadioButton

    Hi 2ffat, Thanks for the prompt reply. Actually, just placing radio buttons on the form doesn't facilitate multiple selection. BCB says that it will allow multiple selects ONLY if the buttons are placed in different containers (eg. groupboxes). Unfortunately, doing that defeats the purpose of...
  18. shilpashetty27

    multiple selects using TRadioButton

    Hi All, As i understand it, it is not possible to select more than one option in a TRadioButton component. Any ideas on what I need to use to be able to select more than one option at the same time in a RadioButton component. If it's not possible to achieve this with a RadioButton, can you...
  19. shilpashetty27

    control that will open a text file in the default text editor

    Hi all, I need some pointers on file handling in Borland. I’m trying to create a button that will open a file in my default text editor. Not sure if there is a BCB function that can handle this. The file to be opened is created using the OpenDialog control. Thanks in advance for your...
  20. shilpashetty27

    mouse over events in BCB5

    Hi all, I'm trying to create 'mouse over events' that will pop-up a 'help' menu describing the function of the control that the mouse is pointing to on my form but not sure how i can go about it. Can anyone please give me some direction/ideas? Thanks in advance for the help! cheers, Shilpa

Part and Inventory Search

Back
Top