Transferring Data With XML?I'm new at this. What would be the best way to transfer data in XML format
from sql server A to remote sql server B? We would like to encrypt the
data with ssl which we already have installed on our iis server.
--
..
http://sf-f.org, weblog and search engine for fans and writers of
speculative fiction.
..
...
Importing dataWhen I import sales data through 3CDaemon, I get cells that I of data that I
cannot use in formulas. It is like they are corrupted. But can copy the
info from cell to cell, just cannot use in formula (ex. =if(dd04="N",1,0.
Formula does not error out, but it makes no difference if N, U, or anything
else is in dd04. It answers back 0. How can I fix this ?
Just a couple of guesses (I have no idea what 3CDaemon is).
First, Get a copy of Chip Pearson's CellView Addin so that you can really
determine what's in DD04):
http://www.cpearson.com/excel/CellView.htm
Second, ...
Importing messages #6I have a backup disk that I would like to impport from, but obviously I do
not know how. When I double-click a message, it does not recognize which
program to use to open it and takes me to an MS site. All of these have a
..dbx extension.
Thank you.
"Jennifer" <Jennifer@discussions.microsoft.com> wrote in message
news:3398C3D3-FDD8-41CB-8F73-C445B56F6CF7@microsoft.com...
>I have a backup disk that I would like to impport from, but obviously I do
> not know how. When I double-click a message, it does not recognize which
> program to use to open it and takes me...
Import and exportTrying to salvage my data and it was suggestd I import and
export files, do I need to import and export closed
accounts as well?
Only if you want them in the new file. In order to export a closed account,
you'll need to first specify that it is open in Money.
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:269701c3fc78$9f29fcf0$a301280a@phx.gbl...
> Trying to salvage my data and it was suggestd I import and
> export files, do I need to import and export closed
> accounts as well?
...
Remote VPN access to ExchangeWe have a user who is remotely connecting to our network via VPN through a
Cisco PIX firewall. She can access network resources no problem, but when
she tries to configure Outlook using our Exchange server, it keeps asking for
authentication. Using her windows account information does not work.
How do we get past this? Thanks.
Is she actually authenicating in the domain or is she using cached
credentials? It seems unusual that authentication would work for network
resources for not for Exchange. What type of network resources is she asking
and is she actually logging onto the domain...
transfer data in excel between sheetsWhat I am looking to do is get a function button (or similar) on sheet 1 that
can recognise the data put in a column and upon a click of a button transfer
data held in a certain cell elsewhere and the date onto sheet 2.
If this is not possible, what the whole purpose I am trying to do is on
sheet one have a=50 fields per day, where 3 figures are entered per line, 50
lines (ie 150 pieces of data per day) which calculates the average of the 3
numbers per row, and then the average of all these numbers appears in a
seperate field on the spreadsheet (this I have already achieved.)
Then this...
Import TransferIN into TransferOUT... its possible?Hi, I have RMS 1.3, its possible to import a transfer in of one store into
transfer out on my store?
Thanks in advance.
Aldo,
If you are running HQ, it does this for you, on the next connect to HQ.
--
*
Get Secure! - www.microsoft.com/security
You must be using Outlook Express or some other type of newsgroup reader to
see and download the file attachment. If you are not using a reader, follow
the link below to setup Outlook Express. Click on "Open with newsreader"
under the MS Retail Management System on the right.
http://tinyurl.com/75bgz
**********
"Aldo" <...
Load Data Under Column HeadingsMy data are stock prices that I want to use with Metastock. I have as column
headers: Date, Stock Name, Open, High, Low, Close, Stock Code. How do I load
stock data with their fields under the respective column headings, perhaps,
by just clicking on the file name, without using cut & paste. How do I
protect the heading row from being overwritten?
...
excel 97 xml importI have Excel 97 and need to import a XML file. I don't know vba.
Slinger
XL97 was written way before XML therefore it will not handle it. Only
XL2003 (Individual product or from Office Pro) will recognise and handle XML
import/export
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS
"Slinger" <Slinger@discussions.microsoft.com> wrote in message
news:D1D9952E-F741-4B11-8040-B27B34F382BE@microsoft.com...
>I have Excel 97 and need to import a XML file. I don't know vba.
...
Concurrent access to private dataHi,
maybe it's a simple problem for most of you, but I can't find an easy way to
quite simple problem, let me describe:
Let's have this code:
public ClassToChange()
{
... //some other methods
internal List<AnyDataClass> LockAndGetData()
{
Monitor.Enter(cs);
return data;
}
internal Unlock()
{
Monitor.Exit(cs);
}
private object cs = new object();
private List<AnyDataClass> data = new List<AnyDataClass>();
}
public class Editor
{
public Editor(ClassToChange editedObject)
{
this.editedObject = editedObject;
}
...
protect borders on a data entry cellI have an Excell 2007 spreadsheet with borders around selected
cells, the spreadsheet is protected so my formulas cant get
corrupted, but with some cells that are unlocked for user data entry.
But when you copy and paste in these user entry cells the borders are
getting copied and pasted also destroying the look of the
spreadsheet. so how do you protect the borders from being changed
and still allow copy and paste in the user entry cells?
Thanks in advance
Terry
You could politely ask users to copy>paste VALUES
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin....
OWA Access denied to domain users Exchange 2000Hi
I have set up a new virtual directory to access the mail from OWA for
the domain abc.com. When I type the OWA URL I get the prompt. I try
user A@abc.com and it works. Then I try user B@abc.com and it denies
access. I am at a loss to understand why some users in the domain can
log in to OWA and some users can't. I'd appreciate any help in this
matter.
Thanks & Regards
Any help?
soup_or_power@yahoo.com wrote:
> Hi
> I have set up a new virtual directory to access the mail from OWA for
> the domain abc.com. When I type the OWA URL I get the prompt. I try
> user A@abc...
How I import data without truncating zero in the beginningI am importing data from text file to access database but it is truncating
all the zeros if they come in the starting.... please help me to resolve this
problem as there is a field name telephone number and I need zero in the
starting to distinguish between local and international calls.
Remplace them by "+" (normaly it's the same)
"Mohsin Habib" <MohsinHabib@discussions.microsoft.com> a écrit dans le
message de news:8B32A18C-E88B-4259-8CAE-332EB821883C@microsoft.com...
>I am importing data from text file to access database but it is truncating
> ...
Importing JEs through the Table ImportIs there a way to import JEs throught the table import. If so, how is this
accomplished? Please help! Thank you!
If you have access to table import you must also own integration manager.
either way, yes, you can import transactions. please give me a call at
214-373-8550 and we can walk through the process.
Leslie
"Christina" wrote:
> Is there a way to import JEs throught the table import. If so, how is this
> accomplished? Please help! Thank you!
You can use Table Import but Integration Manager is much, much easier to use.
If you can use Table Import, you own Inte...
Importing Dynamic data
Hi
I have some tables in various xl files, call the files a,b and c. I
want to import all these into a single xl file called e. If changes
are made to a,b or c I want it to automatically update e.
I have used the import function in d but if I change a,b or c to see
the change I have to select the data in d and press refresh.
Furthermore when I refresh d i have to have files a,b and c open
otherwise it says connection lossed and is unable to refresh the data.
Can someone explain to me in simple terms what I have to do in order to
get the data automatically updated without having to alway...
Flipping order of data in a columnI need to flip the order of data in a column.
For example:
Is: 22
10
23
Need: 23
10
22
How can I do this? I need only flip the data in a column, these cell
are not a part of rows of data thus no ther data must flip with thes
numbers. Obviously the data I am changing is more than 3 cells long
(-
--
Message posted from http://www.ExcelForum.com
Hi
one way (using a helper column - if this is a one-time operation). If
your data is in column A enter the following:
B1: 1
B2: 2
- select B1:B2 and drag the selection down. This will populate column B
with ascending numbers
- Sort column A+B wit...
Importing a CSV fileHi,
When I try to import a CSV file into Outlook, it says I have to first
install the DATA1.MSI file from my windows XP installation disk. I looked at
my installation disk and here doesn't seem to be such a file. How can I
import?
Thanks,
Randy
If you have the correct installation disk, then all you need do is run the
Office setup - Add/Remove options and add the Outlook import filters.
Karl
--
____________________________________________________________
Karl Timmermans - The Claxton Group
ContactGenie - QuickPort/DataPort/Exporter/Toolkit/Duplicate Contact M...
SmartList for Canadian Payroll returns no dataWe are running GP V10 and Canadian Payroll. When our Payroll clerk tries to
run a SmartList for payroll data she gets nothing returned in her query
result. She is able to see all of her data and do her Payroll work with no
issues, and her security access to Payroll data is correct. Can anyone
advise as to what we may have missed in her security and / or setup that
would prevent her from seeing the data in her SmartList query?
As POWERUSER I get no results from the SmartList query either.
Appreciate any help or advice!
Thanks!
Hi LMG
Which CPR Smartlists are you trying to run?
T...
using clearcase with accessHello there
Can i use clear case with microsoft access like source safe?
...
why are my important emails going into junk emailI posted on outlook general and didn't get a response. so I looked here and
there was no clue as to what is happening. I am using outlook 2007 on the
desktop. now any mail coming in from facebook is going to junk email. also
my zdnet newsletter is going there also. I have added their domain to the
safe list but they are still going to junk. this probably started the
other day when I got outlook 2003 going on my laptop so I could see my
emails when I am away from home. I did lower the category for junk mail one
item but that didn't help either. don't know what...
Locking cell color while allowing data changes in cellIn excel 2000, I created an attendance worksheet for my
classes.(Alphabetized names down left vertical column. Dates across
top of horizontal row.) I added a different color to all cells in
every other row to make for easier reading of each student's name and
absences. Every other row stays with a white background.
My question: I wondered if it was possible to lock row colors while
allowing data to change on top of them. If a new student is added to
my class in alphabetical order, the alternating color pattern is often
lost. It is a pain to rechange row and cell colors.
Any shortcut ...
Import DB from CRM 1.2 to 3.0Hi to all,
How can I import the DB or data from CRM 1.2 to new CRM 3.0?
Now my CRM DB are on SQL2000 server.
Thank and regards.
Augusto
You should really upgrade CRM1.2 to 3.0. The data structutres are different
enough that doing a migration would be pretty painful.
Any reason not to upgrade?
"IGBA75" <a.crippa@ieti.biz> wrote in message
news:%23c97ZdkXGHA.3660@TK2MSFTNGP04.phx.gbl...
> Hi to all,
>
> How can I import the DB or data from CRM 1.2 to new CRM 3.0?
> Now my CRM DB are on SQL2000 server.
>
> Thank and regards.
> Augusto
>
...
importing emailCan you import an email into Outlook from Aol.com using
high speed internet cable?
No. AOL uses proprietary mail format and does not play nicely with others.
--
Milly Staples [MVP - Outlook]
Post all replies to the group to keep the discussion intact.
Having searched the archives,
Ben <mysanity@att.net> typed:
| Can you import an email into Outlook from Aol.com using
| high speed internet cable?
...
Pivot Table from data table (not data LIST)What are some good ways to create pivot tables when your source data is
in a table format, not a list format?
For example, how would you create a pivot table from a calendar, which
only has days' names at the top of the table, and has numerical dates
in each cell (ie a Regular calendar :)
The standard way would be to create a list of numerical dates, then add
a column and type in "Monday" for each date that is a Monday, "Tuesday"
for each Tuesday, etc.
---
Message posted from http://www.ExcelForum.com/
As far as I know, the PT requires the data to be in a form com...
Updating a cell with data validation when another cell is changed.In my sheet I have cell Y2, which when it contains "y", I want it to
update the validation list
=IF(Y2="y",DogList,NAList)
That works, but if i delete the "y" from cell Y2, the validation drop-
down list doesn't change until I click onto the cell
I wrote some code to try and work around this:
Private Sub WorkSheet_Change(ByVal Target As Range)
Application.Calculation = xlCalculationManual
If Target.Address = "Y2" Then Range("AJ2").Value = ""
Application.Calculate
End Sub
But still doesn't do that I want, when I change t...