Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Databases > MySQL [7 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
SitePoint Correct wrong spelling  
07:46 31-Oct-06   [Replies: 3, Views: 38]    By: Unnamed
Is it possible with mySQL to get results when the spelling is not exactly correct. E.g. a visitor fills out the field with Amstrdam (note that the "e" is missing). Is there a function fo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint how to query first 10 result from mysql  
06:24 31-Oct-06   [Replies: 1, Views: 34]    By: mssarath
Hi all, i am new to mysql/php , i want to query last 10 result from mysql database, can anyone help me with the command? sarath ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint installing mysql on windows server 2003  
06:17 31-Oct-06   [Replies: 2, Views: 31]    By: phphelp
hi i have installed mysql 5 on windows server 2003 and when i want to connect to the database throgh my script it gave me this error Warning: mysql_pconnect() [function.mysql-pconnect]: Client...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Need help with a log in verification MYSQL QUERY  
05:35 31-Oct-06   [Replies: 0, Views: 19]    By: Unnamed
Can some one help me here Im trying to use this session based logon class from PHP Classes site its working great and now i want to incorporate my users database to allow users and employee...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Need help with a log in verification MYSQL QUERY  
05:30 31-Oct-06   [Replies: 0, Views: 2]    By: Unnamed
Can some one help me here Im trying to use this session based logon class class from PHP Classes site its working great and now i want to incorporate my users database to allow users and em...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Help required in this query....!!!!  
05:20 31-Oct-06   [Replies: 2, Views: 26]    By: chartahir
I want to replace a character "/" with ⁄ in my database, is there any option to do that. Its like : "this/is/a test line" and after replacement it should looks ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint MySQL replacement option  
04:28 31-Oct-06   [Replies: 1, Views: 26]    By: chartahir
I want to replace a character "/" with ⁄ in my database, is there any option to do that. Its like : "this/is/a test line" and after replacement i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint PLEASE HELP*SIMPLE - Mysql INSERT QUERY  
21:41 30-Oct-06   [Replies: 7, Views: 50]    By: takita
And YES its connected to mysql DB i need help (a fix) ASAP thanks <? $sql = "UPDATE `games` SET `sponsor` ='$WebsiteURL' WHERE `gameid` =$GameID LIMIT 1"; $result = mysql...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Using a field, which is a comma separated list, as the list in an IN c..  
19:23 30-Oct-06   [Replies: 2, Views: 18]    By: jrb621
The following query only reads the first character of a comma separated list stored in a field of the records being queried. The varchar field in table d named "display" holds 1,4 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint sql statement that got me trapped  
18:03 30-Oct-06   [Replies: 8, Views: 95]    By: jjshell
Probably a very simple question but can't make it work. In a db, I'be got letters comma separated: a,b,c,d... Each set of letters has a name. ex: setname = first set / letters = f,c,d,r,h...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mysql client  
16:01 30-Oct-06   [Replies: 9, Views: 63]    By: Sahajin
This is in reference to thread - http://www.sitepoint.com/forums/showthread.php?t=409120 I am looking for a way to do the clients as well. there has to be a way to update the windows vers...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Is There Such A Thing As A Pre-Calculated Table?  
15:48 30-Oct-06   [Replies: 3, Views: 42]    By: Unnamed
I have a table which has these columns: voterID | voteeID | grade (between 1 and 10) I will be calculating the average grade for each votee whenever someone looks up the votee. To save my s...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Problem with left join and count, returning more rows than what it sho..  
14:12 30-Oct-06   [Replies: 2, Views: 39]    By: kigoobe
Am having a problem with a query, strangely ... PHP Code: SELECT * FROM table1 AS mt LEFT JOIN table2 AS pt ON mt.p_id = pt.p_id WHERE my_field = 'somevalue' ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Query takes a long time  
13:24 30-Oct-06   [Replies: 15, Views: 97]    By: Unnamed
On my site I have a query that searches through 1,7 million. The php-file with the query takes a bit of time to load. Is it possible to show some sort of progress-bar during this time? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Dynamic query - value that represent 'all'  
12:44 30-Oct-06   [Replies: 2, Views: 26]    By: Unnamed
How could I do a query like this: PHP Code: SELECT * FROM employees WHERE sex='female' AND haircolor='*' Where * is supposed to mean 'all records in thi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint mySQL questions  
10:57 30-Oct-06   [Replies: 7, Views: 71]    By: gregrr
Hi all, I have a few SQL questions..i was hoping you guys could help with! Example: I have 3 tables, one which is a series of id's, and the other 2 which contain data: talbe: contacts_...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Not unique table/alias: 'tbl_products'  
10:11 30-Oct-06   [Replies: 9, Views: 74]    By: Unnamed
Hi All, I have the following code: SELECT tbl_products.product_id, tbl_products.product_MerchantProductID, tbl_prdtscndcats.scndctgry_ID, tbl_prdtscndcats.scndctgr...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint problem in inserting in newly added field  
04:36 30-Oct-06   [Replies: 10, Views: 52]    By: phphelp
hi i have a table and i have added a new field 'downloads' with datatype 'text; at the end of the table. the table was already having records. when i run this on my local machine having window...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Query Question, Problem with sorting  
02:45 30-Oct-06   [Replies: 9, Views: 74]    By: Unnamed
I am not able to get ahold of the data I want to display properly. First a little background information. I have tried to setup a database layout that will allow me to run statistics on an...
[Tags: No tags defined yet] -
Be the first to Tag this thread
preCharge Community Forum Thread Prun  
22:33 29-Oct-06   [Replies: 16, Views: 91]    By: Unnamed
In an effort to try and clean up some of the old junk post in the forums, we are going to start pruning some of the spam and introduction folders that provide no value or use to the forums. This may a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint How do I sort data fro a bad form into something useful?  
22:25 29-Oct-06   [Replies: 2, Views: 27]    By: R00K
I made a bad form with a form creation app in a hurry. Now I have a table that is nearly useless. The form was meant to record teams for an upcoming volleyball tournament. I provided inputs ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Add Connection window closses itself  
18:24 29-Oct-06   [Replies: 2, Views: 21]    By: carlossan77
Hi, I'm running a PC with Windows XP pro, VS2005 professional edition, and MySQL 5.0.24a. I downloaded the VS Plugin and I'm trying to create a new connection to MySQL: Inside VS en...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Foreign Key Constraint  
16:35 29-Oct-06   [Replies: 2, Views: 38]    By: sp12345
I have the following 2 tables with a many 2 many relationship between them Category TABLE and Member TABLE. CREATE TABLE Category ( CategoryId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Myisam or Innodb  
14:33 29-Oct-06   [Replies: 2, Views: 29]    By: Unnamed
Is there a way to show what type of a storeage engine a table is using from the mysql monitor? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Searching A Database?  
05:59 29-Oct-06   [Replies: 1, Views: 47]    By: Sloth_Boy
Does anyone know of any tutorials or documents which would help someone like myself work out how to search a database and calculate relevancy.etc. I'm creating an auction site and so I want people...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  11  12  13  14  15  [16]  17  18  19  20  21  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006