Changing a view's connection
I have a number of views in my database that connect to SQL tables via a
connection (also defined in the database).
Is it possible to point the vew to another connection without having to
recreate it?
If I rename the original connection the view still seems to 'remember' the
parameters and link to the same SQL table etc.
I assume this daa s held in the database but it doesn't look as though I can
alter it (even is I 'use' the .DBC file).
.
Relevant Pages
- RE: Logging in in background
... wold take all kinds of modifictions as I'd need to be checking that each SQL ... my database and all have connection strings associated with them. ... I suspect that there is also an issue on the SQL Server side as I keep ... (microsoft.public.access.modulesdaovba) - Re: User not associated with trusted SQL Server connection
... > using the osql utility. ... > associated with a trusted SQL Server connection. ... > database or is it just for that instance. ... (microsoft.public.sqlserver.security) - RE: Manipulating MS Access records with excel VBA + ADO
... While I cannot see how a working example of a connection to a database is ... Select the control button view dataor edit query. ... Look for SQL button to get the SQL ... (microsoft.public.excel.programming) - Re: Is it just me or are there BIG problems with SQLCE 3.0?
... has been done with parameterised SQL, ... bit of code into my test which closes and reopens the database ... opening and closing the DB connection is not a good idea. ... // Display all error messages ... (microsoft.public.sqlserver.ce) - Re: Concurrent database access in SQL 2005 Mobile
... What version of SQL CE are you using? ... Are you accessing the database from an app written in C++? ... then opens his work forms and it's in those ... It wouldn't seem to me that you'd need a new connection to ... (microsoft.public.sqlserver.ce) |
|