On Tuesday 03 November 2009 11:11:14 am Steffl, Joseph wrote:
> In my case I'm beginning with only a command prompt and python call to
> Appwizard.py. I have an ip or DNS name along with a trusted connection to a
> dbname/tablename to hook into.
>
> The wizard dialog could enable username/password textbox controls if I
> choose the 'SQL Server authentication' radio button and keep the
> username/password textbox controls disabled if I choose a 'Windows
> authentication' radio button.
>
> Or, could the AppWizard just allow a text box to use my own complete
> connection string?

Oh a catch 22 you can't use AppWizard because it needs to connect to the DB 
and you can't connect to DB because it requires Trusted = True.

How about installing MsSQL Express on your machine, create a copy of the real 
DB, create the AppWizard script.  Then edit the script to change the 
connectinfo to allow you to connect to the real DB.

I hope this helps.

Johnf



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to