I have the following PostgreSQL script: CREATE OR REPLACE FUNCTION merge_fields() RETURNS VOID AS $$ DECLARE
I\'m using a Linq DataContext.ExecuteQuery(\"some sql statement\") to populate a list of objects var incomes = db.ExecuteQuery<IncomeAggregate>(sqlIncomeStatement(TimeUnit));
Working SQL The following code works as expected, returning two columns of data (a row number and a valid value):
I inherited a...well, I guess I can call it a piece-of-#### Struts application, and am tasked with optimizing a Levey-Jennings process that checks if our quality control standards are up to snuff.
I am trying to jump from ASP Classic to asp.net. I have followed tutorials to get Entity Framework and LINQ to connect to my test database, but I am having difficulties figuring out ExecuteQuery(). I
I have HTML code which calls a javascript function from a form, using: <form name=\"f\" id=\"f\" ...>
I\'m modifying an existing maven2 project and I would like to create the database structure if I notice it is missing.
I know that you can return multiple results from a stored procedure and through the method generated by the designer.
I have a couple of DBML generated classes which are linked together by an id, e.g. ClassA { AID, XID, Name
I have a stored procedure which returns all the fields of a table plus one, ie: tablename.*,count(suchandsuch)