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

  • Users: MatthiasB
  • Content: Threads
  • Order by date
  1. MatthiasB

    Multiple table lookups and implicitly retained variables

    Hi everyone, I have a tricky problem with table lookups and implicit retaining of variable from those input vectors. We have a base table with several million records and >1,000 variables, the lookup tables are also in the region of several hundred K observations and several hundred variables...
  2. MatthiasB

    Set event handler at runtime

    Hi, I wrote a mini form-app that connects to an SMTP server and sends an email - using this for batch job control. I want to go away from the form and make it a console application. My problem is that I cannot assign the event handlers for connect, failure, and success like I can do in the form...
  3. MatthiasB

    TDBEdit - trimming and changing

    Hi everyone, getting more understanding of Delphi (5) and InterBase (OE), but still searching the paths - this will be a bit longer one :-) I have a main form with DBGrid showing (potentially subset) of an InterBase view (4 tables master/detail chain, well normalized); access is done via IBX...
  4. MatthiasB

    Get active row in a TDBGrid

    Hi experts, was searching quite some time and thought this is quite a common thing, but I cannot figure this out in online help, book, or web - so asking here ;-) I have a TDBGrid and the usual stuff (TIBDataSet, TIBDatabase, TIBTransaction, TDataSource) to connect IBDataSet.SelectSQL to an...
  5. MatthiasB

    SQL error -204 "table unknown" (Delphi 5 Prof / IB open source)

    Hi experts, I have a problem connecting a DBGrid to an InterBase table. DB components used are: - IBDataSet - IBTransaction - IBDatabase All connected as described in the online help "InterBase Express Reference". When I at design time set IBDataset.Active to true I receive the...

Part and Inventory Search

Back
Top