Topic profile page for Querying.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Querying.
Topic "Querying" was discussed 0 times on 0 sites in last 3 months
Started 2 weeks, 3 days ago (2009-12-10 16:23:00)
by JayJay88
Basically I'm developing a system which uses an artificial neural network to predict diagnoses for patients. The patients will select their symptoms in the form of checkboxes. I was just wondering how you would go about querying a database using the checkbox label. E.g., JCheckBox btn = new JCheckBox("Nausea", false); So when this checkbox is clicked the database is queried to find ...
Started 2 weeks, 3 days ago (2009-12-10 10:31:00)
by Stinney
I was using a trial version of Toad for Daya Analysis to access, query and change Informix Databases in CMS. The trial expired. What are you using and does anyone know of a free application that will allow querying and changing of Informix databases? - Stinney Quoting only proves you know how to cut and paste.
Started 2 weeks, 3 days ago (2009-12-10 07:14:00)
by user10696492
Hi Oracle Gurus, I had a small question. I was thinking which one of the 2 techniques will give me a better performance. 1). Querying a table and using partition name in the from clause like select count(*) from table_name partition (partition_name); The partition in on the business_date for that table. 2). Querying a partitioned ...
Started 3 weeks, 4 days ago (2009-12-02 07:31:00)
by kaitie
Querying a NaNo? I just was reading through some of the comments on Nathan Bransford's blog, and someone had commented that they finished their NaNo and sent him the query for it on December 1st. At first I thought someone was joking around, but someone else asked if it was true that he was receiving more, and apparently he really ...
Started 4 weeks ago (2009-11-29 19:01:00)
by Annmarie09
querying agents abroad? So, I've just got a message from the agent who's currently got my full manuscript, saying that she won't have time to look at it until after Christmas. In this time, I thought about querying a few more agents. However I can't seem to find any more YA agencies in the UK, where I live. It seems my only option is...
Started 1 day, 19 hours ago (2009-12-26 03:25:00)
by skiabox
I get the above error when trying to insert some values to a datatable. Here's the code : Code: $dbc = mysqli_connect('127.0.0.1:3306', 'root', 'xxxx', 'aliendatabase') or die('Error connecting to MySQL server.'); $query = "INSERT INTO aliens_abduction (first_name, last_name, " . "when_it_happened, how_long, how_many, alien_description, " . "what_they_did, fang_spotted,...
Started 5 days, 17 hours ago (2009-12-22 06:04:00)
by Jenny
Hello I installed zabbix-1.8 and it worked well. but after I converted it to node, when I accessed the dashboard , it would freeze. and I noticed the reason was that the get_dbid method will not return since the old nextid is not ecactly 1 less than the new nextid. I tried to add Dbstart and DBend in the beginning and ending of the get_bdid method , It worked. but this method...
Started 4 days, 11 hours ago (2009-12-23 12:07:00)
by Brian_Garnica
Hi to all, Firts that all, sorry for my english itsn't my native language. I need to query Cutom Properties on UserProfiles. I'm using this... using (SPSite sitio = new SPSite( this ._homeServer)) { using (SPWeb web = sitio.OpenWeb()) { ServerContext siteContext = ServerContext.GetContext(sitio...
Started 5 days, 3 hours ago (2009-12-22 20:14:00)
by Frank Ivey
I understand that using Set Based Logic is much more efficient than doing a Row by Row transaction. I am actually using Set Based Logic now for a lot of my queries and would like to implement in my update, insert, and delete queries. The problem is our business rules require that any row being inserted, updated, or deleted to a target table from a hold table AKA source table with an error in ...
Started 5 days, 1 hour ago (2009-12-22 21:47:00)
by Lejin
Hi, I used SOAP CT_GET to query real time status of monitoring servers. While I am successful with NT_Memory and NT_Processor, the query for NT_Logical_Disk failed. The error message replied from Tivoli server is "Unable to start request (67109066)". Could anyone tell me how it happened? And where can I know the meaning of 67109066 from ( or other similiar error hints)? Thanks...
Started 5 days, 15 hours ago (2009-12-22 07:55:00)
by scottydont2121 via AccessMonster.com
Hello, I have a query with information in it and then one of the fields is a date field. I would like to further query it so that it only takes the information for the people that are before a certain date. Everything after that date I dont want. For ex: name address date Jane Doe Whatever St....
Started 6 days, 18 hours ago (2009-12-21 04:57:00)
by TopDog
So I've set up a VB script to query AD and generate an Outlook signature. Is anyone able to tell me how I can make the www.webpage.com hyperlink the following style: Verdana/Bold/sz9/RGB(0,112,192) just like the trading name text, rather than the default font and style used for hyperlinks. I really have no idea what I'm doing here, I've been completely winging this. Here's a ...
Started 3 days, 13 hours ago (2009-12-24 09:54:00)
by Henrik Valkama
I`d like to do a query to a SQL server database using the statements like "SELECT...FROM...." an so on. Then I`d like to save results of the query to an array or other variables. I`d like to handle the data of the query results "manually". I don`t want to use the datagridview and tableadapters and so on which are created when I drag a table from the datasources window to the form. The ...
Started 5 days, 7 hours ago (2009-12-22 16:21:00)
by scottydont2121 via AccessMonster.com
Hello, I have a query with information in it and then one of the fields is a date field. I would like to further query it so that it only takes the information for the people that are before a certain date. Everything after that date I dont want. For ex: name address date Jane Doe Whatever St. 12/3/08 Doe Jane Who Knows St 12/15/09 I ...
Started 5 days, 12 hours ago (2009-12-22 11:18:00)
by user8884944
hi, can any one help me plz.. i have two tables, with the same columns(data types and column names), i have to join these two tables and see if there is any difference in the values(of two columns of same name) and print if the values are equal or not i did this using decode for simple columns(with out using functions, ,like sum, nvl-- decode(...