|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
||||
|
||||
|
i'd like to display data on a data grid. it's data source is a data environment plus it has an sql statement: SELECT VideoInformation.* FROM VideoInformation WHERE (`Movie Code` LIKE '%' + ? + '%')... how can i show the output in a data grid? i'd very much appreciate all the help i can get...
![]()
__________________
Children Of The Night, aCc-csU™ [ CPU-WFA ] |
|
#2
|
|||
|
|||
|
I don't use the Data Environment, but with something like an ADO Data Control all you have to do is set the data source property of the grid to the ADODC.
|
|
#3
|
|||
|
|||
|
what is type of the your data environment plus?...
|
|
#4
|
||||
|
||||
|
to cleverpig:
what do you mean data environment plus?
|
|
#5
|
||||
|
||||
|
to Doug G:
yup adodc is quite easier compared to data environment, but i'm trying DE on this one so it can show multiple outputs unlike adodc which shows the whole database...
|
|
#6
|
||||
|
||||
|
hrhr i finally got it... you have to define datagrid datasource = data environment and the datagrid.datamember = "sql statement"
|
|
#7
|
|||
|
|||
|
Thanks for the update!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > data environment question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|