| View previous topic :: View next topic |
| Author |
Message |
Emmanuel Guest
|
Posted: Wed Oct 13, 2004 12:33 am Post subject: How to use dataset cursor? |
|
|
How to use dataset cursor?
is there any sample for dataset cursor?
|
|
| Back to top |
|
 |
Jayme Jeffman Filho Guest
|
Posted: Wed Oct 13, 2004 1:41 pm Post subject: Re: How to use dataset cursor? |
|
|
Hello Emmanuel,
Do you mean a BDE cursor ? What version of C++Builder are you using?
DBExpress ?
Jayme.
"Emmanuel" <emmanuel (AT) erphk (DOT) com> escreveu na mensagem
news:416c77a1 (AT) newsgroups (DOT) borland.com...
| Quote: | How to use dataset cursor?
is there any sample for dataset cursor?
|
|
|
| Back to top |
|
 |
Emmanuel Guest
|
Posted: Wed Oct 13, 2004 2:54 pm Post subject: Re: How to use dataset cursor? |
|
|
I am using BCB6
I never use cursor before, but I know the is a cursor for Database in Foxpro
Language 10 years ago
and now I see the CURSOR in the help file again
I just want to learn more about CURSOR .
|
|
| Back to top |
|
 |
Jayme Jeffman Filho Guest
|
Posted: Wed Oct 13, 2004 3:00 pm Post subject: Re: How to use dataset cursor? |
|
|
Hello Emmanuel,
I'm still programming with BCB5, so I don't know how to
work with BCB6, but I know it has data access components
which can help you to connect, retrieve data and update
records to a database table in a easier way then using a
"cursor". The data access components has encapsulated
the "cursor" properties and methods.
HTH
Jayme.
"Emmanuel" <emmanuel (AT) erphk (DOT) com> escreveu na mensagem
news:416d4148$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I am using BCB6
I never use cursor before, but I know the is a cursor for Database in
Foxpro
Language 10 years ago
and now I see the CURSOR in the help file again
I just want to learn more about CURSOR .
|
|
|
| Back to top |
|
 |
|