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 Rhinorhino 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: liaml1
  • Content: Threads
  • Order by date
  1. liaml1

    ADO Table problem

    Hello All, I am having problems with a TADOTable component. I created it dynamically and fed in the ConnectionString and TableName properties as shown below. : MyTable.ConnectionString:='Provider=MSDASQL.1;Password=catservNDC1;Persist Security Info=True;User ID=ndc;Data...
  2. liaml1

    Problem with ADO Table

    Hello All, I am having problems with a TADOTable component. I created it dynamically and fed in the ConnectionString and TableName properties as shown below. : MyTable.ConnectionString:='Provider=MSDASQL.1;Password=catservNDC1;Persist Security Info=True;User ID=ndc;Data...
  3. liaml1

    MS SQL OLE DB Provider

    Hello All, I am making a piece of software and would like to connect to my MS SQL 2000 server (actually MSDE) using The OLE DB Provider for SQL SERver. I have so far been unsuccessful. I have read through the other threads and have tried the following: 1) Connecting via ODBC instead - This...
  4. liaml1

    Geovision - Web cam server

    Hello Everyone, I have a DVR server with Geovision's v. 6.0 software installed. I also have the Web Cam server installed and I can view my camaras over the internet. What I wanted to know was if it was possible to move the WebCam screen from one monitor to the next (in case you were using...
  5. liaml1

    EPOS 5.2A SP6 Question

    Good day everyone, I am trying to modify the receipts that EPOS prints to include line discounts(discounts on individual items rather than overall discounts). I then want my extended price to be reflected with discount already applied. When I took a closer look at the value of...
  6. liaml1

    Adding 2003 Server Domain Controller to 2000 Domain

    Hello everyone. I am trying to promote a 2003 server machine to a domain controller on my existing 2000 domain. So far I have run adprep /forestprep and adprep /domainprep on my existing 2000 server domain controller. However when I run dcpromo on the 2003 server I get an error saying that...
  7. liaml1

    Looking for a good POS system ro small business

    Good day everyone, I am looking for small Windows based POS to handle the following: a. sales record b. purchasing (reording) c. stock (inventory control) This is destined for a small retail outlet and should be most likely resonably priced (but I am open to recomendations). Thanks a lot Liam
  8. liaml1

    ACCPAC EPos v5.2 problem

    Hello everyone, Does anyone know how I can make the Sales person name that appears in the little salesperson window when you make an invoice default to the name of the person that is logged on to Epos at the moment? I have a new Epos user that I entered recently and I would like their name to...
  9. liaml1

    Windows 2003 Server CALS

    Hello here, i have a problem here that I would like someone to clarify for me. Does the number of Windows Server 2003 CALS that I have affect the number of uers I have on my domain? I am thinking of upgrading top 2003 Server but I am unsure about this. Liam
  10. liaml1

    Back Exec Question

    Hello All, I have an issue that I would like to put to you all out there. What if my backup server crashes and and I have to replace the Hard Disk. Will I still be able to restore from my back-up tapes even if the restore selections will no longer appear on the newly installed versin of...
  11. liaml1

    Storeed procedures in MYSQL Administrator 1.1.9

    Hello everyone, I am creating some stored procedures with MYSQL Administrator 1.1.9 but when I create the 20th stored procedure the last one in the list is replaced by it. It seem like it cannot go over 20 stored procedures. Has anyone else encountered this problem? Liam
  12. liaml1

    Delete Stored Procedure

    Hello everyone, Could someone tel me what is wrong with this stored procedure that I am trying to create in the MYSQL Administrator? CREATE PROCEDURE `fjschema`.`sp_delete_tb_proprerty` (_id INTEGER) BEGIN DELETE `fjschema`.`tb_property` WHERE ID = _id END I keep getting a 1064 error on...
  13. liaml1

    Synchronising from DBDesigner

    Hello everyone, I am having problems connecting to my MySQL 5.0 db server for synchronization from DbDesigner. I have a modle that I want to creaate a new DB for. When I select the localhost and put in the root password I get an error saynig "Invalid username and password". I have the MySQL...
  14. liaml1

    RAID 1 on Compaq Proliant 1600

    Hello everyone, I have just acquired another hot-swapable drive for my compaq Proliant 1600 server. Does anyone know how I can configure this Machine for RAID 1? I would like to use the new hard disk as a mirror for the first. Just for the record I am running Windows 2003 Server...
  15. liaml1

    TIdFTP component

    Good day I am using a TIdFTP component fom the Indy Clients bar in Delphi 7. Whenever I call the STATUS command my application freezes completely. Below is a copy of the source code that calls the STATUS command: procedure TForm1.CheckFTPStatus; var MyStatusList: TStringList; i: integer...
  16. liaml1

    ACCPAC Epos 5.2A

    Hello everyone, Does the ePOs 5.2A register store the name of the person that is currently logged on in the local Register.mdb or Data.mdb database? I need to include this info on my sales slips. Liam
  17. liaml1

    P/O Posting Journal ACCPAC 5.2 A

    Good day, How do I get my P/O Receipt Posting Journal Report (PORCPJ12) to print all the additional costs that are applied to a particular receipt. I have applied 2 different additional costs to a receipt and only one of the additional costs is printed on the report. Any help would be...
  18. liaml1

    Re: thread318-324211

    With respect to thread318-324211 . I would like to know how you can create a key field that is made up of multiple colums. For example, if you have an InvoiceHeader table and an Invoice Details table and you want the InvoiceDetail table's key to be the invoiceNumber and LineNumber how could...
  19. liaml1

    Expanding Files

    Good day to all, I turned on my computer today and got the following message Object name Not Found - Isass.exe. This prevents the computer from successfully booting up. Could I just expand this file from the installation CD? And if so what source and destination must I use with the expand...
  20. liaml1

    Windows XP Pro Logon

    Hello Everyone, Is there any way to make Windows XP automatically log on a user without making the necessary adjustments in the Registry manually? Liam Laurent

Part and Inventory Search

Back
Top