Thanks - interesting notes. I assume any comparisons made to c# mean
you actually know c# - don't take that the wrong way, I don't know
enough about Python to make any comparisions but also, at the end of
the day I'm not looking to reduce lines of code. I'm looking for
stability and speed (of JIT compiling) and runtime code. (want to kill
a well hung machine, start up 4x apps with 5000 code files at the same
time)

I'd like to know more SQLObject(s?) - off the bat I'd be really nervous
having no control over my sql statements - I like to split my data
between databases ... why, cause I'm freaking nuts but seriously when
you have db's over 800Gigs then having code that uses different db's
for different things is great, it allows me to split my 800G into 4x
200G databases with a db layer that knows how to fetch everything. I
actually have 1 file called my command file, its a single class, all
static methods - every single sql statement is here. The command class
uses a static db class to make disconnected db calls.

So in c# I use datasets, I like 'em - I strongly type them (lazily)
when I need. I assume a SQLObject (actually I know) its strongly typed
but can you override with your own sql? What is the preferred method of
db access if you don't use the TG way but are using TG?

Thanks again,
-c


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to