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 IamaSherpa 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. sOlsTiCezA

    Strange Error - Processor Utilization Problem

    Hi, I am using a toolbar connected to actionlist actions. I also have a timer component on the form. The interval for the timer is set to 2. if the timer is enabled, my processor utilization shoots up to 100% ( P2 300 Mhz). If I make the toolbar invisible, utilization is at 3-7 %. If i remove...
  2. sOlsTiCezA

    Database Problems

    Hi I want to insert a record into a table, and before posting, I want to retrieve the value of the auto incremement field. Is this possible ? Also, I use the locate function of TDataset to retrieve the first record that matches specified criteria, but how do i retireve the following records...
  3. sOlsTiCezA

    Retrieve a list of local groups that user belongs to

    Hi I want to retrieve a list of local groups that a user belongs to. Also, I want to retireve a list of user names. Thanks
  4. sOlsTiCezA

    Storing/Retrieving BLOB's in MS SQL using Delphi

    Hi I want to store and retrieve blobs in MS SQL using delphi 5 Enterprise and ADO components. Current method makes use of Blob Stream, but requires constant connection to all fields in Database causing major memory issues. What is the most efficient way of doing this. Thank You
  5. sOlsTiCezA

    DDE Api Question

    I want to decalare the DDECallBack function as a method of an object. Keep getting trivial errors. Any ideas/ resources on using DDE API calls within objects. Thanks
  6. sOlsTiCezA

    Developing COM in Delphi - Help Needed

    Hi I am looking for good tutorials/resources on the internet for COM development in Delphi. Thanks
  7. sOlsTiCezA

    Creating DDE Server/Client

    Hi Where can I find info/sample programs on Delphi DDE ? Thanks
  8. sOlsTiCezA

    Mail Question

    Hi I have a linux server. How do I configure the server so that when I send e-mail to another domain name, it forwards the e-mail to the correct SMTP server. eg. Linux Server is in LinuxDomain.com I want to send mail from user on linux machine to user@NewDomain.com. The mail server for...
  9. sOlsTiCezA

    Spread MySQL Database over multiple folders in WIndows

    Hi, I checked out the link and I have to agree with piti. SymLinks don't solve my problem though. Does anyone know what the file count limit on NTFS partitions are ? Thanks for the feedback...
  10. sOlsTiCezA

    TClientSocket

    When using a TClientSocket on an NT machine, i get a 10049 error. The socket connects to the server, if the server is on the local machine using localhost. If i type in the IP address i.e 198.162.1.49 then i get that error. The program works on Windows 2000 and 98. Why won't it work on the NT...
  11. sOlsTiCezA

    Spread MySQL Database over multiple folders in WIndows

    Hi, Is it possible to spread a single MySQL database over multiple folders ? Reason is that I have reached the maximum number of allowed files for a folder ( in my case, 39455 files) Thank You
  12. sOlsTiCezA

    MySQL Table Limit

    Hi MySQL states that there is no limit on the number of tables that can be created, but the problem I have is that when I reach +- 7500 tables, I receive an error stating 'Cant create/write to file .\DbName\TableName.myi Error 13' ( 13 = Permission Denied ) If I drop 'n' tables, then I can...
  13. sOlsTiCezA

    Maximum Number of Tables

    I get up to +- 7500 tables and I then receive an error stating cannot create/write table. I can however manually copy files into the database directory.
  14. sOlsTiCezA

    Maximum Number of Tables

    Hi What is the maximum number of tables that can be created in a single MySQL Database ( ver 3.23.45 ) ?
  15. sOlsTiCezA

    Sorting Values in TLineSeries object of TChart

    Hi The ValuesLists property of the TlineSeries Object has a sort method. I would like an example on how to use this feature. Any ideas ? Thank You
  16. sOlsTiCezA

    Inserting Bitmaps into Richedit

    Hi People I want to insert a bitmap into a richedit box. Any ideas ?
  17. sOlsTiCezA

    Union Query in MYSQL

    Hi How do i perform a union select in MYSQL. I am currently using ver 3.23.45 which does not support the union statement. Thanks

Part and Inventory Search

Back
Top