|
 |
activex_data_objects thread: active x and databases
Message #1 by "Ken McIntosh" <ken.mcintosh@s...> on Mon, 25 Jun 2001 10:58:53
|
|
Hello,
Lets get this right..as a person thats fairly new to VB6 ans active X.
CAn I with one active X control connect to database (i.e. in the forms
load event), add records, delete records, search for records, add field
validation on fields etc, all through the one active X control. I can
then put this control on a web site and use it to manipulate data in a
database I have connected to through the active X control.
Thanks
Ken
Message #2 by "Reed Mohn, Anders" <Anders.Reed.Mohn@i...> on Mon, 25 Jun 2001 14:05:57 +0200
|
|
That sounds about right, yeah.
(to another person fairly new to this stuff....)
Cheers,
Anders :)
> -----Original Message-----
> From: Ken McIntosh [mailto:ken.mcintosh@s...]
> Sent: 25. juni 2001 12:59
> To: ActiveX_Data_Objects
> Subject: [activex_data_objects] active x and databases
>
>
> Hello,
>
> Lets get this right..as a person thats fairly new to VB6 ans
> active X.
>
>
>
> CAn I with one active X control connect to database (i.e. in
> the forms
> load event), add records, delete records, search for records,
> add field
> validation on fields etc, all through the one active X
> control. I can
> then put this control on a web site and use it to manipulate
> data in a
> database I have connected to through the active X control.
>
> Thanks
> Ken
Message #3 by "Pete Davis" <pdavis@q...> on Mon, 25 Jun 2001 10:33:39 -0400
|
|
Yeah, ADO gives you pretty much complete control of the database with some
caveats... You need a database with an OLEDB driver and you may be somewhat
limited on database specific language, but it pretty much supports ANSI SQL
without a hitch, as far as I've seen.
Pete
----- Original Message -----
From: "Ken McIntosh" <ken.mcintosh@s...>
To: "ActiveX_Data_Objects" <activex_data_objects@p...>
Sent: Monday, June 25, 2001 10:58 AM
Subject: [activex_data_objects] active x and databases
> Hello,
>
> Lets get this right..as a person thats fairly new to VB6 ans active X.
>
>
>
> CAn I with one active X control connect to database (i.e. in the forms
> load event), add records, delete records, search for records, add field
> validation on fields etc, all through the one active X control. I can
> then put this control on a web site and use it to manipulate data in a
> database I have connected to through the active X control.
>
> Thanks
> Ken
>
|
|
 |