- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Another Visual Basic question - data fails XML parsing"
Collapse
-
Thankfully, the client has agreed to replacing the dodgy characters with valid ones. Even I can manage to code that!
Leave a comment:
-
Originally posted by Moose423956 View PostThat's an avenue I'm exploring via a REPLACE, but it's up to the client.
I believe this is what it's doing. I'm not a SQL Server expert, but I think the character set is "SQL_Latin1_General_CP1_CI_AS" - at least that's what I get when I run the command
SELECT DATABASEPROPERTYEX('DBName', 'Collation') DatabaseCollation;
Is that a character set?
accent-sensitive, kanatype-insensitive, width-insensitive for Unicode
Data, SQL Server Sort Order 52 on Code Page 1252 for non-Unicode Data
XML in SQL Server? go use MongoDB, Postgress, nosql and leave us dbas alone
Leave a comment:
-
Originally posted by DimPrawn View PostGet a decent contractor in to sort it all out.
Leave a comment:
-
You could always remove the illegal characters.
It says SqlException, is the data stored as XML in SQL Server, or does it write XML to SQL server and read the data from a file?
SELECT DATABASEPROPERTYEX('DBName', 'Collation') DatabaseCollation;
Is that a character set?
Are you explicitly informing whatever does the parsing of what the encoding of the file is? I vaguely remember once having problems with MSXML under some circumstances if I forgot to tell it the input was UTF-8.
XmlTextWriter xmlTextWriter = new XmlTextWriter(stream, Encoding.UTF8);
so I assume that's where it's defined?
Apologies for my woolly answers, but I really am out of my depth.
Leave a comment:
-
Are you explicitly informing whatever does the parsing of what the encoding of the file is? I vaguely remember once having problems with MSXML under some circumstances if I forgot to tell it the input was UTF-8.
Leave a comment:
-
Not enough information.
It says SqlException, is the data stored as XML in SQL Server, or does it write XML to SQL server and read the data from a file?
Leave a comment:
-
You could always remove the illegal characters.
Presumably it's some setting to do with character sets. You're meant to specify UTF-8 or whatever in the XML tag.
Leave a comment:
-
I'm still waiting to come up on the Premium Bonds. Until then, this is my lot!
Leave a comment:
-
Originally posted by Einstein Jnr View PostHave you tried looking at your xml line 16, character 23?
Leave a comment:
-
Are you still going through my code - first question is free, second incurs a fee
Leave a comment:
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Is an unpaid umbrella company required to pay contractors? Yesterday 09:28
- The truth of umbrella company regulation is being misconstrued Nov 25 09:23
- Labour’s plan to regulate umbrella companies: a closer look Nov 21 09:24
- When HMRC misses an FTT deadline but still wins another CJRS case Nov 20 09:20
- How 15% employer NICs will sting the umbrella company market Nov 19 09:16
- Contracting Awards 2024 hails 19 firms as best of the best Nov 18 09:13
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
Leave a comment: