Re: [dabo-users] py2exe HELP

2010-10-08 Thread Kirby Leeper
Sorry, to jump in here but is this possibly something to do with failing to do a proper install on the target OS? Are we just running the exe from inside a collection of files really meant to be packaged into a proper installer? Sorry again, just trying to learn along. On Fri, Oct 8, 2010 at 12:

Re: [dabo-users] desktop here to stay

2010-09-24 Thread Kirby Leeper
We write for the financial services industry and their data does *not* go anywhere! Not even the parking lot, much less the cloud. A "web app" for them just means "in a browser" but being served from *their* rack inside *their* walls. I am not including Gmail, Salesforce, etc. which are hugely su

Re: [dabo-users] MSsql working fine now

2010-09-09 Thread Kirby Leeper
Jacek patched dbMsSQL.py and pymssql.py. That's all. On Thu, Sep 9, 2010 at 4:33 PM, Paul McNett wrote: > On 9/9/10 1:18 PM, Kirby Leeper wrote: >> Just a big thank you to Jacek Kałucki for the pymssql patch. >> Dabo then connected immediately and has done so since the patch

[dabo-users] MSsql working fine now

2010-09-09 Thread Kirby Leeper
Just a big thank you to Jacek Kałucki for the pymssql patch. Dabo then connected immediately and has done so since the patch. Now, finally, I can start my Dabo education and escape from VB6 against databases that are already entrenched, rightly or wrongly! Thanks Ed, Paul, et al for the support.

Re: [dabo-users] Mapping backend types to Dabo types (MsSQL)

2010-08-09 Thread Kirby Leeper
Thanks Jacek! Since I don't know anything about the Tracker could you please send me the patches as source. I can apply them here. I have pymssql 1.0.2 and Dabo 0.9.2 here. I can update Dabo also if needed. 2010/8/9 Jacek Kałucki : > Użytkownik Kirby Leeper napisał: >> Jacek, h

Re: [dabo-users] Mapping backend types to Dabo types (MsSQL)

2010-08-09 Thread Kirby Leeper
Jacek, how did you get MS SQL to work? I can't even get it past the connection test in the wizard? Did you do something to the installation or, Ed, has there been a release that fixes my earlier threads that I missed? Thanks, Kirby Leeper 2010/8/9 Jacek Kałucki : > Hi, > > I hav

[dabo-users] Just checking on SQLserver

2010-07-06 Thread Kirby Leeper
Just checking if there is any progress on MS SQLserver access. I have a project that I would love to cut my Dabo teeth on. Thanks as always, Kirby P. S. My guess on the name DABO = "Data Aware Business Objects" --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (

Re: [dabo-users] Improved website

2010-06-17 Thread Kirby Leeper
Second that. But I think that's the joke! :) On Thu, Jun 17, 2010 at 10:58 AM, Nate Lowrie wrote: > On 6/17/10 10:56 AM, Ed Leafe wrote: >>       I'm working on some important changes to the Dabo website, and put >> together a prototype for people to try out: >> >>       http://j.mp/aQsXzS >> >

Re: [dabo-users] pymssql test ok but won't connect

2010-06-14 Thread Kirby Leeper
Your time is Greatly appreciated. Let me know if I can provide any nub testing. 2010/6/14 Ricardo Aráoz > On 01/06/2010 10:35 a.m., Ed Leafe wrote: > > On Jun 1, 2010, at 9:07 AM, Ricardo Aráoz wrote: > > > > > >> Hi, Ed. Just to remind you this issue is probably still open. Will you > >> be nee

Re: [dabo-users] pymssql test ok but won't connect

2010-06-01 Thread Kirby Leeper
Ed. I will gladly test anytime. I'm just not svn and need module replacements. On Jun 1, 2010 9:54 AM, "Ed Leafe" wrote: On Jun 1, 2010, at 9:41 AM, Kirby Leeper wrote: > Therefore, this thread is sent in the "plea" tone... Let me echo the "plea"

Re: [dabo-users] pymssql test ok but won't connect

2010-06-01 Thread Kirby Leeper
I have been trying to stay quite through all the recent activity so Ed didn't pop a cork. :) I would still love to run against SQLserver 2005 and 2008. I consider the discussion still open but I can't call it a "ticket" as much as a "plea". You guys who do such great work for the Python community.

Re: [dabo-users] Python and Dabo n00b DataSet Question

2010-05-20 Thread Kirby Leeper
The sqlite *VIEW* can *create* duration with "SELECT ., datetime2-datetime1 as Duration" right inside your sql query. Just learn a little about the sql query langrage and you may find exactly what you want for this project and many more to come. :) Good luck. On Thu, May 20, 2010 at 11:28 AM

