Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter data in a Grid RecordSource
Message
From
22/03/2004 10:36:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
CursorAdapter data in a Grid RecordSource
Miscellaneous
Thread ID:
00888525
Message ID:
00888525
Views:
45
I made an ODBC CursorAdapter its alias name is ODBC_CCS i made the code myself not the builder.

code:*-*

odo = Createobject("CursorAdapter")
odo.DataSourceType="ODBC"
odo.alias="ODBC_CCS"
odo.Datasource=Sqlstringconnect("DRIVER=SQL Server;Network=DBMSSOCN;SERVER=172.27.26.12;database=operaciones;uid=operaciones;pwd=rachel")
odo.SelectCmd="select * from vw_matriz"
odo.CursorFill()

*-*
Here my questions how can i put this result (the cursor) in a grid RecordSource ?
and what is the datasource code for a Oracle Database ?

Nota: my form doesn't has the cursor adapter in it, how it was coded it.

thx.
Next
Reply
Map
View

Click here to load this message in the networking platform