I'm doing a bit of .Net work for a client who in turn wants to roll it out to several of their clients.
All the end customers have the same (SQL Server) database, but the schema the tables live in varies.
It's a real noddy little app, and I've dealt with it by putting the queries directly into the code,
e.g.
select ordernumber, orderdate, blah
from [SCHEMA].[Order]
Where
clientId = @ClientId
then doing a string Replace on "SCHEMA" with a value from the config file.
This works, but doesn't seem like a great solution.
If I create a SqlDataSource, it seems to allow me to run a replace on the SelectCommand.
But if I use a TableAdapter (which is what I'd like to use - and was using before I realised they had different schemas) I can't access the underlying query through code.
I've found some stuff about extending the TableAdapter but it doesn't seem to resolve my issue - I just want to access the original query and stick in my schema.
I'm not going to fret too much over it, but wondered if anyone can suggest a better (and simple) solution?
- 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!
Reply to: Variable schema names?
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 "Variable schema names?"
Collapse
- 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
- Taxman tells contractors that only four new tax avoidance schemes needed avoiding in Q2 Today 05:47
- VAT compliance checks are changing — here’s what contractors need to know Jun 17 07:30
- As HMRC steps up VAT compliance activity, how should company directors prepare? Jun 16 06:52
- Hiring of IT contractors returned to growth in May 2026, following 33 months ‘in the red’ Jun 15 06:02
- Zero Hours Contract Reform: A key consultation for recruiters, employers and contractors is finally here Jun 12 04:43
- Bills of Exchange: Here’s what caught my attention as an umbrella compliance expert Jun 11 03:46
- Loan charge recall issue returns, with new demands making UK contractors ‘half-suicidal’ Jun 10 03:58
- AI interviews are here. Here's how IT contractors can ace them Jun 9 06:53
- Closing your limited company isn't failure. It's just the end of a chapter. Jun 8 05:00
- Young people not in education, employment or training isn’t a contractor’s problem. It’s a problem for us all Jun 5 05:26
