Re: qUESTION



Adi,

#1 - Never use table based components against a set-based RDBMS. Always use
the set-based components.
http://bdn.borland.com/article/0,1410,28160,00.htm

#2 - Use TADODataSet

#3 - Learn to write SQL. Learn database normalization and C/S application
design.

krf

"Bpk. Adi Wira Kusuma" <adi_wira_kusuma@xxxxxxxxxxxx> wrote in message
news:429b5acc@xxxxxxxxxxxxxxxxxxxxxxxxx
> i use SQL Server and connect TADOTable. When I set CursorType with
> ctOpenForwardOnly, and its data is showed at DBGrid. Then I open, why can
I
> still scroll forward and back?
>
> Please, explain to me.
>
> does SQL Server support with all CursorType?
>
>


.