0
votes
1answer
7 views
MOSS2007 - content type with calculated field sent to record center
Situation: I have a site-collection A with a document of content type X and a calculated field Z, with let's say name and date concatenated.
In this site-collection A the column Z …
1
vote
1answer
48 views
Delete all records in NSManagedObjectContext
Hi, is there a way to delete all the records from an NSManagedObjectContext?
I'm using the following code to insert data:
NSManagedObjectContext * context = [[NSApp delegate] man …
0
votes
5answers
96 views
Javascript: How to sort an array of records by values in one of the fields?
Hi,
Suppose I have an array of records: [{a:0,b:0},{a:2,b:1},{a:1,b:2}]
which I wish to sort in descending order of the "a" field in each record, and alert the sorted records as a …
2
votes
4answers
449 views
c# linq update all records in database
hi, im trying to update all records in a sql table using the following code but no data is updated. does anyone know why?
using (DataContext db = new DataContext())
…
0
votes
3answers
64 views
How to get Access 2007 to run VBA subroutines when scrolling through records in a form
I have a series of "on Change" Enabled/Disabled subroutines in the VBA for a form.
When scrolling through the form to view records however, only the main routine runs--the subrout …
0
votes
1answer
22 views
ASP ADO Connection
i want to make connection of ASP to a database and display the records, add update and delete them all in one coding. Waiting for your kind response.
0
votes
2answers
36 views
Passing & storing multiple records into database at a time, in ASP.NET application
Hi,
We have a data table in our ASP.NET application. It is holding 800+ records. Now we need to store all these records into database at a shot by using a SQL Server Stored Proc …
0
votes
4answers
133 views
saving a records containing a member of type string to a file (Delphi, Windows)
I have a record that looks similar to:
type
TNote = record
Title : string;
Note : string;
Index : integer;
end;
Simple. The reason I chose to set the variables …
1
vote
1answer
114 views
Number of Records in Insert Statement (Oracle)
I'd like to report on the number of records inserted in an Oracle insert statement. I'm inserting from a statement, so I could run my select twice and a count, but I'd rather keep …
0
votes
2answers
81 views
ASP.NET MVC - How to get random records from model?
Hello there,
I don't know if there is an easy way to do it but basically what I would like to do is:
var highlights = db.Banners.Where(h => h.Category == "highlight").ToList(). …
1
vote
2answers
671 views
What is the syntax for inserting data into a timestamp(6) type field in Oracle
I need to insert some data into a table in Oracle.
The only problem is one of the fields is a timestamp(6) type and it is required data. I don't care about what actually goes in …
2
votes
2answers
71 views
php get DNS records
HI
Does anyone know how its possible to retrieve the DNS records for a domain.
I have been using php and this function: dns_get_record to do this so far but have realised that t …
0
votes
3answers
172 views
Displaying huge arraylist in jsp
Hi All,
I have 15000 records in an arraylist each record size is around 2MB. I have display this list on a jsp page in the most efficient manner.
Please suggest the best method …
0
votes
2answers
410 views
Edit and save multiple records in cakephp
In my cakephp app I have an Option model.
In my option/index view I display 2 options with inputs and radio button fields.
I want to update both of them, but I get a weird behavi …
0
votes
1answer
67 views
simple database handling applicatication with Kohana
Can somebody help me with database handling applications like insert a record, edit etc.
