Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert this code to .NET
Message
From
28/09/2011 09:43:06
Lam Hung
Truong Nguyen Co.,Ltd
Ho Chi Minh City, Vietnam
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to convert this code to .NET
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01525046
Message ID:
01525046
Views:
115
Hi friend :
I have the following code in Foxpro and now, could you please show me how to convert it to .NET language ?

create cursor v_templetA( date d, product_code c(15),product_name c(50))
create cursor v_templetB( date d, product_code c(15),product_name c(50),grpcode c(15),grpname c(50))

select v_templetA
append from dbf('v_templetB')

thank you very much.
Next
Reply
Map
View

Click here to load this message in the networking platform