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:31:33
Arjun Bagojikop
Dynamic Super Software
Sangli, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to create view in ms sql (where form_type=['C']
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01169818
Message ID:
01169818
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform