Ask a Question related to ASP Database, Design and Development.
-
Frank Py #1
Using a SQL View
We have a SQL Database that uses DTS to import customer data from an
ODBC database into a few tables. We also have created a related table in
SQL from scratch. The ODBC data updates every half hour. We want the
customers to be able to update data from the Internet for just the SQL
table we created in SQL that has user data.
I was thinking about joining all the tables in a view and just giving
the Internet users access to change the non ODBC data columns in the
view. Is this possible? I knbow you can update data in a view, but can
ASP.Net use a view as a datasource? Help apprecaited. Thanks.
Frank
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Frank Py Guest
-
View-View Event Processing
I am not getting View to View Event processing to work. I have looked through most of the Flex 2 and Flex 3 docs plus several of the Flex books to... -
DW Split View - Design View
When working in DW in Split View, when the user clicks into the Design View window the view automatically updates the view if code view has changed.... -
Standard View vs. Layout View
view>table view joe "lilyeq" <webforumsuser@macromedia.com> wrote in message news:bfm6gt$qla$1@forums.macromedia.com... making tables. In... -
Code view & Layout view
Hello all, I have a problem! I have a .htm document where I can see the code view, but I can't see anything in the Layout view. Only the tables.... -
Wierd error when going to Design View from HTML view
When I go from HTML view (in a webform) to Design View I get the following error: Could not open in Design view. Quote values differently inside a... -
Bob Barrows #2
Re: Using a SQL View
Frank Py wrote:
Yes, but you need to carefully read SQL Books Online to make sure you are> I was thinking about joining all the tables in a view and just giving
> the Internet users access to change the non ODBC data columns in the
> view. Is this possible?
creating updatable views. There are some situations where multiple tables
are involved where updates will not be possible without an Instead Of
trigger (SQL 2000), so make sure you read the relevant sections in BOL.
I'm sure it can, but you should ask on one of the dotnet groups to be sure.>I knbow you can update data in a view, but can
> ASP.Net use a view as a datasource?
(this group and .asp.general are classic asp groups)
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest



Reply With Quote

