From: tham chan weng on
Hi,

Is there any book or reference on programming VO withVO2Ado?
From: Geoff Schaller on
Weng,

I guess you meant programming SQL with VO2Ado but no. The best thing you
have are Robert's samples and this forum. Robert's samples certainly
cover most of the important topics but it is relatively easy fromthere.

Geoff



"tham chan weng" <tcw(a)multiplex.com.my> wrote in message
news:001c69d4-d7e3-4ee8-a075-44a98e1a0714(a)r36g2000prf.googlegroups.com:

> Hi,
>
> Is there any book or reference on programming VO withVO2Ado?


__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3703 (20081218) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


From: Mike Pitcher on
On 18 Dec, 20:55, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au>
wrote:
> Weng,
>
> I guess you meant programming SQL with VO2Ado but no. The best thing you
> have are Robert's samples and this forum. Robert's samples certainly
> cover most of the important topics but it is relatively easy fromthere.
>
> Geoff
>
> "tham chan weng" <t...(a)multiplex.com.my> wrote in messagenews:001c69d4-d7e3-4ee8-a075-44a98e1a0714(a)r36g2000prf.googlegroups.com:
>
> > Hi,
>
> > Is there any book or reference on programming VO withVO2Ado?
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 3703 (20081218) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com

Once you have got a VO2ADO example working you will need is a good
book on how to write SQL queries. i suppose access to one of the free
sources of connection strings would help. You only need the latter if
you are going to support multiple database managers (eg Oracle and MS
SQL). However if I were going to support multiple database managers
I'd use dot net and the Enterprise Library but that is another story.

Mike
From: richard.townsendrose on
Mike

did Geoff not create a dbserver library to work with vo2ado ?

Richard
From: Willie Moore on
Mike,

If he has access, he can use the query maker to get an idea of how to write the queries. It is not always the prettiest SQL in the world, but it gives you a good place to start.

Regards,
Willie