Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create view in ms sql (where form_type=['C']
Message
From
15/11/2006 10:41:06
 
 
To
15/11/2006 10:31:33
Arjun Bagojikop
Dynamic Super Software
Sangli, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01169818
Message ID:
01169831
Views:
7
>hi friend
>i have inserted like
>lform_type=['C']
>sqlexec(gnconnhandle,'insert into table1(form_type), Values (?lform_type)')
>sqlexec(gnconnhandle,'select * from table1 where form_type=?lform_type','tmpcurs')
>BUT I WANT CREATE VIEW IN MS SQL 2000
>I had try
>create view view1 as
>select * from table1 where form_type=(how to take command here )
>
>THANKS

Same way as in SPT:
create view view1 as
select * from table1 where form_type=?lform_type
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform