Hello!
Im having problem generating the labels for content created by the following function:
function setOutput(){
if(httpObject.readyState == 4){
var answer = httpObject.resultsponseText.split(",");
var results = document.getElementById("resultsultadosScan1");
var article =...
The two tables are identical, one contains info from hospital 1, the other from hospital 2, I need to combine all the data in just one of the table, but, since both hospitals were running the application as "localhost" both tables started theirs Id's in no. 1, now I have both hospitals with...
I need to merge to identical tables, but one column (areas_sub_local_obj) has a reference to the Id column (Primary Key). I need a script to insert the data from table 1 into table two and to change the value in the column areas_sub_local_obj to the new Id that corresponds to the original...
Thanks DonQuichote!
I do understand, from what I've been reading, that what I need is the max function, the problem is that Im learning and don't have a clue on how to use it in this case, I mean, im not capable of writing such select.
Your spanish is correct: Hora is just Time, and Fecha is...
Hi!
We have a database that stores vehicle's gps position, date, time, vehicle identification, lat, long, speed, etc., every minute.
The following select pulls each vehicle position and info, but the problem is that returns the first record, and I need the last record (current position), based...
Hello!
We have a Win2003 Server with ISA 2004, single network card, running a website with ASP application on IIS and we also have another website runing a PHP-MySQL app, the ASP site works on port 80 and the PHP runs on Xampp-apache port 8080, both sites are working fine internally, and the...
Hi! Thanks! This is the table structure, and the way im trying to create the table (somenthing i don't understand is where do i specify the database and schema, it only says create table):
BEGIN;
CREATE TABLE "postgres" (gid serial PRIMARY KEY,
"street" varchar(40),
"to_left" int4...
Hi! New to postgres, im trying to import shapefiles into postgres 8.2 using shp2pgsql but so far have failed.
I tryed using the -p option just to prepare / create the tables then insert the data, but no luck, please help me writing the correct syntax to acomplish for the following:
Shapefile...
Hi all!
I have a table that contains a column (blob, text type, formatted as MEDIUMTEXT) with text hyphen (-) delimited, listing
rooms by numbers, and I need to export or insert that data into another table, where all other info on the other columns
remains the same, but I need the data on...
Thanks Dublin!
I checked the event viewer, nothing unusual, no error messages, just regular logon / logoff events, as if they were regular, I mean, like I explained, I entered username and password, few seconds later the screen desappears, and now I realized that it does logon and then logoff...
Hi all !
I have a virtual dedicated server that accepts remote desktop connections with no problem, but I need to install an application that when the installation proccess starts pops a message telling me that it cannot install via remote desktop, that it has to be console mode.
So when I try...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.