Community Profile

photo

Bruce MacWilliams


Last seen: 11 months ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


SQL Server Compact Database File
Has anyone successfully accessed data contained in a SQL Server Compact Database File (.SDF)? If so, could you share the steps...

4 years ago | 1 answer | 0

1

answer

Answered
Combine two (or multiple) columns into single vector by criteria
I seem to have figured out at least one solution, using the index arrays (LData, RData) to multiply, so the solution using above...

5 years ago | 0

Question


Combine two (or multiple) columns into single vector by criteria
Should be simple, but I'm not getting this. I have Left and Right data columns that I want to extract into a single vector based...

5 years ago | 1 answer | 0

1

answer

Answered
Import table from row oriented excel sheet
Thanks. That got me going in the right direction. It was at least a way to read the variable names. Here's the complete solution...

5 years ago | 1

| accepted

Question


Import table from row oriented excel sheet
I have Excel worksheets oriented such that variable names are in the first column and variables in rows. e.g.: Var1 1 2 3 ... ...

5 years ago | 1 answer | 0

1

answer

Question


Replacing values in a table
I have a table created from a database query using T = select(conn,selectquery); Missing database entries for numeric integer t...

6 years ago | 2 answers | 1

2

answers