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 strongm 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. vladab

    How to find the First and the Last file in the list

    Works like a charm! Thank you for your help, PH!
  2. vladab

    How to find the First and the Last file in the list

    Hello, I have a list of files. I need to look in the first file and grep for a certain expression. I also need to look in the last file to look for a different expression. Can you suggest the best way to do it? I am getting the list of file names as a result of grep. How can I find what is the...
  3. vladab

    Convert CHARACTER to Date

    Yes. I already changed it to the way you are suggesting and it worked. Thank you.
  4. vladab

    Convert CHARACTER to Date

    I am trying to convert a field of CHARACTER(8) data type into Date format 'yyyy-mm-dd'. The following query produce 2665 (Invalid date) error : select cast('20041101' as date format 'yyyy-mm-dd') from table_name Please advice how to fix this error. Vlada
  5. vladab

    How to connect to a database on remote Unix server?

    The database is Oracle.
  6. vladab

    How to connect to a database on remote Unix server?

    Hello, I am a UNIX novice. I am changing the code someone has written before. This code somehow connects to the database on the remote unix server. I have to redirect the code to connect to the different server. Could you please explain me the below code? (I've changed all the names in the...
  7. vladab

    database properties in mircosoft visio

    hi genwel, Have you ever get an answer to your question? Could you please share with your solution to the stated problem? Thank you
  8. vladab

    Cyclic Redundancy Checksum Algorithm

    Hi, Can anybody describe me Cyclic Redundancy Checksum Algorithm or post a link where I can find the information about it? Thank you. Vlada.
  9. vladab

    Outlook Automation Object

    Hi, guys, Do you know how programmatically access and change the Message Format in Outlook? Your help will be greatly appreciated. Vlada.
  10. vladab

    Send e-mail in HTML format via Outlook automation

    Hi, folks, I want to send e-mail message to our clients via Outlook, taking their addresses and names from Access 2000 database. I am trying to send the letter as HTML page with Images and different formatting. I use .HTMLBody property of MailItem object like .HTMLBody = strHTML where strHTML...
  11. vladab

    Email column from access 2002 using outlook

    Hi, folks, I want to send e-mail message to our clients via Outlook, taking their addresses from Access 2000 database. I am using the code similar to the above mentioned, but I am trying to send the letter as HTML page with Images and different formatting. I use .HTMLBody property of MailItem...
  12. vladab

    DataGrid and Dynamic Recordset

    Hi, everybody, I am using DataGrids to show database data (SQL 2000) in my VB application, let the user to select the record in the DataGrid and see the details. 10 users. I use Client cursor and Static recordset. Now the User wants to see all additions that are made to the data in the database...

Part and Inventory Search

Back
Top