|
-
Feb 1st, 2010, 04:23 AM
#1
Thread Starter
Member
[RESOLVED] Data Environment
Hi,
I want to know if using Data Environment is better than doing this
Dim cn as ADODB.Connection
Dim rs as ADODB.Recordset
is it professional to use DataEnvironment?
Thanks guys
-
Feb 1st, 2010, 05:28 AM
#2
Re: Data Environment
I take it your programming in VB ?
From what i remember about Data Environments they can be a little unstable, i have only used 1 once but didn't seem to be as fast either as managing the connection yourself.
I would always choose to program the database connection and data retrieval myself as you have much more control, i would have thought that most decent programmers would.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Feb 1st, 2010, 03:59 PM
#3
Re: Data Environment
I agree with NeedSomeAnswers, and many others who help in this forum do too.
I'd recommend reading the article Why is using bound controls a bad thing? from our Database Development FAQs/Tutorials (at the top of this forum), as the reasons it gives apply to the Data Environment (even tho it doesn't specifically mention DE, but data controls).
-
Feb 1st, 2010, 08:51 PM
#4
Thread Starter
Member
Re: Data Environment
thank you very much for the tips guys.. Hope that other viewers benefit from your answers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|