Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor
Message
From
19/09/2003 15:16:53
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Create cursor
Miscellaneous
Thread ID:
00830756
Message ID:
00830756
Views:
45
When using VFP, I would do the following to create a cursor and populate it:

CREATE CURSOR mycursor (field1 C(10), field2 I, field3 D)
INSERT INTO mycursor (field1, field2, field3) VALUES ("TEST", 1, DATE())

Is there a simular way to do something like this in .Net?

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform