1
vote
2answers
38 views
Problem with rows and columns from a CSV
Hi, I'm having a major problem with writing values into a new CSV file.
I receive a csv file from which I parse all of the values. This works fine, I've brought this up and put it …
0
votes
2answers
39 views
How do I overflow the contents of a column into the next column using XSL-FO?
I have a table with three columns in which I'm trying to get some long paragraphs to flow dynamically from the first column into the second and then into the third. Currently, the …
2
votes
1answer
33 views
Creating a CSS-rule to work for both a one and two column layout
This is what I'm trying to do:
(Larger image.)
When the <nav> element is present in the design, I want it to look like the example below. Is it possible to do this while t …
0
votes
2answers
484 views
How can you list all SQL Server tables, their columns, and column data types using Powershell?
I'm trying to do documentation on an SQL server 2008 database. This includes listing all tables, their columns, and the column types. I've been so far as to use "get-childitem | ge …
0
votes
2answers
31 views
Multiple columns (one per type) vs. single TEXT/Clob column
I need to store some diffs of other tables' columns in the database. I want to use a single table.
Option A
Table with 4 columns:
id
content_type (VARCHAR 255, will be: datetim …
0
votes
1answer
44 views
C# OLE DB: How can I reorder columns of database table by using a dataset?
I know this might be a bit awkward but I am trying to modify the order of certain columns in a MS Access database in C# with OLE DB. How can I commit a certain change in the order …
0
votes
2answers
63 views
SQL comparing set of information in a column
Hey all, I'm having a difficult time wording this properly which is why im having trouble finding an answer online, so the best I can do is give an example. I have the following da …
1
vote
1answer
65 views
Compare Oracle table columns in SQL
Is it possible through SQL in oracle to compare two tables and list the columns that exist in one but not the other. I have two tables, one (table A) that receives the data from a …
3
votes
2answers
40 views
CSS: Two columns, balanced heights with preference for the left column
I have an ordered list of movies. Each movie has a name and a description. The description length varies. I list the movies one by one in two columns, roughly like this:
1. Blues …
0
votes
2answers
37 views
SQL CE Compact 3.5 Identity columns for a table.
Is there a query I can write against an INFORMATION_SCHEMA or against the system tables to determine if a column is an identity column in SQL CE version 3.5?
1
vote
2answers
55 views
Inserting a table column with jQuery
I have a table of data that I need to dynamically add a column to. Lets say I have this basic table to start with:
<table>
<tr><td>cell 1</td><td>ce …
0
votes
2answers
37 views
Swap columns from two sql server tables
I would like to know if there is anyway I can compare two columns in SQL Server.
The two columns are located in two different tables.
When the column 1's value is smaller than th …
0
votes
1answer
31 views
C# - ListView columns on left side?
Is there a way to set the columns to be on the left of side of a listview instead of on the top? Thanks.
1
vote
1answer
27 views
Layout problems in IE7
Our website www.phototulip.com displays fine in Safari and Firefox but not in IE7.
The main content seems to display on the bottom right hand side and the nav bar shifts slightly …
1
vote
1answer
64 views
iPhone + UITableView with multiple columns
Hi,
I want to display a UITableView with Multiple Columns.
The first column will have some text and another column will have a button, click of button will navigate to some anoth …
