280 pts.
 DataEnvironment_VB6.0
Plsease send / provide codes to for DataEnvironment (vb 6.0). I wish to use the De for all purpose, eg. In Form, In Query, In Report every things thanks anand

Software/Hardware used:
ASKED: November 21, 2008  6:32 AM
UPDATED: November 21, 2008  3:12 PM

Answer Wiki:
Create a dataenvironment connection and give the connection property.Add command and set the property to the table you want to use dataenvironment1.rscommand1.open to add record dataenvironment1.rscommand1.addnew to access fields dataenvironment1.rscommand1.fields(0) = text1.text dataenvironment1.rscommand1.fields(1) = text2.text to update dataenvironement1.rscommand1.update to check end of file while dataenvironment1.rscommand1.EOF = false .... ....
Last Wiki Answer Submitted:  November 21, 2008  7:00 am  by  Try it   90 pts.
All Answer Wiki Contributors:  Try it   90 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _