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 Mike Lewis 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: Chunchie1
  • Order by date
  1. Chunchie1

    resetting Autonumber field back to 1 in Access Table

    I think i found it in microsoft site: support.microsoft.com/default.aspx?scid=kb;en-us;812718 thanks anyway
  2. Chunchie1

    resetting Autonumber field back to 1 in Access Table

    i have a table which has a field with autonumber value. Can i reset this value back to one....just to start all over again? i don't want it to continue endlessly. thanks
  3. Chunchie1

    deleting specific record in VB .NET

    Thanks Fawks...after going here and there ...thinking much i found the error is the delete and update command were not working properly in the configuration of OleDbDataAdapter2....that was b/c the table i'm updating doesnot have a primary key....so i created one for it...and it worked.
  4. Chunchie1

    Outlook 2003 for both LAN and Internet ? on d/t .pst files

    that really worked thanks. i thought the rule will take me nowhere...
  5. Chunchie1

    I can receive, but CAN'T send! MS Outlook

    Other than checking the smtp setting, you should check also if port 25 is closed by ISP or the applications you are using. If you using Mcafee 8 or higher anti-virus program it will close the port so check your port first. you can give a command "telnet xxxx 25" on your command port where xxxx...
  6. Chunchie1

    Outlook 2003 for both LAN and Internet ? on d/t .pst files

    I am using Outlook 2003 on our network to access Exchange server. But i have also POP3 Account at differnt place which i can access thru Internet. I want to use the same Outlook 2003 Profile to access also this pop3 account but I want it to deliver messages on a different .pst file or on a...
  7. Chunchie1

    deleting specific record in VB .NET

    Hello rjoubert I still could find what to do with this error. below is my peice of code for the deletion of specific record. this code tries to delete all rows with 'Month' field value of January. Please help: ----------------------------- Try If Not (Me.cmbMonth.Text = "")...
  8. Chunchie1

    new hardware....how to transefer AD controller

    but what about the exchange server? the exchange server is on old machine with all data. this server is accessed by Internet users for POP3 access and Outlook Web access.
  9. Chunchie1

    new hardware....how to transefer AD controller

    Good. we have still another servers together. one back up server and also a financial system server. we can make one of them a DC by transferring the role. but still how do you join the new server by totally replacing the old one and using the same name as the old one. the reason we want to...
  10. Chunchie1

    new hardware....how to transefer AD controller

    we have a win2k3 domain controller server on the network. as the same time this server runs Exchange 2003 server which is accessed also thru Internet i.e. Outlook web access. we just purchased a new server to change the old one. How do we transfer everything to the new hardware with the same...
  11. Chunchie1

    deleting specific record in VB .NET

    that was very helpfull. thanks much. i will study more on that.
  12. Chunchie1

    deleting specific record in VB .NET

    I'm sorry to nag you but this is a bit advanced for me. could you please go on telling me about the DeleteCommand setup. thanks.
  13. Chunchie1

    deleting specific record in VB .NET

    Thanks much, rjoubert. I tried the code you gave me and i am getting the following error message: ------ An unhandled exception of type 'System.InvalidOperationException' occurred in PayerMan.exe Additional information: Update requires a valid DeleteCommand when passed DataRow collection with...
  14. Chunchie1

    deleting specific record in VB .NET

    I have a table of many records with "month" as one field. i want to delete all records with Month field value for example "january". how can i do that? please give me a solution for a dataset. i have alread defined data adapter(oledbdataadpater1) and dataset (dataset11). thank you.

Part and Inventory Search

Back
Top