Ask a Question related to ASP.NET, Design and Development.
-
Jerry III #1
Re: Creating a View
How about using fully qualified names? [Database].[owner].[object] should
work...
Jerry
"Micheal" <frooyo@sbcglobal.net> wrote in message
news:OOy09$FXDHA.1832@TK2MSFTNGP09.phx.gbl...> I have 2 databases within SQL Server 2000. What I want to do is create a
> view in database A that references tables in database B. Is that possible
> and how?
>
> Thanks in advance
>
>
Jerry III 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... -
An example for creating a web custom control with full design view.
Hi, I know I should use the ControlDesigner class if I want to implement design mode behavior for a composition based control. However, do you know... -
Creating a 'View'
First, this is a SQL question, not asp.net question. Second, you need to use CASE, WHEN is just a part of that: CASE WHEN = 'ACTIVE' THEN ELSE... -
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... -
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... -
Whit #2
Creating a View
I am having a terrible time trying to create a view. Here is the sql
string:
$sql = "CREATE VIEW v AS SELECT * FROM t1;";
Here is the error:
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near 'VIEW v
AS SELECT * FROM t1' at line 1
So simple, yet so vexing. Any thoughts? Thanks,
-- whit nelson
Whit Guest
-
Bill Karwin #3
Re: Creating a View
Whit wrote:
Try this: "SELECT VERSION();"> I am having a terrible time trying to create a view.
If it says you are using a version prior to 5.0, then views are not
supported. Views are a new feature in 5.0.
Regards,
Bill K.
Bill Karwin Guest



Reply With Quote

