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: *

  1. jackrabbithanna

    Seeking DBStringGrid Control

    Has anyone come across a control that stores the entire contents of a stringgrid in one BLOB field in a table? This way each record could have a field that contains a string grid. Given enough time I think I could learn how to create my own custom control to meet my needs but I'm working on a...
  2. jackrabbithanna

    Error reading database blob stream

    I'm storing 4 different lists in a Paradox table using a TTable component. Each list has its own blob field. I have no problem saving each list to its field but when I try to retrieve the lists later I recieve an error : "EDBEngine Error with message 'Blob not opened'". But if I step over...
  3. jackrabbithanna

    Fedora Core 2 for AMD 64??

    I just got a Compaq Presario R3000Z notebook with the AMD 64 processor. Has anyone tried Fedore Core 2 on a AMD 64 chip? Does the latest kernel support the hardware of the presario? It has NVIDIA GeForce 4440 and wireless connectivity. What are peoples impressions of Linux AMD 64? Thanks...
  4. jackrabbithanna

    Installing Packages of Components

    Today I downloaded a package of components, build them, and installed them by using the InstallPackage menuitem. They seem to have installed correctly Here's the problem. When I add one of these components a include line is automatically created which includes the .hpp file for the component...
  5. jackrabbithanna

    Storing strings of StringGrid in single database field

    I'm creating a program to manage a database of invoices. Each invoice will have a parts list. The parts list has part number,price, quantity etc... I'm using a string grid to display and edit this data. The problem is how to store the strings in a single binary field in a paradox table. I've...
  6. jackrabbithanna

    Stroring Strings of StringGrid in database field

    I'm creating a program to manage a database of invoices. Each invoice will have a parts list. The parts list has part number,price, quantity etc... I'm using a string grid to display and edit this data. The problem is how to store the strings in a single binary field in a paradox table. I've...

Part and Inventory Search

Back
Top