Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL+ how to spool with data padding
Name: nine00 Date: March 29, 2007 at 08:53:48 Pacific OS: WinXP CPU/Ram: 3.6GHz / 3.5GB RAM Product: Dell Optiplex GX620
Comment:
I have a table with data that I want to output using the spool command. The output file is required to have an exact amount of whitespaces after the data. For example, the first 3 fields are defined as:
Name: wizard-fred Date: March 31, 2007 at 22:50:30 Pacific
Reply:
A spool was typically a device to buffer output until it could be printed. Therefore normally it would hold the formatted output of the report. It seems what you want to do is spool the data file to another data file. A simple program could be written to output a temporary file of the proper format. Or a database application could read and use the data directly.
Summary: I have an access form that has a listbox that shows all academic details. when a surname is entered in the text field and the button is clicked the following code behind the button runs: ############...
Summary: Hi, I want to allocate 120 data equally to 4 members using Any Function. (ie 1st 5 data to 1st member, 2nd 5 data to 2nd member, ect..) Example: Name of the 4 Member is Devi, Anu, Madhan, Devaraj. Equ...
Summary: I have developed a few reports on SQL Server 2008+VS 2008 and deployed them to the SSRS built in reporting URL (http://servername/reports) During the report creation I have used SQL authentication for...