| From: | "Ashutosh" <agandhi(at)usc(dot)edu> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Do I need to a driver or library? |
| Date: | 2006-07-30 21:37:16 |
| Message-ID: | 1154295436.765840.305220@b28g2000cwb.googlegroups.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello All,
Currently I have a windows application that deals with reading and
writing patient information. At this moment each patient has its
individual ascii file and I use the fread and fwrite to read and write
files respectively. After being in existence for 6 years now, I feel
strongly to moving towards a database option where patient information
will reside in a database and reading and writing would be handled by
Insert, Edit & Select statement. Our primary users are pharmacist and
doctors who are not very computer savy.
I am interested in using PostGreSql database. Thus, my question arises,
if I used PostGreSql Database and provide it with my application will
the user need to install any drivers at their end or do I provide
library files along with the application to serve as postgresql engine.
This is my first question on this newsgroup so if I am not explained
the issue properly please let me know.
Regards,
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Florian G. Pflug | 2006-07-30 23:47:41 | Re: Questions about update, delete, ctid... |
| Previous Message | Francisco Reyes | 2006-07-30 20:58:34 | Re: Corrupted DB? could not open file pg_clog/#### |