Re: [dabo-users] Python and Dabo n00b DataSet Question

2010-05-20 Thread Kirby Leeper
Carey, I hate to butt-in here but why not just put all those computed fields in a table VIEW in the database itself and let the db just present the rows to Dabo as if they really were in the table? IE: Create VIEW xyz as SELECT col1, col2, col3, col1/col2 as col4, col1*col3 as col5 from table xy w

Re: [dabo-users] pymssql test ok but won't connect

2010-05-17 Thread Kirby Leeper
Thank you both for your continuing efforts for me. I'm sorry this was not a quick fix. It is not urgent as I am just learning Dabo. I'll watch the emails for further activity if and when you can. Thank you again. On Mon, May 17, 2010 at 9:02 AM, Ed Leafe wrote: > On May 17, 2010, at 8:45 AM, Ric

Re: [dabo-users] pymssql test ok but won't connect

2010-05-14 Thread Kirby Leeper
Ed, please keep in mind that I can connect to SQL Server just find from python with pymssql as it sit now. No problems at all. It's when I try from Dabo that it fails. I'm just trying to add info. There must be a parm you are passing differently somewhere. The following works fine: import pym

Re: [dabo-users] pymssql test ok but won't connect

2010-05-13 Thread Kirby Leeper
Paul, dead on. That's exactly what I need. Got it. Thanks. On Thu, May 13, 2010 at 10:25 AM, Paul McNett wrote: > On 5/13/10 6:54 AM, Kirby Leeper wrote: > > Ed, another General Question: My apps will talk to different server > > containing the same databases. IE the ser

Re: [dabo-users] pymssql test ok but won't connect

2010-05-13 Thread Kirby Leeper
Thank you both for you efforts on mssql. I am monitoring the thread closely and can't wait to use Dabo with MS SQLserver. Ed, another General Question: My apps will talk to different server containing the same databases. IE the server name will change. Is there an easy way in Dabo to swap the

Re: [dabo-users] pymssql test ok but won't connect

2010-05-05 Thread Kirby Leeper
but won't connect > Message-ID: <6bcb1eaa-57f6-4916-aae4-55415670c...@leafe.com> > Content-Type: text/plain; charset=us-ascii > > On May 5, 2010, at 10:31 AM, Kirby Leeper wrote: > > > The SQL that Ricardo A sent earlier works fine on SQL 2000, 2005 and > > 2008!.. and

Re: [dabo-users] pymssql test ok but won't connect

2010-05-05 Thread Kirby Leeper
The SQL that Ricardo A sent earlier works fine on SQL 2000, 2005 and 2008!.. and, depending on installation collation, may or may not be case sensitive but if you use what was returned from table enumeration it will work.  Thank you *all* for replies.  I think I have found a home if we can get MSsq

[dabo-users] pymssql test ok but won't connect

2010-05-04 Thread Kirby Leeper
to be a raving fan soon! Kirby Leeper Founding Partner & CTO Via Binary Systems, LLC 7925 Washington Woods Dr. Dayton, OH 45459 (937) 439-0877 www.ViaBinary.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -