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...
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.