Prev: MD5 encryption of a String
Next: RC.exe
From: Geoff Schaller on 30 Mar 2006 19:13 <sigh> ...and the guy is having problems. Have you helpd him resolve them or not? "Phil McGuinness" <sherlock(a)sherlock.com.au> wrote in message news:e0hmg9$9bs$1(a)news-02.connect.com.au... > Geoff, > > snip[ ...and none of these help with a VO app using ADO right now <g>. ] > > Read the previous few posts where using ADO they are connection to mySQL.. > > I repeat it here for you
From: Gary Stark on 30 Mar 2006 21:11 Geoff Schaller wrote: > Not everyone wants an API approach because it locks your code to a specific > DBMS. This may not suit some folks because they don't want to rewrite the Depends upon how you write it. Everything we write in VO is written to an API at some level. It's where and how you handle it that's significant. -- g. Gary Stark gstark(a)RedbacksWeb.com http://www.RedbacksWeb.com
From: Geoff Schaller on 30 Mar 2006 23:57 Gary, That's right, so if you are using an application that is only ever likely to be deployed against MySQL then it would make sense to write a class library wrapping the API. But this is not necessarily trivial work. In the case of ADO, Jet and Oracle there are excellent libraries already created, tested and deployed that would significantly save the next developer time. oth Robert's and Thomas' products are well written and would even provide a nice template for someone wanting to write a MySQL wrapper. However (and I don't know for sure), I think the original correspondent was thinking of something more generic. Geoff PS - well... no rain today so you got your wish <g>. Cool but fine. Ed is down at the track somewhere but I rather gather there is a little less excitement because of the new rules. How many cars will go out today? And the burning question of the hour is: what is Michael S. up to taking on Bernie over cigarette advertising <g>. "Gary Stark" <bogusemail(a)yahoo.com> wrote in message news:493dvoFmp5sjU1(a)individual.net... > Geoff Schaller wrote: >> Not everyone wants an API approach because it locks your code to a >> specific DBMS. This may not suit some folks because they don't want to >> rewrite the > > Depends upon how you write it. > > Everything we write in VO is written to an API at some level. It's where > and how you handle it that's significant. > > > > -- > g. > Gary Stark > gstark(a)RedbacksWeb.com > http://www.RedbacksWeb.com
From: Gary Stark on 31 Mar 2006 17:07 Geoff Schaller wrote: > Gary, > > That's right, so if you are using an application that is only ever likely to > be deployed against MySQL then it would make sense to write a class library > wrapping the API. Why? Why wouldn't you simply set a flag that says "I'm using X as my driver" and switch code/drivers accordingly? Did it years ago, btw. > But this is not necessarily trivial work. In the case of And at no time did I suggest that this was trivial. > ADO, Jet and Oracle there are excellent libraries already created, tested My stuff was created, tested and deployed quite a bit before these excellent tools were, and if my stuff continues to work, why should I brak my existing, working code, tested and deployed code? > PS - well... no rain today so you got your wish <g>. Cool but fine. Ed is > down at the track somewhere but I rather gather there is a little less > excitement because of the new rules. How many cars will go out today? And > the burning question of the hour is: what is Michael S. up to taking on > Bernie over cigarette advertising <g>. Friday mornings are always quiet, even under the new rules. Saturday is when the real action starts. As to ciggie ads, have you noticed what it's like in EU? -- g. Gary Stark gstark(a)RedbacksWeb.com http://www.RedbacksWeb.com
From: Mike Pitcher on 1 Apr 2006 03:13
Smoking .... Heard on BBC this morning (so it must be true?!) that a farmer now drives 100+ miles in his 4x4 from Scotland, where there is now a smoking ban, into England (where there isn't yet) just to have a ciggie with his pint in a pub. Think of the pollution! In Ireland there is debate as to whether it is legal to smoke in a company provided car - place of work - as opposed to a personally owned car which isn't a place of work. Lawyers are rejoicing. Mike |