http://www.jsmag.com/ I've been doing quite a bit of raw, library-less javascript lately, surprised to learn that my past dabbling with jQuery actually taught...
I've spent a couple hours trying to get Django (1.0.2) running on IronPython (2.0.1) with no success. Does anyone know what the ipy/django story is at present?...
... Correction: You can't live without jQuery, because of the plugins. And you especially can't live without the plugins if you are targeting IE. Is learning...
... Not great. As I understand it, one of the biggest problems in using IronPython with Django is that Django uses "string" objects for binary data and ...
So, we have a query times out on SQL 2000 Standard edition on a Windows 2003 server. We back up the DB and restore to a developer's machine, where he's running...
Since you are seeing something that is "impossible"... Are you prepending the schema name to the tables? With Oracle there are ways to get into trouble if...
Is this a Stored Procedure, view or a straight select? ... From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of...
1. When dealing with performance problems, only try 1 thing at a time. 2. Remove the UNION to see if it's the problem (that is, use UNION ALL). SQL Server is...
Hi Eric, ... This triggered an old memory that maybe restoring a backup sometimes rebuilds the indexes -- maybe there is a setting for that behavior and the...
Yeah, indexes and/or unions seem a very likely culprit. And I'd buy that the behavior is different for some unknown reason. Its not a big deal for a difference...
On Tue, Jun 9, 2009 at 11:10 PM, Stuart Laughlin ... The Hibernate hate, NHibernate is just a port (although someone can get offended by that claim because I...
We are looking at address standardization software. All of them seem to get their data from the USPS. USPS offers an address standardization service. We are...
Ata session on ORMs that I attended at a code camp, somebody said that NHibernate will not cache any compiled statements, even if you use parameters, because...
There's no substitute for experience. Some people may never hit any of the problems I've hit with Hibernate. I've, personally, taken quite a lot of shit from...
Completely agree that there is a lot of crap out there. Take DotNetNuke for example. Take Community Server (or at least the OSS version I looked at years ago)....
Are you running one query in Query Analyzer and another in ADO? There are subtle differences sometimes in the connection properties that can cause query plans...
I'm evaluating an embedded db for our server applications. Essentially, I'd like to use this as a read-only db that I can distribute around to various servers....
I don't know about SQLite, but SQL Server Compact Edition 3.5 supports up to 4GB databases. You can read more about what it supports and doesn't support here: ...
Thx - this is very helpful. The 4GB limit makes this definitely a no-go. Typical use case is not really an embedded database as much as a giant read-only...
... Your best bet here would be Faircom's C-Tree database (either in SQL API, or, if I were you, in direct ISAM API) This is the embedded database of choice...
Using Visual Studio with the GDR add-on. I reversed-out a database into a db project. I made some changes and etc. Then someone else modified a couple of...
http://www.sqlite.org/limits.html I think SQLite has a limit of 4gb as well, but I think the actual limit is the number of rows in a table (2^63-1 IIRC) so you...
Hi win_tech_off_topic@yahoogroups.com, I set up a Facebook Profile where I can post my pictures, videos and events and I want to add you as a friend so you can...