Author Topic: How to control access database with vlisp?  (Read 1784 times)

0 Members and 1 Guest are viewing this topic.

jxphklibin

  • Guest
How to control access database with vlisp?
« on: April 16, 2009, 05:17:04 AM »
How to control access database with blisp?

We already know, Vlisp can  relatively easy to control Excel, but for access , how to do?

Anyone  knows?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8842
  • AKA Daniel
Re: How to control access database with vlisp?
« Reply #2 on: April 16, 2009, 10:27:23 AM »
ADOLisp is the bom,  used it for years
A tip for you, use the Microsoft.Jet.OLEDB.4.0 instead of the Microsoft Access Driver provider ,
as it supports transactions. Using transactions on writing to tables can give your app a %25 performance increase.

jxphklibin

  • Guest
Re: How to control access database with vlisp?
« Reply #3 on: April 16, 2009, 07:43:00 PM »