Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use sys(2015) in cursor
Message
From
29/01/2007 19:14:39
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Pro
Database:
MS SQL Server
Miscellaneous
Thread ID:
01190158
Message ID:
01190331
Views:
15
>So, In my mind When in multiuser selection, will not confilect. I am using.
>select name, code form student into abc
>When uniqe name, my be multiuser selection easy
>
>select newabc
>replce code with thisform.code.value

Cursors, whatever their name are, are exclusive to the user. They are aliases, not actual table names. In other words, cursor "myCursor" I have and cursor "myCursor" you have do not conflict. VFP actually gives them a sys(2015) value (if needs to be on disk) behind the scenes.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform