Hello friends,
I apologize if posting this in the wrong forum. Saw a similar post here so thought I would start here. Please point to correct forum is I am wrong.
Problem: I have an *.xml file that I want to look through one line at a time via a *.bat file. I need to find a specific node...
Hello friends,
I am attempting to write the result of two separate subquerries into two separate tabs of a single excel workbook. I only know of a way to write out via bcp and xp_cmdshell to a tab delimited file.
i.e.
exec master.dbo.xp_cmdshell 'bcp "select top 3* from tblSomeTable"...
Hello friends,
I have read numerous threads in this site as well as Google but still cannot seem to get a simple timer to fuction properly. All I want to do is create a timer that fires every 15 seconds and execute the code in my Elapsed Time Event. My simplified example is as follow...
Hello friends,
I am trying to utilize the Symbol LS2208 to input data into an Excel spreadsheet. I have configured it to append a "TAB" suffix after a barcode scan to jump to the next column. However, when all data for that record is finish, I need to be able to scan a barcode that will...
Hello friends,
I am trying to copy a webpage (which is just a link to a pdf file) on our intranet. I need to copy it locally so that I can schedule a task to email it daily to a specific recipient daily. I have done a similar job in perl where I crawl a page and save its content - but that...
Hello friends,
I recently ran into a problem with my perl prog that reads from a flat text file for patterns and was hoping that one of the many Perl guru here can give me a hand or drop a few lines of suggestions.
My problem is as follow: My prog use to read one line of text at a time...
Hello friends,
I am trying to distribute an executable to another PC but running into an error something along the line of Settings are incorrect and that reinstallation may fix the problem. Both machines have identical OS (XP with SP2). The manifest for my compile application is as follow...
Hello friends,
It has been years since I fiddled with C. I was hoping someone with a little experience with Visual C++ 2005 Express Edition to give me a hand with compiling my source codes.
I have a set of source codes from a program's creator, written in C. I can build a project from...
Hello friends,
I am trying to enhance an old C program by adding emailing functionality to it. Any ideas from experience or theory on how email a few simple lines of text or with a file as attachement? Sample codes with specific syntax would be greatly appreciated as it has been years since...
Hello friends,
I have been given the source codes to an old/ancient program by the creator. It consist of seven *.c files and two *.h header files. It has been over a decade since I wrote anything in C so please pardon this simple question. I am attempting to compile these files into its...
Hello friends,
It has been over a decade since I have compiled and ran any C program. Please forgive me if my question are rather childish.
I have been given a C program/project to disect and apply improvements to. However, I am unable to compile it correctly even though I am certain that...
Hello friends,
I have a HP photosmart that is acting up. It is brand new with the correct driver installed. For some reason, it is printing a blank page (or at times a few characters) everytime my PC (wins XP) boots up. Can someone shed some light on this or have had this problem before...
Hello friends,
I am attempting to import a text file into my Access dB I would like to get additional help on how to manipulate the layout of the data within that file. A sample file would look like the following with "LocCode" being the column heading:
LocCode
R01CODE1
F00111111
F00222222...
Hello friends,
I currently have a macro created that run 7 separate reports and sending them out via outlook. The problem I have is that it is only two out and then exit abruptly as though the report generation process has taken too long and the Quit function in my macro has caught up...
Hello friends,
I am ateempting to build a query base on automatic date range. This query will be run on the first of every month for data of the past month and a half (i.e. Between '20040816' And '20040930'...if it was run on 10/01/2004)
My two questions are this:
1) How do I construct...
Hello friends,
I currently have 3 querries that run on a few tables according to date range. A report is then generated base on the results from these three separate querries.
What I like to happen is for my report to be auto-generated on a biweekly and end-of-month basis so that it can...
Hello friends,
I am attempting to open a .txt file and read in its contents. With every line from the file, I would like to append a comma and single-quote to the beggining, and a single quote at the end of the string/line.
example:
Original file:
Apple
Orange
Plum
Expected result...
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.