2

I'm trying my hands on ironpython instead of working on python and thought about writing simple program to fetch data from sqlite database. I've scrolled some of old questions and google (it's not showing decent resutls these days). One more question how to create redistributable for ironpython program if you're using notepad++ to code the programs ? (I know there is visual studio addon for ironpython but looking for alternatives).

Do you suggest any good place to check for the (iron)python and sqlite tutorial ?

2
  • 1
    Please don't use Notepad. If you're looking for a good Windows programming editor, use Notepad++. Commented Mar 11, 2011 at 21:17
  • 1
    @Rafe, Sorry forgot to type ++ after that. I use notepad++ and ultraedit (at home). Commented Mar 11, 2011 at 21:29

1 Answer 1

2

May be here THE WEBSITE, TECHNICAL BLOG AND PROJECTS OF MICHAEL FOORD

Sign up to request clarification or add additional context in comments.

3 Comments

There isn't much documentation on sqlite database that i'm looking for.
@Mahesh If you follow the links in Michael Foord's blog you will see somme examples of code for use of ironPython and SQlite like here : hex-dump.blogspot.com/2006/09/ironpython-and-adonet-part-1.html
Thanks a lot for this link. I was searching for SQLite resources specific to sharpdevelop so not sure if this will come handy. I'm pretty much beginner into sharpdevelop IDE.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.