Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1069

Re: Accessing website db - ADO or DAO?

From GS <gs@somewhere.net>
Newsgroups comp.lang.basic.visual.misc, microsoft.public.vb.general.discussion
Subject Re: Accessing website db - ADO or DAO?
Date 2012-05-08 00:28 -0400
Organization A noiseless patient Spider
Message-ID <joa7dv$nso$1@dont-email.me> (permalink)
References <jo9q6r$mf$1@dont-email.me> <kv2hq79dsj09dc6js9jl7sgmdmvo9abmh3@4ax.com>

Cross-posted to 2 groups.

Show all headers | View raw


ralph explained :
> On Mon, 07 May 2012 20:43:04 -0400, GS <gs@somewhere.net> wrote:
>
>> Hi folks,
>> 
>> I'm looking to use a website db from a VB6 app but seem to not be able 
>> to figure out how. I'm okay with local db files, Excel files, and text 
>> files but totally clueless how to pull data from a website. I really 
>> want to stick with classic VB (and/or VBA)!<g>
>> 
>> Any advice/pointers will be most appreciated. Thanks in advance...
>
> Farnsworth is correct we need more information. 
>
> But the platform or the internal Database used by the web site is
> probably of no interest - rather we need to know what kind of data Web
> Service it is providing, if any - Perhaps, you only need to strip an
> exposed/rendered HTML table of its data?
>
> In other words what mechanism/s are available - Likely to be either
> SOAP, WDI, or even UDDI. Add HTTP, HTML, and XML to the mix, and if
> any of those acronyms are unfamiliar - then you need to start doing
> your homework. <g>
>
> At this point ADO or DAO is of no interest. Those libraries might
> enter the picture once the type of service is known, or just as likely
> you might write your own access routines since you are using VB.
>
> -ralph

Thanks, Ralph. I think you're right and I hope I can get the needed 
info. I was able to google and find some classic VB to pull from a 
remote MySQL db using ADODB and an IP address. The idea of writing my 
own routine in VB is where I'd like to go, ultimately!

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
    comp.lang.basic.visual.misc
    microsoft.public.vb.general.discussion

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Accessing website db - ADO or DAO? GS <gs@somewhere.net> - 2012-05-07 20:43 -0400
  Re: Accessing website db - ADO or DAO? "Farnsworth" <nospam@nospam.com> - 2012-05-07 21:37 -0400
    Re: Accessing website db - ADO or DAO? GS <gs@somewhere.net> - 2012-05-07 22:05 -0400
    Re: Accessing website db - ADO or DAO? GS <gs@somewhere.net> - 2012-05-07 22:12 -0400
      Re: Accessing website db - ADO or DAO? GS <gs@somewhere.net> - 2012-05-08 00:31 -0400
  Re: Accessing website db - ADO or DAO? ralph <nt_consulting64@yahoo.com> - 2012-05-07 22:49 -0500
    Re: Accessing website db - ADO or DAO? GS <gs@somewhere.net> - 2012-05-08 00:28 -0400

csiph-web