[Mono-list] Npgsql.dll

Carl Olsen carl at carl-olsen.com
Mon Jun 20 06:46:34 EDT 2005


Oops, forgot to include the address for my home page:

http://www.carl-olsen.com/


-----Original Message-----
From: mono-list-bounces at lists.ximian.com
[mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Carl Olsen
Sent: Monday, June 20, 2005 5:43 AM
To: chris at ion-dreams.com; mono-list at lists.ximian.com
Subject: RE: [Mono-list] Npgsql.dll

I have everything working now.  If you look on my home page, you'll see a
hit counter that uses 8 stored procedures, create, update, delete,
get_details, get_count, get_id, get_table, get_totals.  It tracks each IP
address separately, which you can't see by looking at the home page.  It
gets instantiated in the global.asax.cs file in the session_start section.
The code is broken into three sections: (1) the ADO.NET layer converts all
of the stored procedures into function calls; (2) the configuration layer
reads the connection string from an XML file; and (3) the business layer
uses the ADO.NET and configuration layer to actually do the calculations.
I'm feeling like I have a good handle on this now, so I'll start to build
some more complex structures.

Yes, the input parameters inside the function calls in the ADO.NET layer
need single quotes around the strings and nothing around the integers.

Thank you!

Carl





More information about the Mono-list mailing list