on 2013 Dec 28 5:50 PM
I want to use directly within SQL Stored Procedure some data from external sources.
Types of external/remote data sources I mean:
I'm using the Sybase SQL Anywhere 9 and 12 databases.
What from the list above is possible in them?
How to handle this?
1, 2 and 5 can possibly be done via "remote data access" also known as proxy tables... 5 can possibly also be done via LOAD TABLE.
4 can possibly be done via web client procedures.
3 and 6 are too vague to even guess at.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some further hints:
4 - web client procedures require SQL Anywhere 9.0.2 and above
For 3 and 6 we would need much more information about what kind of data you are thinking of. For example, it's surely possible to import all kinds of data in binary, text, XML format, say by the OPENSTRING clause of the SELECT statement, available with v11 and above, or by the openxml() system function...
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.