Similar Topics
Keywords : sql structured query- Can't Make This Query Working.
- (2)
- VB6-MS Access Question
- help please (7)
hi guys, I am developing an application in Visual Basic 6.0 and using MS Access as my backend. What
i want is that my database should not open when someone doublec clicks on the .mdb file. But my
application should be able to access it. What can be a possible solution to this problem? Please
help. Thanx in advance....
Apache Query: Requirements To Run Own Web-Server?
- (9)
Hi friends, I have learnt that one can host own website using apache web server. Does that mean
that I will have to keep my computer ON all the time. What about browsing? How will people visit my
website. I mean what address will they have to put in the address bar of browser where currently I
am putting the address of my website. And what all security policies will I need to apply to prevent
my computer being hacked. I was just browsing internet when I came to know that a windows based
machine gets hacked in 2 days and a Linux based machine in 4 days on average. If th...
Making A Link = Mysql_query
- (8)
Hey! I will try to make this as clear as possible. how can I make the following. I have a
list, of all members on my site. If I press on a members name(link), I will come to his profile. To
come to his profile, I need to get out some vaule from the database, but to get out some value from
the database, I must tell the code, how it should know who the user is (hard to understand?). To do
that, I must add a mysql_query in the code ( I think), like "SELECT user FROM dbname WHERE
user=link".. This is just how I think it works. I know it is kinda wrong.. but I don'...
Mysql Query Question
- MySQL Select query problem (3)
Hii Guyz, I am having this little problem creating a query in MySQL. Problem description: Table:
mytable Table Structure: IssueId | ToolName | Status 01 | Tool1 | Open 02 | Tool1 | Closed 03 |
Tool2 | Closed 04 | Tool3 | Open Now, I want to get the results in the following form: ToolName |
Count(Open) | Count(Closed) For the above input, result will be: Tool1 | 1 | 1 Tool2 | 0 | 1 Tool3
| 1 | 0 There should be NO duplicate toolName in output. Thnaks, Manu....
Meebo: Yahoo Messenger Alternative
- one query too (8)
hi all, There is an alternative of yahoo messenger available on internet. Its a website. They
transfer data from port number 80. If your network administrator has blocked yahoo messenger then
you can chat with your friends through this website. The only disadvantage is that you can't do
voice chat or more advanced things you do in messenger. The website is: CODE
http://www35.meebo.com Its still in alpha stage. But it can also log in to MSN, AOL, GTalk.
I have one query regarding this website. What does www35 mean? I have searched on google but i
couldn...
Language Query
- (8)
When I applied for hosting here, I seem to have missed the "English web site only" rule and made my
site in Serbian /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
alt="unsure.gif" /> If this is an issue, I will remove it, but I would be very grateful if you took
my word that the content is absolutely legal /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" />...
How To Remove Query String Using Regular Expressions
- (4)
Hi, I'm a complete newbie using regular expressions and what i want to do is to remove all the
parameters of the query string of any url using regular expressions, how can i do this? For example
if i have some urls like these: http://www.domain.com/file1.php?var1=value1&var2=value2
http://www.domain.com/file2.php?var1=value1&var2=value2
http://www.domain.com/file3.php?var1=value1&var2=value2 I want to only get these ones:
http://www.domain.com/file1.php http://www.domain.com/file2.php http://www.domain.com/file3.php
If it is possible please post no...
New Hosting Account Query
- (8)
I've a hosting account in Trap17, can I get a hosting account here in Astahost too. I'm in
need of it....
Query: Do You Offer Ssh?
- SSH (3)
Do you offer SSH (Shell Access)??? Thanks in advance. RMB...
What Are The Latest TV Tuner Cards ?
- Query (4)
hi friends, Does any body know what are the latest TV tuner cards available in the market. I have
heard that INTEX is good but haven't used it. Any complications when connecting TV tuner to a
laptop? Please do reply. Thanx in advance....
Hosting Credit Query
- Couldn't Find Answer in FAQ (1)
Greetings: I've noticed select forums contain the following disclaimer: "No post counts:
subforums may have post counts." How do I know which subforums within these forums will grant
hosting credits? Thank You...
AMD Processor Query
- (7)
Hi, The computer that i purchased almost a year ago has an AMD Sempron 2800+ processor. Can someone
tell me whether this processor is 64bit or not. I know that it is definitely not a dual core but im
not as sure about the 64bit. I have used CPU-Z to get some info about my system and its reports
that the processor instructions are x86-64! does that mean 64bit? The other info that CPU-Z gave
to me about my processor are below. Family: F Ext. Family: F Model: C Ext Model: 1C Stepping: 0
Revision: DH8-D0 Code Name Palermo...
Hosting Credits Query
- About Webhosting and Hosting Credits (7)
Well, As i normally go away at Christmas, Easter etc. I was just wondering, when you get to 0 and
below hosting days left, do they just stop visitors to your site or would they delete the account?
I normally go away for atleast 10 days - at christmas normally about 20 or 30 days. I know that it
would be best to keep my credits above say 30 or 40, but after a while i would get annoyed with
having to keep posting to keep my credits up. Well as this hosting is supposed to be given to us for
contributing in their forum, they should make it that you need to post atleast 5 t...
Getting Form Information To Database Query
- (7)
I have a form written in html with the input box labeled: AttackBonus I have a query: SQL
$query = " Select * From i bf_farmlist Where ' % ".$AttackBonus." % ' >
= i bf_farmlist.Defense_Bonus Order By i bf_farmlist.Name Asc" ; I have no idea how to get
the form variable to the query, as the variable always changes. Here is the form:
http://army.klass-world.org/farm/index.htm ...
Suspended Account Query
- (2)
its just a quick question.... I was having trouble getting onto the site, through this my account
was suspended. It was only a day or two at the most i was out of credits for. Im back up on the
credits and was just wondering if i need to contact anyone or am i right in saying it will
automatically reset within the hour? Thanks in advance for any help on this query Karl...
A Simple Query For Those That Know
- I have users that want to do the below: (2)
I Make ported mods for the PHP-Nuke and this means first of all I need to change the prefixes to al
the tables that are in the phpbb database, because Nuke uses the prefix of nuke (of course) but
there are nuances such as the users table in nuke is just nuke_users Let me start again, all phpbb
or phpbb2 tables as created by the install unless changed by the user in the config.php file are
phpbb_forum this or phpbb_users that but nuke has other tables in its database structure the data in
those table by whatever name remains the same nuke_users has exactly the same str...
Laptop Specs Query
- FSB, Cache, Processor (5)
Hey, i have been looking through a lot of Laptops lately Macs and PCs and there are a couple of
queries that i have. I have noticed that say 1 laptop has these specs (part of): Intel Celeron M
Processor 350 1.30GHz 400 MHz FSB 1 MB Cache and then i see one with these specs: Intel
Celeron M 340 1.5 GHz processor 400 MHz FSB 512 Kb Cache what is the FSB and what kind of
difference does the size Cache make, what kind of data is stored in the Cache and would a Laptop
with 1.5 GHz, 2 MB Cache be better than a 2.8 GHz, 512 KB Cache Laptop? overture....
MySQL Query
- some help needed (11)
i dunno why this query doesn't function.. CODE $sql="SELECT count(*) FROM
participantes,sancionados WHERE participantes.No_Ficha = '$no_ficha' or
sancionados.No_Ficha='$no_ficha'"; $query=($sql); any
suggestion???...
Looking for SQL, (Structured, Query, Language)
|
|
Searching Video's for SQL, (Structured, Query, Language)
|
advertisement
|
|