Re: [dabo-users] MS Access DB

2006-06-12 Thread Ed Leafe
On Jun 12, 2006, at 7:50 PM, Dj Gilcrease wrote: Ahh thats good to hear, now just need to figure out how to add tables to a blank SQLite DB so I can start playing around with it CREATE TABLE is your friend. -- Ed Leafe -- http://leafe.com -- http://da

Re: [dabo-users] MS Access DB

2006-06-12 Thread Dj Gilcrease
Ahh thats good to hear, now just need to figure out how to add tables to a blank SQLite DB so I can start playing around with it On 6/12/06, Ed Leafe <[EMAIL PROTECTED]> wrote: On Jun 12, 2006, at 6:46 PM, Dj Gilcrease wrote: > So it would probably be better for you & me to > focus on using SQL

Re: [dabo-users] MS Access DB

2006-06-12 Thread Ed Leafe
On Jun 12, 2006, at 6:46 PM, Dj Gilcrease wrote: So it would probably be better for you & me to focus on using SQLite since that would meet my requirments of a local DB that did not require a server installed and it is already on your planed list of DB's to support according to http://dabodev.co

Re: [dabo-users] MS Access DB

2006-06-12 Thread Dj Gilcrease
On 6/12/06, Ed Leafe <[EMAIL PROTECTED]> wrote: On Jun 12, 2006, at 11:48 AM, Ed Leafe wrote: Also, have you used Python to work with Access yet? If so, what adapter did you use? -- Ed Leafe -- http://leafe.com -- http://dabodev.com I have not used Python and Access together, I did

Re: [dabo-users] MS Access DB

2006-06-12 Thread Lauri Ojansivu
Example using MS Access with Python Win32 extensions: http://starship.python.net/crew/bwilk/access.html Python Programming for Win32 book code can be downloaded from: http://python.net/crew/mhammond/ppw32/ - if I remember correctly it includes some Access code too. Python Win32 extensions includes

Re: [dabo-users] MS Access DB

2006-06-12 Thread Ed Leafe
On Jun 12, 2006, at 11:48 AM, Ed Leafe wrote: Right now we don't support Access because we haven't had anyone involved who used Access. Would you be willing to do some of testing/coding? I'd certainly be glad to help you with this, but I have limited Windows access to work with, and do not

Re: [dabo-users] MS Access DB

2006-06-12 Thread Ed Leafe
On Jun 12, 2006, at 9:51 AM, Dj Gilcrease wrote: Hello I have an application currently writen in MFC that reads data from an access DB and outputs a few reports. I would like to rewrite this app using dabo in such a way that it still uses the access DB, but also updates a remote MySQL or Postgre

[dabo-users] MS Access DB

2006-06-12 Thread Dj Gilcrease
Hello I have an application currently writen in MFC that reads data from an access DB and outputs a few reports. I would like to rewrite this app using dabo in such a way that it still uses the access DB, but also updates a remote MySQL or PostgreSQL DB. Is this posible currently, Asking because I