2130 results in the forums
Order by date - Order by pertinence
All (2157)
Reviews (3)
Press (24)
High-tech (2130)
 
Equivalent of --append-to-version for deb-pkg ?
Hi all, testing solutions for a kernel bug I have recompiled several times the same version of the kernel. I like the command deb-pkg but I didn't find a easy way to change the name of each compiled version instead of erasing the previous one. ...
Message posted on the April 16th, 2013 - 9:00 PM ET
Bug#672711: sbuild: --append-to-version should set source:Version substvar
Package: sbuild Version: 0.62.6-1 Hi Roger, As you saw on #debian-devel about a week ago, Paul Wise noticed (as a result of running the debian-derivatives analysis scripts on Debathena, which uses --append-to-version for all builds) that builds ...
Message posted on the May 12th, 2012 - 11:40 pm ET
Append to two different tables
I think I know the answer: I want to Append "working" table fields to two separate tables from a single Append Query. I believe the answer is NO. Can only Append to one destination table. So, having said that, what I want to do is this: ...
Message posted on the April 19th, 2010 - 12:31 pm ET
[PATCH] perf: add -o and --append options to perf stat
This patch adds an option (-o) to save the output of perf stat into a file. You could do this with perf record but not with perf stat. Instead, you had to fiddle with stderr to save the counts into a separate file. The patch also adds the --append ...
Message posted on the August 15th, 2011 - 04:30 pm ET
Unable to append due to key violations
I'm stuck. I have two tables - an orders table (Orders) and a invoices table (InvoicesFirst). They are setup as a 1 to many relationship...sharing OrderID. They each have their own primary key - OrderID and InvoiceID respectively...both assigned to ...
Message posted on the June 10th, 2010 - 10:06 am ET
Append Queries in 2007
I'm wondering if I am understanding something correctly... Here's the situation: I want to create an append query to append all fields of one table into another. The fields in these tables match. I have criteria so search only a certain date range ...
Message posted on the June 25th, 2009 - 02:43 pm ET
Have query append or make new record
Hi I need to know what I need to do to make my query do something like this: IIf([MailMerger]![ShipToName] = [MailMergerClub]![ShipToName], (append only the fields [Club] and [ClubPrice] to current record), (append all fields to new record) ...
Message posted on the May 26th, 2009 - 09:16 am ET
Append query in macro get key violation - by itself no problem
I have a macro in Access 2007 that executes some VBA code which creates a number of tables and then runs a series of append and update queries to append records to ODBC linked SQL files. When the append queries listed below is executed by the ...
Message posted on the February 24th, 2009 - 10:59 am ET
append multiple worksheets data into a single multi-dimensional array
hi, i have workbook which has columnar data in it which spans multiple sheets. i.e. each row is a single record which spans multiple worksheets. the rows are of fixed numbers across the sheets (say 200), but the columns vary to 255 or less. what i ...
Message posted on the April 05th, 2012 - 10:02 pm ET
How to append data to existing workbook's sheet and don't create a new workbook
I am trying to work out what I need to change in the following VBA code to append the data at the bottom of data that already exists in a workbook named "Main" and a worksheet named "summary": Code is here: ...
Message posted on the February 24th, 2012 - 04:36 pm ET
How to append data from different sheet and different workbook?
Hi Guys, Which is the best way using excel VBA to combined non duplicate data from different sheets and different workbook? For example I have 2 workbook, workbook 1 and workbook 2. They have similar worksheet with similar header. Now my mission to ...
Message posted on the February 03rd, 2012 - 11:04 am ET
Choose append field based on criteria
I am trying to append some data to a new table. Table A looks like this> ID|Year|Jan|Feb|Mar..and so on Sample data 1|2011|10|20|30 I would like the new table to look like this> ID|2011/Jan|2011/Feb|2011/Mar I am trying to use this iif ...
Message posted on the November 09th, 2011 - 12:32 pm ET
sed append in preseed/late_command
Hi, How can I use sed in preseed/late_command to insert a new line, two lines after the line which contains "<!-- Volume definitions -->", in pam_mount.conf.xml? Normally I'd use something like the following, but I think the sed ...
Message posted on the November 06th, 2012 - 07:50 am ET
Access 2007 Append Query – Issue with automatically inserted bra ck
I ran into something strange while doing a Make Table Query that was followed by an Append Query (from a “purchased system” table that has many field names with embedded blanks.) To understand this issue better, here is what I did to ...
Message posted on the May 18th, 2010 - 02:48 pm ET